From c9633646e937cd2f53ceabdfabfaa1ad58a257f9 Mon Sep 17 00:00:00 2001 From: Pablo Rigueto Date: Mon, 29 Sep 2025 10:49:43 -0300 Subject: [PATCH] Remove unnecessary files. --- .../GSSystem/PlayerSystem/Player.cs | 132 +- src/GAM/1xx_AffixList.gam | Bin 2909136 -> 0 bytes src/GAM/1xx_AffixList.json | 604 - src/GAM/ItemRequiredLevels.gam | Bin 1704 -> 0 bytes src/GAM/ItemSalvageLevels.gam | Bin 1704 -> 0 bytes src/GAM/ItemTypes.gam | Bin 72152 -> 0 bytes src/GAM/ItemTypes.json | 604 - src/GAM/Item_ArtTest.gam | Bin 463504 -> 0 bytes src/GAM/Item_ArtTest.json | 104386 -- src/GAM/Items_Armor.gam | Bin 465984 -> 0 bytes src/GAM/Items_Legendary.gam | Bin 3971536 -> 0 bytes src/GAM/Items_Legendary.json | 879370 --------------- src/GAM/Items_Legendary_Other.gam | Bin 21856 -> 0 bytes src/GAM/Items_Legendary_Other.json | 4720 - src/GAM/Items_Legendary_Weapons.gam | Bin 122164 -> 0 bytes src/GAM/Items_Legendary_Weapons.json | 27358 - src/GAM/Items_Other.gam | Bin 2030436 -> 0 bytes src/GAM/Items_Other.json | 456598 -------- src/GAM/Items_PagesOfFate.gam | Bin 1888 -> 0 bytes src/GAM/Items_PagesOfFate.json | 310 - src/GAM/Items_Quests.gam | Bin 626504 -> 0 bytes src/GAM/Items_Quests.json | 141136 --- src/GAM/Items_Quests_Beta.gam | Bin 171408 -> 0 bytes src/GAM/Items_Quests_Beta.json | 38530 - src/GAM/Items_RandomPlaceholder.gam | Bin 24056 -> 0 bytes src/GAM/Items_RandomPlaceholder.json | 5308 - src/GAM/Items_Weapons.gam | Bin 633912 -> 0 bytes src/GAM/Items_Weapons.json | 142606 --- 28 files changed, 71 insertions(+), 1801591 deletions(-) delete mode 100644 src/GAM/1xx_AffixList.gam delete mode 100644 src/GAM/1xx_AffixList.json delete mode 100644 src/GAM/ItemRequiredLevels.gam delete mode 100644 src/GAM/ItemSalvageLevels.gam delete mode 100644 src/GAM/ItemTypes.gam delete mode 100644 src/GAM/ItemTypes.json delete mode 100644 src/GAM/Item_ArtTest.gam delete mode 100644 src/GAM/Item_ArtTest.json delete mode 100644 src/GAM/Items_Armor.gam delete mode 100644 src/GAM/Items_Legendary.gam delete mode 100644 src/GAM/Items_Legendary.json delete mode 100644 src/GAM/Items_Legendary_Other.gam delete mode 100644 src/GAM/Items_Legendary_Other.json delete mode 100644 src/GAM/Items_Legendary_Weapons.gam delete mode 100644 src/GAM/Items_Legendary_Weapons.json delete mode 100644 src/GAM/Items_Other.gam delete mode 100644 src/GAM/Items_Other.json delete mode 100644 src/GAM/Items_PagesOfFate.gam delete mode 100644 src/GAM/Items_PagesOfFate.json delete mode 100644 src/GAM/Items_Quests.gam delete mode 100644 src/GAM/Items_Quests.json delete mode 100644 src/GAM/Items_Quests_Beta.gam delete mode 100644 src/GAM/Items_Quests_Beta.json delete mode 100644 src/GAM/Items_RandomPlaceholder.gam delete mode 100644 src/GAM/Items_RandomPlaceholder.json delete mode 100644 src/GAM/Items_Weapons.gam delete mode 100644 src/GAM/Items_Weapons.json diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Player.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Player.cs index 57ec161..66190d0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Player.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Player.cs @@ -108,7 +108,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable public List NecromancerSkeletons = new() { }; public bool ActiveSkeletons = false; - + public Actor ActiveGolem = null; public bool EnableGolem = false; @@ -2148,7 +2148,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable break; - #endregion + #endregion } } @@ -2492,7 +2492,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable public float IntelligenceMultiplier => ParagonLevel > 0 ? GameModsConfig.Instance.Player.Multipliers.Intelligence.Paragon : GameModsConfig.Instance.Player.Multipliers.Intelligence.Normal; - + public float VitalityMultiplier => ParagonLevel > 0 ? GameModsConfig.Instance.Player.Multipliers.Vitality.Paragon : GameModsConfig.Instance.Player.Multipliers.Intelligence.Normal; @@ -2645,7 +2645,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable Logger.WarnException(ex, "OnLoadWorldActions"); } } - + World.Game.OnLoadWorldActions[World.SNO].Clear(); } } @@ -2653,7 +2653,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable if (World.Game.OnLoadSceneActions.ContainsKey(CurrentScene.SceneSNO.Id)) { Logger.MethodTrace($"OnLoadSceneActions: {CurrentScene.SceneSNO.Id}"); - + Logger.MethodTrace(World.SNO.ToString()); lock (World.Game.OnLoadSceneActions[CurrentScene.SceneSNO.Id]) { @@ -2693,7 +2693,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable } // Reset resurrection charges on zone change // TODO: do not reset charges on reentering the same zone - Attributes[GameAttributes.Corpse_Resurrection_Charges] = GameModsConfig.Instance.Health.ResurrectionCharges; + Attributes[GameAttributes.Corpse_Resurrection_Charges] = GameModsConfig.Instance.Health.ResurrectionCharges; #if DEBUG Logger.Warn($"Player Location {Toon.Name}, Scene: {CurrentScene.SceneSNO.Name} SNO: {CurrentScene.SceneSNO.Id} LevelArea: {CurrentScene.Specification.SNOLevelAreas[0]}"); @@ -3008,9 +3008,9 @@ public class Player : Actor, IMessageConsumer, IUpdateable private bool DisconnectIdle() { - if (!GameServerConfig.Instance.AfkDisconnect || InGameClient.Game.TickCounter - LastMovementTick <= 54000) + if (!GameServerConfig.Instance.AfkDisconnect || InGameClient.Game.TickCounter - LastMovementTick <= 54000) return false; - + Logger.Warn($"Player $[underline white]${Name}$[/]$ disconnected for being AFK."); Opcodes.CloseGameMessage.SendTo(InGameClient); return true; @@ -3020,7 +3020,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable { if (BetweenWorlds) return; if (DisconnectIdle()) return; - + // Check the gold if (InGameClient.Game.TickCounter % 120 == 0 && World != null && GoldCollectedTempCount > 0) { @@ -3215,7 +3215,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable }); World.Leave(skeleton); } - catch{} + catch { } } NecromancerSkeletons.Clear(); @@ -3622,7 +3622,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable System.Threading.Tasks.Task.Delay(3).Wait(); RevealActorsToPlayer(); - + if (!_motdSent && LoginServer.LoginServerConfig.Instance.MotdEnabled) { if (!LoginServerConfig.Instance.MotdEnabledWhenWorldLoads) @@ -4013,9 +4013,9 @@ public class Player : Actor, IMessageConsumer, IUpdateable { var baseStrength = 0.0f; var multiplier = StrengthMultiplier; - baseStrength = Toon.HeroTable.CoreAttribute == GameBalance.PrimaryAttribute.Strength - ? Toon.HeroTable.Strength + (Level - 1) * 3 - : Toon.HeroTable.Strength + (Level - 1); + baseStrength = Toon.HeroTable.CoreAttribute == GameBalance.PrimaryAttribute.Strength + ? Toon.HeroTable.Strength + (Level - 1) * 3 + : Toon.HeroTable.Strength + (Level - 1); return baseStrength * multiplier; } @@ -4098,7 +4098,9 @@ public class Player : Actor, IMessageConsumer, IUpdateable HotBarButtons = SkillSet.HotBarSkills, HotBarButton = new HotbarButtonData { - SNOSkill = -1, RuneType = -1, ItemGBId = + SNOSkill = -1, + RuneType = -1, + ItemGBId = StringHashHelper.HashItemName( "HealthPotionBottomless") //2142362846//this.Toon.DBActiveSkills.PotionGBID , @@ -4340,8 +4342,14 @@ public class Player : Actor, IMessageConsumer, IUpdateable //returns empty data var emptyHireling = new HirelingInfo { - HirelingIndex = type, GbidName = 0x0000, Dead = false, Skill1SNOId = -1, Skill2SNOId = -1, - Skill3SNOId = -1, Skill4SNOId = -1, annItems = -1 + HirelingIndex = type, + GbidName = 0x0000, + Dead = false, + Skill1SNOId = -1, + Skill2SNOId = -1, + Skill3SNOId = -1, + Skill4SNOId = -1, + annItems = -1 }; return emptyHireling; } @@ -4392,7 +4400,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable public void LearnRecipe(ArtisanType? artisan, int recipe) { Logger.Trace("Learning recipe #{0}, Artisan type: {1}", recipe, artisan); - + /*var query = this.World.Game.GameDBSession.SessionQuerySingle( dbi => dbi.DBGameAccount.Id == this.Toon.GameAccount.PersistentID && @@ -4499,18 +4507,18 @@ public class Player : Actor, IMessageConsumer, IUpdateable if (BlacksmithUnlocked || InGameClient.Game.CurrentAct == 3000) InGameClient.SendMessage(new GenericBlobMessage(Opcodes.CraftingDataBlacksmithInitialMessage) - { Data = blacksmith.ToByteArray() }); + { Data = blacksmith.ToByteArray() }); if (JewelerUnlocked || InGameClient.Game.CurrentAct == 3000) InGameClient.SendMessage(new GenericBlobMessage(Opcodes.CraftingDataJewelerInitialMessage) - { Data = jeweler.ToByteArray() }); + { Data = jeweler.ToByteArray() }); if (MysticUnlocked || InGameClient.Game.CurrentAct == 3000) { InGameClient.SendMessage(new GenericBlobMessage(Opcodes.CraftingDataMysticInitialMessage) - { Data = mystic.ToByteArray() }); + { Data = mystic.ToByteArray() }); InGameClient.SendMessage(new GenericBlobMessage(Opcodes.CraftingDataTransmogInitialMessage) - { Data = transmog.ToByteArray() }); + { Data = transmog.ToByteArray() }); } } @@ -4609,7 +4617,7 @@ public class Player : Actor, IMessageConsumer, IUpdateable private readonly Dictionary _achievementCounters = new(); public int DodgesInARow { get; set; } = 0; - public int BlocksInARow { get; set; }= 0; + public int BlocksInARow { get; set; } = 0; public void GrantAchievement(ulong id) { @@ -5114,13 +5122,15 @@ public class Player : Actor, IMessageConsumer, IUpdateable if (World.Game.IsHardcore && Attributes[GameAttributes.Level] >= 70) addedExp *= 5; - if (Attributes[GameAttributes.Alt_Level] >= 515) - { - var XPcap = 91.262575239831f * Math.Pow(Attributes[GameAttributes.Alt_Level], 3) - - 44301.083380565047f * Math.Pow(Attributes[GameAttributes.Alt_Level], 2) + - 3829010.395566940308f * Attributes[GameAttributes.Alt_Level] + 322795582.543823242188f; - addedExp = (int)((float)(ParagonLevelBorders[Attributes[GameAttributes.Alt_Level]] / XPcap) * addedExp); - } + // To'do verify this formula. + // Remove this if to remove paragon level cap. + //if (Attributes[GameAttributes.Alt_Level] >= 515) + //{ + // var XPcap = 91.262575239831f * Math.Pow(Attributes[GameAttributes.Alt_Level], 3) - + // 44301.083380565047f * Math.Pow(Attributes[GameAttributes.Alt_Level], 2) + + // 3829010.395566940308f * Attributes[GameAttributes.Alt_Level] + 322795582.543823242188f; + // addedExp = (int)((float)(ParagonLevelBorders[Attributes[GameAttributes.Alt_Level]] / XPcap) * addedExp); + //} if (Attributes[GameAttributes.Rest_Experience_Lo] > 0) { @@ -5585,9 +5595,9 @@ public class Player : Actor, IMessageConsumer, IUpdateable }); plr.InGameClient.SendMessage(new DisplayGameTextMessage(Opcodes.DisplayGameChatTextMessage) - { Message = "Messages:LR_BossSpawned" }); + { Message = "Messages:LR_BossSpawned" }); plr.InGameClient.SendMessage(new DisplayGameTextMessage(Opcodes.DisplayGameTextMessage) - { Message = "Messages:LR_BossSpawned" }); + { Message = "Messages:LR_BossSpawned" }); } StartConversation(World, 366542); @@ -5687,40 +5697,40 @@ public class Player : Actor, IMessageConsumer, IUpdateable case 0: return; case > 0: - { - if (Attributes[GameAttributes.Hitpoints_Cur] < Attributes[GameAttributes.Hitpoints_Max_Total]) { - if (Toon.Class == ToonClass.Barbarian) - if (SkillSet.HasPassive(205217)) - quantity += 0.01f * Attributes[GameAttributes.Health_Globe_Bonus_Health]; - - if (guidingLight) //Monk -> Guiding Light + if (Attributes[GameAttributes.Hitpoints_Cur] < Attributes[GameAttributes.Hitpoints_Max_Total]) { - var missingHP = - (Attributes[GameAttributes.Hitpoints_Max_Total] - Attributes[GameAttributes.Hitpoints_Cur]) / - Attributes[GameAttributes.Hitpoints_Max_Total]; - if (missingHP > 0.05f) - if (!World.BuffManager.HasBuff(this)) - World.BuffManager.AddBuff(this, this, - new GuidingLightBuff(Math.Min(missingHP, 0.3f), - TickTimer.WaitSeconds(World.Game, 10.0f))); + if (Toon.Class == ToonClass.Barbarian) + if (SkillSet.HasPassive(205217)) + quantity += 0.01f * Attributes[GameAttributes.Health_Globe_Bonus_Health]; + + if (guidingLight) //Monk -> Guiding Light + { + var missingHP = + (Attributes[GameAttributes.Hitpoints_Max_Total] - Attributes[GameAttributes.Hitpoints_Cur]) / + Attributes[GameAttributes.Hitpoints_Max_Total]; + if (missingHP > 0.05f) + if (!World.BuffManager.HasBuff(this)) + World.BuffManager.AddBuff(this, this, + new GuidingLightBuff(Math.Min(missingHP, 0.3f), + TickTimer.WaitSeconds(World.Game, 10.0f))); + } + + Attributes[GameAttributes.Hitpoints_Cur] = Math.Min( + Attributes[GameAttributes.Hitpoints_Cur] + quantity, + Attributes[GameAttributes.Hitpoints_Max_Total]); + + Attributes.BroadcastChangedIfRevealed(); + InGameClient.SendMessage(new FloatingNumberMessage + { + ActorID = DynamicID(this), + Number = quantity, + Type = FloatingNumberMessage.FloatType.Green + }); } - Attributes[GameAttributes.Hitpoints_Cur] = Math.Min( - Attributes[GameAttributes.Hitpoints_Cur] + quantity, - Attributes[GameAttributes.Hitpoints_Max_Total]); - - Attributes.BroadcastChangedIfRevealed(); - InGameClient.SendMessage(new FloatingNumberMessage - { - ActorID = DynamicID(this), - Number = quantity, - Type = FloatingNumberMessage.FloatType.Green - }); + break; } - - break; - } default: Attributes[GameAttributes.Hitpoints_Cur] = Math.Max( Attributes[GameAttributes.Hitpoints_Cur] + quantity, diff --git a/src/GAM/1xx_AffixList.gam b/src/GAM/1xx_AffixList.gam deleted file mode 100644 index d46cdd7fe33ab1aff558f698ab26a73ca1ed73e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2909136 zcmeF43%pfD+5eY{axhF(KvdMDAmE+DO)f`00xBrHlDDwDaO50;A|OPCw8BKiH!CtN zDl;tK@>;xaT3Gf*Udqfj`KKwBDXAG6C7P9$m;dwIYd?FR*&_N?{n zz2|VA`F+ob%F=xFT4-#NEp=){B3+a}3|=ML<|pAf6= zOb;|IUVP5P)(^GLYHu8RSX1Ma_F3)o+FBPb>CB(`PON)7`cJh{-lj^%|66^3dph5T z@{b5T1x0);c}q#Ry}3>Dq4C=#H^21s62)vhJgaHyjm9@Uym9L-oBMmH##qH`ZG#J2lOc+K*xo{RB(AhpJAcksnd4ztQ z#rp^NBK1m=K;IG%(+xb>>|C#}Qsp7w%Oxisj;BVLM)~p^lH^1xnGduL^MEq;4;c^8 zx5UFz0}nPkeC;!VhY1VkESfX3b?$`Ot@CCEIxpwaKVYnhhFX(u^yO?eJZ&A7hg)er zZZ6HoJwE?EpHuComj3>#G!a2(p`S;Q=gQPVTomB+0H+_AF;AD*eOL-+Af$dU;Uw>Y~TD z`#aTmfW9Rj)){!P+2L!SN#Y?yAY6C=3j-*Bu}6~hr?PK3Q&Hhz$k69sjyz=j1N1HN z@S1@Kn;pLPnM57}1j2;}uy82l_fp3&h|2xTnTiSzn_~ZvyIz96B_0}II1p~D_^ot8 zFE%@W&Q~e%5aK|S3lCrc^U{6j!f7a#h}l3!;%k=s`p^AF>>slJ0s5ABm}KC=W>3BC z?^WO-L>!#Pm%sw%;~w25ou3{>$H+*`!_{}i`v>?U^-7XJ-x3cC3_RHET(7TE;vvAx zB_|$Qs1Yz9w_$3MOrTPlkGo)2ynj%6fW9RjRvLJ)*~#r*lgLAWK)75l@qEKGOOpgH z<8w3+_YWUC{X2)n>!qxJfW9Rj)*5)Q+2L!SN#-FuAY6Fh`M7hhGS5$gi^xO91N1HN zu+hMS&F+&0)FtqMb#kY)&zxUcCl|_!2p1lBKJJUOMik#y6Za1;JaqPaoce$3jANdE z_%4kl=<{*Vx5PuQ7Y{7CkN-dHOPifP=c^QWn4Hnz>!-Z)>v7?M=i@fg!cn@V7U$!x zoY8Ayz5T<2X)VdUH$Sxey!*yhuDe(#U7@VT1N1HNFxtR_&F))S5)UB);lcyY$4zWV zlD(*5`j#`=h;`fR>L2$Hl?Tkt>-_`tE%7kJz=O>WU;9iV4*>$=$^azy)%+2dOK;IG%%MCo(>^@mQT@nwc2YA8c!UNC8y-D-ahm$X*`M3{` zTH6#V515pVc; z5)bPQJlO18f``T)zoPGM>sK%bAMG{lizfUpFvR9xykr^8kHIJS2aT z$Cqq&_}XU@u9r@q93T)b*GoMA)?+@!AyA|6IogNsr=Rch+nqw?0dw;@574*7!w>@x zHoH$2P?yX@ctE)D!1HluUTB`51{b07fVp{{2k2YkVVZ#lo4qr6m>BSumEgg3zsi&8 z%R6Wd!~KKG!}K$Dze}~7jyrok4(p9hJm-ei&f4dR=O6Iq4>Xwx*JkYRGY5&%zX|d=|bljty(KgTkC+;624@m-jOFXPH@L;pU*FKZZ zL#SI;y6}KCqS()PICT!RMPF$xHRi05m<5!Phpc~qz9k+WH1J@vr{4DWn&)A%zlyt9 zP2i#4{VFj(y*K5x-IHWbDy8}98-LtmVZA)?^^D3?S30hCy##$rJZv`bV6&6ky(W!^ zV1aPq0W1ul{Pl*kp8ylcNUYz3{(j7NA`e;r0DVh5^xGtlx7zHfxBb29JcJ5_3lCu7 zV9NjKkt74Dl;SnM75j(W{WSC~@z7%6!DjbILRyo?!|A^3?<)1V@BkLD$M+BE`45QI zIH;VdsPqrVe&qXm#{MDeAE0lEhuH=mYEp1LBvSKPpL%q4LObrlP{b+9$8vD_$>U z{R8wZ@vyF@K*@qB3C*gs_b1N1HNFx0?<&F))gc^-n? zN}%LY7anNYbZI~1-_w2qT`7JE>$83D>CJ!FQSyA;Xc}A72kfq@k`&MizQS1($5+iH`jar0KMXQ zCF(VZ&*Qg~2k2YkVV!{oo1NRwSE=z3ED$a{aQxCG6wik^S1Eq!n&zLJ5GoIdWz_E< zpl^wX*9<(^?7leQdUPH_1;T}g0pvu)Y#^S`6u;E>$Y0$RDi4Td)OmouB_108B9FJ) z?5ty7rN%>$duza#EAOF0qz9k;k8hEhTS;xN04m<=3gbNQGuXM!w%<)SrzxnCP{(QCWC$P1Qw<4BN z=K=bbc-Uy*!Djcx0oRk~Ve<5BI*vaPM(M%>$1fc`!*Bf3*1`i~8Fe0@Z;6LqFUjLe zHoI?iPH#GA!uFw9r&U8f!w9(vKQhk3Z)()=`HH?Rj2GI#(h(82#j9&$WD-x3cq3_RHE zL;(6>~0~tKfB~(cVk3=4FJV4(P533D4*zDwHuSw)#q}LzOB`R~_ zp@n`kj4?fPLVmw{m4|haha3;kx5UGG0}nR4Z*hq{(0F=i$%O|VU)p0?et&Q9fckL% zfE4eiv-@f2TjC+vERQeQ?7np>@}N9#*Z0qRr`G4f1CK9VKo>{2KGG9dxbu&9wAIT4 z_Nzp^H^yDZ?6T>n*WGqxGU1QgBm)Mm*!AR-o*mG9_wK!xEPH%6)bElWf8(jsw#53l zpHttck1s*r5)VTRJlO2I&x@XmJSdCgiq_v%zVE^Vk1wsG^+0&uF2Ginqz~f5?^+=LN`UQD>3BN0kw~jh_ z*8EU;z*w`+1N1HNu-L$Z%?@AtOd<~>!keXb;ep4OE~j|D!>Lhtda9*-%~zk z;NcIT&#|C#}(#XRwUq7L1)Z@Yfk1th=U%D#t zkmCXRmUw6}@L;q1R+o{7z+#wOc;NA+YVk||8F|R@0DVh5%r@{~vu`mT0*hgC;ep4O zs>LsTGV+k)0s5ABSYhD7X5V5w1Qx^O!b1x+hAn>S>c~Tm2k2YkVU2+Yn|+J%5LgV8 z3lBWLWQ$*l_tV+^H1sX;u))BC&A!EW2rP!lg$EvAsusVrV8Mt*_42T_jJIA%eWO0U z1bs_9G`u2@FWKx{jEBHtm|S?^@uh0yRJERNWJ|7U(awIzDutE?YLfoz9k+O7N?mFoIw z=Hc_t|JQe7|B&?$(6_|HMgtEvJGtF!s_+mt4o=U@!dx8kcdtzn+Oo2AjB_OB;YWAJ z`v>?U^$Oji8F=XRsyx1Avva+^%8ZAgFPEHn;Q6@AZ%C38sX>?zv<>rsGWHJ{574*N zKa4i;V6*$;fa|I7fcdyn+Gox$&Bui|@`~%FQ0C*XS0(nW#D176x4w>fKJF^IR@BE^ zp>K(Y83rC~cGj`4QsF^~@QysFcu*p| zBM++X`4~RqW0V6Zcg6X*x046xTjF80fd`u%ZQ?UkcnI{lqU=kT@g<&*`vJ{QW4}si zKJFt+SIn;W{sGr9=iN6p={IxDy@Qt=k>J_}`+WPlo_RZYfW9Rj)*E=R*}46El^G9V z1L490&&SQ7`Dr|lU7C-ZdF!$NFH{~dH?QA6K;IG%$=~GhC7azB2V9TBL(o9D@WAtN zPac#cN0CFN`M96ndF)}K@_@N{od@V!;$et^2b-OB?5oUpI6WI)@>O{ks>g+g7W(}# zAJ=4t`}GP=?9_ z=H_)Cpl^wXRR$hxcKF(70uLw7nK$eFz!%8jdI?D#Pt}j5_vz8orBrQw+*(>6cL}YJ z`@@@;AEmj3>#NLoi18Zmsm_3U zuD=f!c88G?4Y?-W%Ngg;0MajR{_y)F4;c^8x5UF{0}nPkeC;zSJOmAdOaA~C_ANKY zUQ}Yf8W}02;jOp+aql;N7J0~cfW9Rj`u$xVZ?)M|Z~J>yc?cN@7aqXEpmI|Tpi+IF zBJ=Ru*gxd1m!NNnhZX}5HoHF((wY<=f{yrh;Q=i0`cRsJNDe4xc$Rti<+uO++t@#3 z{R8wZ@i5!KgUt?K`%D=RLE}&wUxHuN`vv`2e;+LHV`GNW@xkSc&oK`d-x}{9;0yQ! z3Hp|JSYhD7W>0JN_p0y^^5v2f4`5+zxhW94f!ID|B<5k_zvBIa$^-N*@vz3ggUz0L z+uy6oL&!k5TrYuzmU2@dUIQ^q$Vkk?p%bonGhQ!c{R8wZ@vyn9rGq zAIAIX91qa9#KUw04>r3$64II!9s<5vN}PD$_$7F<+I|A@{vo@6fW9RjmKu1l**k-W zr@zMi zMzs?ANmhHm=zCi-ehK4k`2WHmNYJ;$!_5XBZ1%L);;$H6M?(LQ@(?x<&~m*zfCbD^ zZ%e^^c$Qqxa;Bm*j{zO*_nWcjM;F0b4AMzJcNxy>AJsO9(et9uf}xmR(1U} z^U%I5-aqL2mUx(C;K61u$^n1BBM(7eE;;egLe4yv@(ZJrwnFz{frlbgLHfrp@haJhfr`G>>LPUqwJ91X-geBtP?{3c#6W!FE@x5UFr z0}nR47Z|7#iHDGZaN&XHAKKeG?kB)JppS?=WIRCM5)W$)JlO1=#zWZK2{>IZ@%+QD z=w<=OU<#QNSXg!Pzdl$m57?iN_s~NfT`lqY>G?F4pwB-*-x3cS4LsQF?CYXshyG!5 z*g&}S4?O=ck2(V!OY;wtfBeERq4I#aNSz1hTjHVDKjrZyo4qIp{C$Ckpn-7Vf#)A4 z(Bw3ZrTK?HU-9jxP4+kzA;oD zFc+!w0DVh5EI06Avlk~Jt)U|iL0>L8@z6r9#Qej_)aW>t<{ut!{^8_MdB9wx&I9x< z@vz#!gUwEE_mTu2f(F9ndWq*7jz1-Pb{uR-Jl=ZrD?QeS$^+&ibsnH^iHG$D9&Gm1 z+r?ic9zq7fg$JI0cz~8t;h6bA>o5-(D-D$g%th)vK;IG%$-m_BC7ZoC326-~4^xi| zef2{&ZvelTvhI6)4)YF3xPR6YSh#%C((RdtdoDh*6vF{~wX`*@f51H!e%Fd`NcR#C zLkv9F?3H>89_T!TJU0zjqJKa#vB3UHKb5|M1rw4z=2S8Y+^!pJI}|#Zdwm?P3#|X{R8wZ@vzvygUznD ziR-z}L*U`wPW=PV$Ds`xDXa5wJpXXZ`UmF5>!s{^3Hp|JSY_bBW{2;6B#npAad6^+ z=i|^Gru9I>{u1vW)cXhMTjJqC0}nR44;D~|&O_jrOHMrCUJ)4ya}Vl#9In5hgWuj6 z?;lhipl^wX%?2K9cKF^$>cB(bK)BpLv`|A}J`U*^%F=w?P17!z6R(%D>m}%0;-TNa z4=ni+>>!m+=*4E|&lN2@@(?xm z`?SCODO4UXH?Q*meM>y7G4Nos7hypCZU-Jh4qno94Btpu^&gJa`8d=1xPP7czT-mW z0dw;@574*7!v+HnHoM*?uID-rfiHi^{au$>V1KFpR_EhzEX~LLzpHkvJAP?vxn9ED zyv_skE%DIsx;(yQv#ae<9s&nK zy$^QgFAv zJ`Nlp{cGOgKlpEYKF~sXKG0_e+%qY)R)59wdw74o@$1$#E14>*;8*9 ze>LzBDh{RjhkEZHz{38N8|lJnS1Q2-G7|If%>}W4Q2PhyTjJqN0}nQP>h0pMCLRL4 zTyo-}4>bdLc!qfBOC^{t{UV^?Q9iT8qCLcnEf#oC^4kVdo#O%emU!4` z;K641rB)LUVO}kz>)PraU*edhv1fGL&zN~w`002*t=>;V-x3eq-aN1*ZT1`M+-B#` z6)lZC1PX*p|G@D}{m<#Rp8&V(US~ZL@2ANbtXJq;;-S&NgU!zM7A?&@gb74v@c=I3 z_)^9L^eyqwY~aCWFUkRbU*%y^>-me?8*xV%ZgSxPKBS?g|T-+kl>{C~?XNuX~jzO~K3gU!zM z`YN$rH01$Lt_U}|@BkJtAN?bW*Fc;G;`@-n16TnMLn0439-wcDhpP=d*zDwHuPNgJ zD}cjIEdx2sj=!UI@9yv7-H^MJo5xC29G z9v=P7*UvmO@{r>J`j&V&)xd+zPVV-aG9E^It+%UH=E6e@{gQ~+c;+Nclx$wa88h^exKR*o~ux|9Uf1Nq2 z?-yr{i}MfJ`~&nY@oxIFb7dD4|pE?>Jf{0Kiut(1=pqTx20TBF_QCuE z`UlKGgvtYARdgPpZ;6L{3_RHE@U_pB@o+@sp-vune)>s@*Ff|a&rhR$aBmGBFb5GT z4~SLKd4Rqp9-cGsV6(&5K2yfS=*UBzJTy~7pnv$ufOKwJeLfK8o^XGh(84qJ34|Vd;LXChqxTOTeF;sHA1|62>r_rt- zyYRFdL*)UnDmo9)x5UE;0}nPkeC;!3JTwgr83;n5?&m-7{Pgw<^6?sIAMPK(M5sI< zRz>Fl`j&V&)4+qx?vn-71s*0$IJv#;f|-lv%%9gd^suJJDebe`=e4yiT;ltOy@Trm z4{emy`8NF+|9#!on{1z=!Bu=;P2fOJZBOp_vTl>k&uW@_qh$AG!}@HVqwb97t?>Lb z{=fH;Z&0#tpl^wXWdcCNQ*iFQTm$iuM61NlYQJ^M?wgM|T<|4y9&<|44)H!>15 zpr^<~l0e@Q54Rh5u-Q{@7k}mU?a0IM$OE}o)jc1>>wJt7^AC-bCsD8lN_GB0X94Gt zha`c%B_19#@L;o(+r1>TCz8%XsJqU%+&?su{|=@6zr@4-RPI~OR8;zhWAFOsi9e(L zX0D+9W@_aD@qCEoJMX@+$&zJ{?0ZW%&@nO+>-D(EL+<_o`j&VYxUD?iYO|-_F8*rb0dq zQ(?_0G7|G}eB>d=1N1HNFvY-w&7OL@_^XKr%(;e`TzKI5xW)sLY8Oo}|@ zc!0ho9u^sRu-ScS)x<-nyUw`q&_a!IEag8OlV3lLHewzoM;>xKK;IG%*Bf}S+2Ly+ z$;1Qq_db3`SE|E>hw=0af`>`dl4K&4I7dce9!`inJ`j&XuWZ=POFHS;QgNcVwcb#$Jf#WrfUXKU_)k4?Da#t%2>;%I<>?>9n=}__>&Wz)gwPhem_0Wg7#l+y6lTQ5W&ay&ra5)W4!c(B=1Z~J>? z9zvaWU{AX6fIaSM=|ghfj%n;tA38=xVjfH1J@vliR%}<{{L12X>|l4?Moq{KX_W zfhqzU$Vkis%6LDW-A_Z`5)a+F$>U2ld+Kd}uO%L^{wMGeCh$=2^QSS^L|fe_4{n>? zM{~=y7Z;6NL1|Dp7pDduRjEAsCm|S=O z3uxOfHzdiPR7&GZKZ!i#c!0ho9u^sRu-VD&UQ@$hb zxnBBd=y7Z;6N7 z4LsQFJ`j&Wj(7=Pu4qy9B z84saGwx-^6;Q=fhO!;OC+`#Dh;Buy-!ox$6ha3;kx5UG91|Dp7_}XX6c)$waaFYuU zVBs*zAE1F&>@5H$(pja9hhZ1|=IS{Akj+0p-x3eW_NnK1UWQzmCX1av=Bvzjh|g23 zcRmg*V1J%N=s`h4sRR?qNZhW&BM-U$0lJrX=x@-y&7OMO->bqys9P_Uoaxd(z+o7r zeu;R%>_WHK;IG%qYXUR?5Vf?y(&BeJwffl16aT)#D7z;H%8~c1kY+R z4@y>+e;6Hk$ngMuOFZ0c;K61mw|h+r4?#~*yYK)8z{9ogHSfPP zCi0Nu0s5ABxZl8o&F&Qjs!ZV_=m}~U9(euFYZsdLUm6>E$ngMuOFV2a@L;odA`d}N zP`mKJ>*LnZqL<0kFw6(qi0>b+`_%3~j`MNZd>r&G@$kBV2b9N!B1 z{t;cGzRuzSTtpr+9-wcDhkiTA^V2rFZ*eKtOCdi_v9xbez4Oz&UUVj{7o~r>#Qnnu z|94~p4C)l41&wJxK-{~c<7rmEaxAgU*(6_|H2m=o` zd(P<|PBI>bMINY=(D&a{&*5(MoTeR0>qWn@eY!S|!k9X&7rp(qecM9i0c*!~9-wcD zhiL{LY<9GX&y?{nJn~Q{551`&utshft)Ir)IBC7;pJ!b1La01o?YPbZ^eyo)*T93# z?vn-7mGLkl@=zxaU;%AAlh#k~L8Y`_^sv6ao);<)SUaxs0DVh5EI06Avyy7HSl1wliR(fjE5s44|Vdu>qXxr z9uA;Z8Boq>AnqSt9{JLnq4I#W<2nz}x5UGf1|Dp7_}XX6co-ddsFMd?FZ#P3ljJ~Z z6luNaus@x+EL0w_c3kHH`j&Wj&A@}r?vn-7mGLkp@=zxayk7J&+D`z_oyLq(I;)iR z4_`Xq@Pk9;0c*!~9-wcDhu+=g`8b;$8upno9-4-R3QH&W+Hsu+=v(4psDTHY-6spEOW~m@@{pfzQ|I1rjHKFlz3BfV9o(LQ9QmVJOn*K?b1K+deOx+F^$C|(t6Rejy?7Vq4I#W z<2nz}x5UG20}nR4M-)m`DLe!{LG8i=uNU2y_7gyGFcy&TA`%{7y5V0pwuH(9){g5u zK;IG%%M3i&?48I%&=b@yJn(wa6KG<395oCAgprY$ho`^&<^!SffVJZ~574*7!zu$0 zHhb!Af3Hga5cCAK3lA;S3|Jp`CoL2`hDvF@Xk+{PPYjg@tR2^RfW9Rj?lJISvy&gUz0L+uy6gL(mh{ zEcg@U=&JpB^d?SUaxs0DVh5ylUXVX7@)zT9d*<&=b@yJn(wa zU(YqKpZ?)#%N`At2do{}d4Rqp9(py%^Kmx2Zywb3qH+EqKfj>PHAwRhweWy`B2*r* zc3kHH`j&V&#K42i?wben50lzk=PsIk{M`BHwvV4b?}GC~eAK8*|Im#ZV@JxLq%YHw zpj_hXrIl-2KXo@fUvx1&U-WzL-#Cfw)k-{H6wegpb)#K%y(oUi)5$9+**Va+#KR;5 z4>mj3TeRfAcOnk~?&Rvi16aVC(O$G(l%}YY?&VBH<^JJ|k%t@)(6_`xn}G+L9lrLF zs`3!vPOdIIfQ7!4t37Y`OOb~h574*7!%_neHoFfNP)AiB0^G^fg$J;Jw%vo)$6@X0 zZsklxrGNNxG==G6@91qa9#KRf` z4>r3mnO5b2gK&KPur5%K3lCrcYk~&Q`Uk9)+pnCdsPqqCi9FLdvu_z5!h6)H3lCrc&&yg$ zHxfrti8T<&NSKpFx+U_E;{p1Xc$i_}!DdgrUHr9r{}A2;wF?g|)C^evQ0;kHw?-av zJV4(P50@Btu-S`~kk(M0hwvt-U3kD+2k=nsd0Dqb9&$WD-x3ci4LsQFTZV`5Ca7I_ z;PnpGo|kod_WHK;IG%>kK^D>|2J1 z@Fu7`iwE3O$MM!|ycPPEc-Um%!DjCa9*&HK2wAD=VRXV`2n!o|l+)rM#`Mb3K;X+#f@X0}M-j-Uczg~LlUfrvIqS(7wTY)te z#cDBso1d43PmG{NA}HB6(6_`x!;bQNoXyVl7A?8`u>PR~58(|jm7X70FArb=F|Jq- zgkuV0DrG848h{Qy6nV(;0DVh53^edyv%}XuQdJ(p8(wna0W9o8`EL3fh+`?$KhDo@BYJ)ha3;kx5UG>1|Dp7A1t7bsyqa`{-NIcX`X-h=VbGKWVok} z<4f8267((cu-d?b&E6S2Oq#Q3YU{k#5Vx7BxD)da^(MM)DBU;Ud)Rx16LlA*1Qw7M zPuwn9LV5V4sf{?t&-&La%<)k5XLZIg##{0C7InX$|L~?RNuY1+ zMZ!O~Y)9(Jd1GY^=5=v~f{hwSfxe!T>JOFV2a@L;o78nEDj#6y6?tQ9Z1 z@US<1n|Z)J;-2LU9=4?%ua`RBKS19S51R};*zDwHFG=Ddz+u*kFI{*TK;LdI*RVg8 zoFfnB{sH=yczDgggUw!Pz=8)74*?FdR=nuK1D?UoJPe^@&fo#{#r~mV{{VeUJal`P z9M5O7lbgLHiH88UnW^~Fg$F!ynt8x{9OuY`xqpDZB_4Vic(BxCYv93VuOjif z-V%8TIDpB8hkE0eA`i5ep@E0h1|Dqox2Qaztus8XaFEQ~q&lbNFc}NoI zTk0PkHt=AxSCM#KZ;3nv9Khtl!vOMlbJ^=0yMz+sOWRWBdq$4;jyxm@^eyqQ(ZGYv zUUq-sLgXRf045h6>WyEDJkVYw1|GWgG{i4i?1e!nS0M5bZ~&7F5B0_`MII=Qh4d}; z4~+)h+w7gnL%;z{E2blT*Mdgxfo$dajoTu&^)XUKGrV*bT&OA|tUj z&WSwac!0ho9v(FCV6&&*F8(U<5ODZX>F;~JJb;B3%CGcDlKrT}-ekx~%)^YxLyiaN zTjJq40}nQP>h0pM5)T1~FFEmmzaJQ1dYCpL!`LhOSMFn(ht|kLjtA&l;vv~do{zKH z$>m;>#6!U0OHMrSe#Xm}BnfS4Tw;UAUzrD#@%}-PEa_h2p}&C#n_a27(4oXbQ{$-@ z%|CQf>%6x1wnCM6!7t-}xZdj}_|SGgJ?EIy@2r=H)9HR%<;nN)mb#xli~2_Wej56g zco=Qq!Dja*HHn8|k%y9d**7*{*K$Ao&<&IS5GoHCThn=fz9k+`HSl1w+uEqs_qom0 z@ulIBhq`#E<$n6$*PHu>$^*vMbRM8@iH8LS9&Gkn^=|u|#KVZlLtQ-7azB0b8AFc` zl?RNi={!K+5)W4!c(B=RI)G zoWw&@*%?NNbH;R%>0VaVZPz{D)ZC&_|nIFj2w;cRhyqa zt7+ib2HtIbbC-x3e^8+fqU&8<`4JKW~#{ll=x zL&=Hk8=FV54h}s0h=N)1d?4&UgN&qVO1)kRod@V!;$ee<2b(?hcJWtkbCrkTk%y9F z**7*X<5@u9;Z%y(!1IBy{|quxJOFX=8;K623y#T+6<(`5EJ_ zn2&yhE|&JA5`6_SQtTh({sH=yco<>e!DdgrUHp~XT;*X@0gE3dwYSbaKj0M*uH#F%r{0ggjP;>v;{M?e_f8(j z_tV|J_Kp9A9lozNzSP<4ANc>)S*1F@gt#ts{R8wZ@i5oGgUzn`+{baA2aeA4QFGU- z!-WU1fcxl18dSo4v^2i-eB>d=1N1HNu-w3d&F))ec^<-D0pY>}SipVsESk5#z4T7y zOhx7X;g6Ar91qa9#KTPn9&C2_+Goo15bg>H7aqVuBjs<=dZ4|i>{HHERCw4JdC2hq zeM>y7HSl1w!`D7jo`-N(K)CSGNDVQF^55uUX#kZNZ$d`mYx5T(4>=y7Z;6K|4LsQF zski;T=6MKr16LOwz``MvZ=(yP1F1ZqoT;er@M7d4#{={&@$i~~2b&$f_L=fLgu8*O z3lCrcBM>uaA;jTS9$d~;RCxGPJ`j&VYYT&_UCzpFoc^<;uz}1BZ^rqn96T2qKSSoR~ z$yc1r!?pW<;*L1~K#nOV=v(4pih&24o$K{g=6MKr16LOwz{1g#R~(v_tq8V|uvP`mKJ@vXOhI!R6_ zvjIMkxPSO!1GtFeOPOAwZ;6Lj4LsQFSmj_=yF;pI~_Cx0Z`j&V&#K42io+;VSQJ#lzcj$BBp_X{>lP_O< zL8v@n?T5|-^eyo)$-sln?uUY`mOKyP?$GDLLoM;%-+AVP-w2flto_h=fW9Rj+6+9{ z?3t4N9OZckcZWU~9vZ0$5aU`c-n)0pIZuSj1J-`%JV4(P4@(U^*zA5N$ZE;+Fe=_p zlWTZwdFCbg2rSs*y)XF6$qk|MfVCew574*7!}SIpY<9V2+^u;Yj)**vD{JMUmU!>S z|8?w`PJk-HME%Dw*Ods=sP_mp!b1zW-4^eCwHG4NosyDMM*rp80C6Vxs|)DrK#?X{oT7%C4~`=RpyeM>w{H1J@v z%c^#_YCHrxLG8i=Vp)-^#e2_u`4fAD$^+JZ=sZB*5)U&BJlO2+%9p>X@eu3;wF?im z#CzZW9~YhwDi2uuq4NNJOFUd+;K62>RqbxocnEfay0dt2iTB=G;#;xyL+1hdmUvic z;K62hSHApB@Gxc0dF`hJytlXN8O+6*GCrrjhi3#Ksr!4=cCMua7B1hpZOEN(Zj&q- zzg=?E*?+m9mKf``Zw|WbW4CXU^qqfXa?(L<4cPDdh5oz0`hoM#*!=H7GaA1A+3R*6 zxBVrDp0H_r(lBk-vp05M^Q|5S?a-r^y0^qkM)j%Cbum=z9pAz=p*3wFVw+ zcK*JvGUFlGrPDcA>Uvkt@j>+*EFh*2iMC*>JTD78;B#p2DOjtA&l;$gIb2b-PT>@{UP1iN%P z=TBAd`Y}GJ+Q32!jFi;pNu@@c!0ho9#$K8u-VDYUQ@HYBM&(qpl^wX^#&en_LB2GzGOUvySKOMPF3&vF+Qi-zyRVkkWk_r zS?wQ2B+rkC^AFiP1N1HNknARpFWKzmZm%ihA>6&aRfnp2*N^cz)dmKb2h79rxyr-H z$V0AwfW9Rjh8TFT+0iCGlfpx=dwZ+?RQ0YO<8!L*csi%8y-Vo?dX;#X38+Nb-1&z-jY z3rWBK={@P(hSi@RzXowl_fl-eLGPg04DhZej@MX5_fC4e2J|iQu-L$Z&7NyK4<{K9 z!7hEsc~RH9dX5jO=e5LZe0JKf{-N@K*e#t0=v(4pm4OGFJ=b_1PBI>XUHXvoqN;cO z7#~z^wZv<@a>oHvL*)UnTRIQWx5UGP1|DqoT;q8-$#@8M=|j$os^0Zud{DLRPv^FH zjZ@yW$HzkD0kK;;574*7!)5~yHhZq|Je*`a1iSPh=S5ZT`Y}GJ+G>f{xN~;TZ->eQ zVz+c2pl^wXe!b=KR+~N7cpgqN9>U$5Pj#cJcl{WjQ*E`xYxMcaTTh3|17f#y9-wcD zhZX}5HoMw(K8`aU!rhxs^`okH{TQE9ZMDQ}TsYvby+Y*yv0FM1(6_|HYy%HAyV`a> zjx!#@-J4JKqpElP7@t#ZEp%>+*LY&-^T$LUviS$-TjF7bfd`u%ZQ?U!JcPS9pXyIl z@A@%5r`l?X*ZBCF?gJtZ84u96#KRf`4>r5nc0P_X9>U$5PxYg!cl{WjQ*AsS4ZA5` zV?&>RpAvb-iyTg&{kbpHT-OFT66 zk;j*8cD3z%9D|2Rt&0}6x1HQRt9@RuyKHPn&Rj=7C+>O4h?yrIGa}2}# z?_KxnsS~$L{)6&IUikgTV8{C_r{DEY{)}E??~LZVcklJ$7n-~4@A){t`PJ|Xuc(6_|HbOR4IJL>eAbRI(8Wy6IBu+W$CwL9eZn?d_94`)Rlay&ra5)Vra zJlO2;wa=vU5b7=)E9sJV4(P4~>20@m8B1zV?}P9zxw^!-WU1a5Uwo_e}TJz>W;OD+Aw8pBs6|@c?~G zJWMk1V6*#V0d?s-aC`dxIq&rPTzF`qU+P%O8>Z&>o5AnOJUq113%kYn2Y4h+(6_|H z0s{{=JJ;*0)OiSXmkk#lI9}tKrTKUbv<>s{^T+ot<@t1ZI)!zJgPc^vcbUF zWpjW1XZk!><26>&?@H5^l>~iD&j)(az=O?Rskq<)$LVzBAxKK;IG%Lk&FG z?BsGU$;?BT5gRT%fCY>(ts6u!8&r-fXDTZF!_vq@jtA&l;$ez`2b&$f_L0mygc-5n z!UK;lEni|DZ$&>5@24}xLf;Y(vkg4h>{-plj?6qXHBQ0Gptjb9)Xc#o@UUQaxACRt ztBfz{Jbb*z$WjPEweh91nx@{!*IS)YVtncGH=a7}(p&fHK7QT$M}7Z{YU4}Lx5UFT z0}nR4FM*nQ7#4Y`(aAi%^o1(pOOc2Ccq{ZR@vzFkgUw!JQ&~S|=3#i`!Ro#A1C3NP zQ{Jr{?=6ilMIQ1zK;IG%_ZWDv+0&LN{%Yo7MC74H_wxAC85G}Y8efV$b>*>JifHYvf9U&LcgDez9k-d^^@o0Z1x(P%K9;thf@~JSvY4=+;0Z^&FG2!q}y?h z_Zlcy8((_rPvc&HAMG{se#&p`nvNS`Z<>ogKC3tS4k@jDbI@grUpjk#={+B|&-|^= zyqBN7Y+PrJF{$HA*lz}7cbuSaDZX{Ifd`wN>-AM4eo5sa%;=@G&FbX=EMSj~ACbT* zWTO<u1DvA;|=)zP)hs_tCt7fZ{}1QZ>3x6(jH9M zhY5-Qj&F!O_WHK;IG%>kT~E>^@mQ zT{;h8MlZSXfOf@l!oz958H|n$E@vt#{ll}7ha3;kx5PuThdjPyv%}Xulg>lv`_1US ztv0^I`^|is0yl8qCG9u!T;w6g1N1HNFvP%v&91js(Q}=L(D$3s{aK9%-f!lKJ<_-h z>`j7<#P`#Gh&<$YfW9RjrWts!*;8-(d)0a1_Vo7?x<*Yd<4Y~{t6{&HXHH0x@l@h@ za>z)`!yU8kzAVl^q&~qb^eyqQ*uaC$p4IHD1+wi*w$#%sj>A@eHqE%ET6fd`vCtJ%*{ z2Ob(vy=eZSlUnDswYT~C30fd`vC*H|7-bRI@T9&%o-#zQUf z8ada2k2YkVYYz>n?2W99!_)~Mn)cTUaiJME%6#38h7>)q4I#(Eu9DG zTjF7bfd`vC*H|7-bRI@U9&%o-#sk{b7O(M(mG7AyDi4U=(s_WsB_7roc(B=XjpgA) z=i!LRL(Z$!c&H^_p)Aa+aV0s5AB*kItnX3sU2hZCKL(UFIoSF7<*OT5O4 zQ${}&Di4U=(s_WsB_0~~lE;^9_FQ9mIMI0+6M4vawHgmC^hsO1#`I@CcUP!9Aa+aV z0s5AB7;50bX3sU2hZCKLrlDa1;W8grOT5P2M_>7Ts5~HcOXmUlmUx(M;K641fIzN_ z4m>nP9#jWa>mNERUSn&SpGNGK&I9x<@vzjugUznCm5<|$he_?NbI%X-=|FDlfxt>{ z%H61Q!JZjv;y8=3f9Uxy?jO$Rxlbt$Yq$bLEp;>`j+;ax!%Bo z&Cd1uDs>*>{u+7DR_hk2V;{p1XczDdfgUz0L+uy6sL)>2@@7roT zfCXF&zn2~wH;Bsp%bAJ_4@X8Gay&ra5)YdVJlO2;wa=vU5ck)}d$$@7VBt{8-=+No z4yIDtPvEG?LyiaNTjHT-e|i4FX3w`)@iU!=xW7i;r`31>3%K9vL;DF}FM&hKnTksP zaCGD$#{={&@i4@|gUt?K`%F3yaes}xcdPLL7T~W%v^gL8Rm5)~Bk}!1OXMNP1N1HN zFwww+&7OMO->c3;++QQ_+iE<3g`+7yN&`!X-9X>U{VVfuOynWQ1N1HNFvGxu%}y@& znsgrG{u+7rR^y?CK8kpa4O5e30+rJK8dqI?%eXlIK+Y*A=v(695(5u5JJ;*0)Om>e zYves!jR%g`cxI{j`49gYdC2t-(6_|HN&^ozd%m@bpLO7YFMx|z-KA>49BRG$dvm|K4^APu&$$W#OYWEMd#4inc*H`Wcl?TK!>O4T-5)Tb~%kyzId%m@b zpXofr{buq$t;Rzw@k>|EUh!0@JRp`)=K=bbco=Bl!Di35R`D~Phq&KN-lx@gs3m@B z;{%uN94ZfpWz>0qz9k-73_RHE`PM3art=W@o5}mM8V|L^FHIhBQA?;iAeK?*0s5AB zIMcv`&7N{2IIuCKb znY>S{@lZ?r(z~8I>uaI%fLKPI2k2Yk;aUR^HhaFcil6B`#QkRSKCQ+>E%8fp$Gzv# zP{2IIuCKbnY>S{@z6pawZ$*p`M}S9A1V)sWz>0qz9k+W zHt=Ax=Uc1zna)GpZzk{4YCLd!Mz#2*J_CNZYp6URmQm*c`j&XuXyCzS&$m|bvkpAO z{bq7bt;Rzw@k_l{F5eI;4~S*dd4Rqp9=h!#&&S#9xyJHv(lLH1%z%w|QvA}^60d<+ zMx6)fTjHV7z=O^10fAf<=pUxGEfrd+-LCmwf9@ZKeYp4cV1K*!U%K^{&HefR*BK@6zl7&ytt4OIZw)8tTjHVFz=O@s z^%gC;o%1{d8r(|GM4Q#i16aT_AbRbP?!83YY$V7?th3$$^ML1N={!K+5)ac2JlO21 zw~N2ZJcPRYk{b_T0e?YW>5=Zggm@-oB<7({z&zl2Svn8Ux5UFD0}nQP>h0pMG7q8d zzU0OO{(6j~{4hO84*Lm!4enu?hrR*xfahiDJV4(P4=W5j*zDwTFG=Ph)ZLfdcxa}U zz?kd0K}m8Hm0$xIiFw#PU>@+iES(4FTjJq%0}nQP>h0pMG7r2vMDhB&S`9Au4?Nzw ze2IDeG`I-$ej3lq(s_WsB_19$@L;q1(wWRdppy^eR2LrLL)-Y$o5^11*2_a@kGH;^ z<4e%D#KUt29&Gl`&Se|t4l9;ERl=v(4pw1Eek zy>od8b#R^e>t5Z*uUr49@1IdEehK=Pc(~fYgU#+sr1E&{u*ievVD^({ zE}ioD(if`4FNMs5G`<9VOFZ0c;K62>+Qr4j?VOM28yA5qZ#@$$rwzrBkrbOu0|_c_>o+Qph|=<4e%D z#KQ&y4>r5hE-p51=R6N1BM+K0*-x6ebP5(QzBH7kl1%YSA@d-OFG1fD53d_|u-T<{ zaj|hb=Xn?vdC;86e$vdPQyyR1V_EI-OCjA)OXEw>x5PugMtOePW|!K<#m4Pi=HZxy zGh64iPn&;H`@%36$?5S+?4N4B#b<2sOE2|XwPEJO?UFXi@1A@4|DnI2;i%+~xBhh; zj-_xE``&+jLwdicZA-;3;s1$vKGm1dx5UE;0}nQPwf3p!J^numJa7nq zJ=Jyj&${ry<4e`n$8C;05!vP+ut&e*p@{r>J`j&WDZs5UY-vT@Yxk%21hvqU5 z)z-)THS&<-0s5ABxXHkS&AtVA2y&5}3lBWLWLqB>@24}>Lf;Y(YYjZu>{-plj;dTQ z1sTKy9@O|H_D?l0<1@9yFR46Wywx_ow6(-9N#je_I z5H39M_>wJtDe{mh6Z)2Tc+J3r&7RdeTjHVje)4>r z&7RdeTjF7;fd`vCtGU=w6&`{NVshc3nVO)M_@&50 zrd8-$;$ez`2b(>sx!6$^9)b*Fa^Zo;mu&G%k%vsH(6_|HYy%HAdscI?Bb5gwc`D#7`+I{2XaIT` z6M4w-0DVh5tTOOmv-{$J>ydc~FNDd32i||_sCOmF{^U^J-&^HjY~&%w1N1HNaF2lp zo1Jy+tCV>NFNDd32mIA&q5OSXABRbOULOY@a7~2%VO-=P#{={&@vz>&gUwEE_L^iK z!V6(?;h~vY0^>^?4o;GzspS2=RUVon4>=y7Z;6Lj4LsQFUSXihWFEo`VRGSt$Cu8% zDoIWtUxE!}l?U_@@qU_|Qclpf#6z$B<@q?9o$K{gf(Lqj+|<^2tzj;VD?1WAsPRiM ztK%Z&kL3!y5A9cbeq5hnx3m!;3gg2^`Injj&u+W$CF9`&?rA}y= zsg$Xx@UVO20q&?I=v(5U&A@}rUa7d?fy6_2qe__*U3dTs7<0X^dy@2{a<_7(qQXPJ z$OGI_Nzk{%!%_neHhZPwf(H^0;f*R~PITb`EDWJsZT<8fk%!F5bOe1%JX~+!!Di1@ zUf@LHA-qwg%z-XEfQ2T?`_aTSMn?vhGZmHoVb90|+)+u;x5UF50}nQPrQ(7I5)Vfd ztg|bB-Gv9RFqZO3bR&U#uc75kMTLjGA`fs!B|+a3504pmu-PjW7d()77+tW=uKaZu z9>4GJP>)vDGK_Qco<^f!Di1@Uf@LJ0T;x9CKnz!Uc#R~;4|D^Zp(N;A;$en?2b*1~+RI@YufaTo8?oWS16aTu^-C15fw^fZUgO5d zLr$mAx5UFG1|DqoT;(24@;rnavEjl4$7@`>Lz3)5Z6U>Ld@b^jQz`T<@vzdsgUz0+ z+`~zphj1e{TzKGkjh|3Qu?Mw<6tD61$U{!0(6_|HodzCk_FUy2PVzj28?oWS1IKIV z>qXHld~JSHy;!zKd{HhZpe4<~sZ!j0H);eq2d4y9mkTxm-28sCUK} z)Fhcer4+C6?N1E)L!5sg=adulE%DG|;K63+dVQ679>R^-aN&XDGoD#$e%|it$U{!5 z(6_|HnFbzg_FUy2PBb2Zjo5JEf#Wsw{WZ`mJidf7_79m*p>K(Y#ReX1_N-<4>mh|?ITG%gd45l#slW# za1VjBA7$RZ73a)DL%=*N6nKEXB_19&@L;pU*FKWOL%7izZam=c2lIfLee|!~$1)E+ z0_Nd-fd}YY;$fqK2b3#UHy)bFkIchSbj8ef9GB_5_5c(B>^HgP@YHde=5hesYnce1baH)|PR zdi3`@JrODo()beeE%C6(z=O@Mw~6aHx3S8@h{%KJPWF}lW-a4OBaYstAygiu@g?Y6 z;$ek>2b*1Q6W4QYW0i-Ikq6P8>?{4vW-{>ovuS+ky6ayZ9V!pf_!9Ij@o>9=2b*1Q z6W4QYW0i+dkq6P8>?{4v&Kh6ZTJEQ%@g?Y6;^9F94>r5rCa&k)#wrg@jZ?7eOk3;1 zC9c(W+3!j5eEiF>ulSrx*lqDk`gkjz4`hp9I;&~wjlRc})cUs6^MR!JCFon?;W+~j zHaoXP(URL(6Y<9g(T+g|UiHFkSxVWEjl5Er$xs{#EzS4aSyKO&X z+*9)W!=%@G--`aiHonx^>*GH2w?6Y;e)h6)kH7KMX_wx*SNHMj)<25>m#?JnXRNM| zgTAqE75^;u=}H3+HamacSDEL5qxXH)-gW8$3ia{;7Hs<&TDI*V=R-tc+hm8gvZ1${XKSy~U!d)Tf!b2_l8RMQZ@{nm2 z`j&X;HCUd1u-UVk{T$_a2zP~?3lFvIXN-Hw$U~-8=v(4pw1EekJ*(NzQJ#lzSID{W zfOfU*XMADgAyMzAp>K(Y83rC~c0Uwkwd8pSdq3lP@26|o&-kLqLyiaNTjF84fd`vC zQ?j3-XIw82*w46ya<%=87e^j)JV4(P533D4*zA5N$ZE;+5cYn?_3{7~kgM%y zylU{i&&K-)a#A@#-x3e&4LsQFT(7S(&qLVz8FvN`H%1-c{^4tpha3;kx5UE`0}nPk>)2PR@eu3;wafU@1Zo64|DknO8rO$& zWF(G9_~3b^o4OML6~@A+_L z|D{^vTRVF{0lt>&tdiqfv3~jnlBqf$2YpLCJZRv-X7@uuR!g3TaChi);h}-tXp3)s z<6CW&{g*=H0kQ5n574*7!)5~yHhZRIKSy~U!rh_Ig@;<=ThHz}eN4UAOIu6-fLM2( z2k2Ykq2Gb>c&p9shk~q@JP+aS(C5NKE%B{Cnsed@LgfLm?m7?9x5Pt>fd`vCQ?j3< zJP+aS(C5NKE%B|5KRxQpq4I!Ocby05TjF81fd`x24+U8*c^<;uq0fZ}w5u(?_0oaE z9uAcU#JcM|K;IG%D-1l??3t4N9OZd9B91Q!ZZ)l+t|h+pnM)6NBUBy`>#p+veM>y7 zG4Nos3(Zx?l;>e|iwLG8lB1oEFPzV*|upED#>9uVuU^8kHIJS;WvV6%5J55Z1QyYNs; zeCtbRoN`8}JRsIx=K=bbc(~cXgU#N_JOn#I?ZQK6#kX!P@fwJA*Li@xB_7rpc(B=h z^U$<-ak_!)r1sXi=QjquK5m^Fh^aW*G`<9TZ_3>Wrf$mTamcZwmml`$A9MdOaObvh zu)p2=xAOn3vr3L{Mg4eAz3NuzTiVZflYs}DU2}WkQ;mn9*T>b%16bIH^4NwX*`3N= z%9)A^4_8DUay&ra5)Tar8^&8LcKF(7(s&4ZeO$dffQ12+U)wQB_M>vIa;Bof!O&729ZKaPwYoAHuA=nLEU3dTsaM+?= zNrH|QgL6DU$7462j6CFcfW9Rjt~Kyrvy;ocCXI(+H*j^~0W2I%`B55JLaZw~SMFe$ zhpQtGIUb;IiHFq&9&C1Ux!0ue5bOr7EFql2gEY!JV4(P4~q;u*zA5N z$ZFAe2zvcPy*vycH`?NtPI+kB#!z`cEThf?^eyqQ!oY*go+;VSk;X%?8}zx{PuCK^ zbm!oSdxXjZVi|QFpl^wX+YLO}?0zW7YSDNIc7r|_9%_kS>T~%KCxpraVi|QFpl^wX z2Ms*f?3t4N9BDiRyFs4|54FTEUHHsF7l+CNVi|QFpl^wX=L|g9?0zW7YSDNIc7r|_ z9%_kSdgADPZV#0Q#4_qUK;IG%$)WOmoXwso+0T*2L$Dk4x$w|JO<;>(`uKZ~cq~*N z5X-3Z0DVh5^f&Nev-_bSt3~4>*bVwzc&H_QX~UfdZ67KRh-K7yfW9RjMjLpr*)t{k zInsFub%Q<^9%_kSI%d~>Muo})Vi|QFpl^wXQw==W?0zW7YSDQJb%MIHcyNhd+FIf@ z5X-3Z0DVh5EHLn3vu8^7b42@9p0Z$W>-n=MwtlE}R(r4;FoB1S^n#cqQ-;U&_h_kT z^8B_*g751IEDYT3h(A8HYWw7A%KsibYXEGvbn7jf``bSAPJUnAf9XWpYzqHZ_6_un zc^m%!vwfw32b-P0@2k{#2sysBULI(fXlehY-|mnkyV5ajD^SX48*qa*KOpju;{p1X zcvx%T!DffAeI}iUP&Z(5=^ya?ILygCQr>?F@l41_%)_9_LyiaNTjF7(fd`vC^|rrP zorh32U~=K%Flq*@pT3_Syo>!czy>lBT|$*~FgWs%;{p1Xc<6PQJpW*`mz?eKMdu;Z z4VYYbXrXq%nCmkqB*}Oxk1S^@Dm)B{Jmh$Qz9k+;8+fqU;cK5s=YjW!@cA>kLR~IA z@ObMU%aR1+C_Ep5-xu}qJ!8C|&hDq7Z;6K)1|Dp7_}XXEd1z`prG4i7d2Ou=m-zfK z@A$f0c)&dZ#+NRjiz8eg=?OgaeBXQf)XT$=UyXfn^@@S7EtuAljM-(=Pp`Y}$YjDF zw@C&JTCwZNCp|l$`R?6&F>5a6<8M55+NHPd)!pU0wS0%imj+PZsE;o}-x3eY4LsQF zy3dQA>pTpLJaiaSwXP-&uVR+;rr+HQX@Vk1><4XtiNRmc+Pa0qP^!>dWL*)Tu%{mXzx5UGG0}nPk z+Qetlc^DCS$Z1~HKm4wq^Z3%`w7>V^^qw@n^vIGA{a2_wV60i^0s5ABNDi0Bmuz;Q zETAr(hmnzooaR;i!(Zxo3!UR0dMORM9z&%%zQp&_y$*lqpip_hShLOp^eyo)#K42i zPHy*_bRI@U9&(yj^$*9Z=RCf&{emQ!MDMBNOL%@3-+PA21IC(l9-wcDhiL{LY<9GX z&qO>-Sa`wtv**m4HGb~=i-L|{f?rj=>&Mdj7+*p{f1oGu&~({X_h&8|Rz7kzA6F~4 zrud~PTKp39E%C6}z=O@M`@HD6&O^xYOYo)6fO@XK&*Mw5o8p&-MILhVanQHK!zu$0 zHamRpGwD2p9KQs=s`}TD_4j#v3HJRcOXEw!BM&(qpl^wX2Ms*f?C`zMr1KDR{1W`C zGoYU9?_+$a8AeK`_@xn%ha3;kx5UF{0}nQP>V1E&Iu9YoFTty-{`F)1{T4Fd9vaCM zzce!PkmCXRmU!qlR32}&*;DWPd)0XeIerOV)frIF_4j#v3HEC7OMLGf@28Ul`j&WT zG4Nos!}mUu&O^xYOYp0zfBjf`pU0O>@k?jCxwaA~R4Wg9{1WrztK3rYOIP;)-_Psg zOVGE(!)yZ&HoH$2P?yd_$ni^(-c=^__to(wQ~c7GzO(nISjVC9uw38)`j&WDVc@}L zN1OOeIu9YoFTt;>{`F)1eRX`Pk=~TXmwr3@BfEym!&L$g(6_|H8UqhDJKDr&(s>9u zehGfn8Bovl_to(wQ~Xl@eV+J2s670qzytIx@vy;xp+ygdD#Fzv>LA=lc8V_|hbL z(-glHDi2o+JV4(P4?_(+*z9N%p9%YsO`E;s{5dmQ=bqet{+#m{H4Z(jsc}mCtoEQ5 z$szuzjk2nL{TP1NZFpwZ56K9-nwSBUcTC(axr_3KhcBGA>_1+rTtBIwQIF4RntG#p z?)w<=QA?IRzMJoQxjtSWhx4;kr_eFz@6k+WGl$ zKcZk(9Ak_L8Hu%lGV+l61h3Gy#KUX@4>o&NbFm|CUy+C5kq1@xd<>8CF-nXlA^!2y z9n#~y=olF(@{syK?;oIViHBtd9&Gm1+r?keo=5@@m}(6!x$Gx^@zz0ytW8lGN&uT7qRF#JSfpFmgEFd2EI}Irp zhtM%H67w)B_7AB;%CFG3#KU?64>o(Q@&YH-csRX4y$bsoY4!i9(9s1cCge?k_kfpaA0VRXEoP90Kyg}x;o+6+9{?77MdoK)dq z^7I1rcGa)C@WAm)<4;Nw95WyA0rPO+ltBYx|B$Hy`j&WDYT&_U&uT7q#5@dZ>JYya zA`VXX54G?BE+P+^R-tc+hwBYI*z8%&#g3Q<%ugRTXJLEDv3&3(`iIVn=ljl^+awo^ z-!8f8SNDD8of6N-{a0s{dORO%4St5cB_7roc(B<~r;o({#|}IM7|RELy6{kIJYVD? zQ!Ml?@$i^|2b(>sx!94BhX7;w;7J!AYK`ZMJY-shz9k+u8+fqUvzm(?8F&b9V5#gz zm;32j;`v@V=g|MImxnD8&(|5(NnB^O>m}%0;-Tkoc|Oi&FGfN3Z4(cn0^!2LAabWI zp6|bk%vHmaN(hrc)qt{|Bzcd2z^UDOf>LdvlpWv z`?iUPAcL34EiOFN63=(xu0Q`?>>o1SLEjP&GYmY~>{-pljto46ih~mmwZ!v%wKd*9 zu-2eh=v(695(5u5doc>KZ}b0A8*e>5(90z!9$Ltqws^jc*Twq>)*93YeM>y7H1J@v zqfQ@*|BoGb2owmH>!n)a`QCF%&;NzPeM>xS zGVoxtXEhf)Vjd9Br^GJ>8OsMxb`}qqql!FaT7|wP9vVi-^KmwNR&%i<<^lb~g!yyZ zVmx2x#q-@l@q8boc)kM;c;5{n#`EEC4JYVZ;$fhH2b-PiEm|6Ri1B>6J;&fD&hR-O zqpUTaFY*A-r3w0$cxW;3V6$_*MN70NQiuK_#`EPguj(KEQqOCR=ZieRb7_LUB_7T+ z@L;oZy+um{4`B{2kuzQHA8Lu`d-vBrb$`7)Y;Ey;>h%)zE%C6}z=O?Rlmq_0iHA^u zaN(hrc)laHAAfq}fmN3z(6_|HwFVw+_N?Y&M@Ak31;T}gTH^Wkiv2^W?`5?@-x3e2 z4LsQFTyN3R#6ze7OfEds63@5mxvgtr|B$H_`j&Wj*uaC$p4D9J$iPFWI5^!u)DqA4 zgPY?0gL?k}eM>xSH1J@v7o#Biwuy&8FPEHnXd!pn;`x>}$NLAB2k2Ykq1#A#KF(&( z6kY7d$U~q&xLhyQ63_Rc|GR3Rc)gTq75bKVXf*I(vu8CIJ2LYSCJ-(>)Dq9Pcf6m@ z-A_Z`5)aJ=9&Gkv6lC8v@DStq$VKptl;J(qUQ0aRyxo6#aqJ)9ximrF5)ac2JlO19 zZ_$!@Ks=ukzZB#7$g!&C)noWvJ+Fla#PdZSGPOeA5)X?EJlO16&BczG2gGYknKNtl zqIq-X%?dcE57$ebwLjne6wh}l#q%BC_|UgPjOW`{kt*~p@vy?cgUzl~UFfhn58(y% zx$sbHJYVD?lPdHr@o>9=2b(>sx!6&49>NRibK#-Zc)rL(rd8-$;^9F94>o&NbFrgp zJcKyHmj;iwz9uO|q zOXJHtRD0g;NqgMhGhQ!cT7|wP95F8LLJk%1;_wjf?ox7igz9k-R zHt=Ax7o#Bib~PSC4C-^?p_cfibyv)JBK8lN?x1gphx-jY*z8%&#g3Q<#PjL#OCbjJ zbruhZ=ZidKT7|wP9ySy=LH( zzVh=2LyYI^rbrd~mUwvGz=O@MR9)z>3J>80^N}ZAc&Ig=FY=H{75bKV=y!xXKW(#T zH5WUo!b5n$e2zTS8qXJb$g~Q5OFWD)@L;oNH5WTF@(|p}QtC&S`-fWM`JVgL@psnC z!`2qhr(Q2X-x3eg3_RHE#VE+WZRR0NAY6E;C7$p9t{H!1S-;$gXg2b;YZ1=+XFJcJm%KZ<~1t@^Z?x&$|iHF{!<@q?9y%+`Aw~ai67|cg*ap9qs zc)o5s9CcUhA2QuR-x3c)4LsQFSHq@4Cd=Z9uUtLdC0U1eM>w{G4Nos zXEhf)Vjd9Bcg(_>t@GMrJYO5R6n-&fcwB!EF-$)sBkXDd2b{h^@qFh|Jm1s}mwq|K zc)slw$3Wi_53>zC*z8Kxg$}v>1Ri2MA9+^SJ^M?w*BZ|kdB~&+eM>wnGw@)uXEhf) z;`SAIi1B}raS0c;$gjk2b(>sx!6$^ z9)bkIg@;<=`6k5vAyNAW=v(69RRa$;doc>KZ<~1tGl0p3hg#zK#{TNWQ)B;-=??mq zc<41oo{zKHvzm(?8F>g32dDdoTH^Vhy(Hd0sQm-w{GVoxtbG=2&Dm(-Ugv<3(E%AKU zopi>Wc)gUV75bKVXfyC&vu8CIJF3P*h(NgTP)j`DvGIO7cRvk%OFS$!@L;nSqagdX zk%t)1C(cc?zff|nC7!SEB^X1}~Vmx0(@2q<+ z;c-4jSql%ikBB^ET7|wP9@ZFmu-UVkiyfgokr1zuM)DmqcW&d*!MFjUMtR4??UK7F_uuvW4ex|_K572@)>}6BfBcQ7PE-Hi zuE(#vm3ji-pFxKx**DO)#KU6-9&C25*H@|Y5M(ePIn#v)#4jP=*&|6Bsoblasi=%E zK?{+Gj0fmj;$gFa2b&$f_L+1Zf(+&(hq~}EguXY7@_s#&1hYwl%bAMEL)iy2$|V)0 z1bs_9^c*YC$Jy*$udg!CLx>|wsV7~=mxj|9gnj|(57#`|P;dVr zUC*So`FZtuZ6y7Vs$DNZ-x3c)3_RHEski;TYCHrBgbNQ~VGQLfc21JfRDua)B-Y7a zUYa*B@{nCGLEjP&6Ae7r?5Vf?z3M!K3WN&}V4<0EORppuMV8}A?Bi_|Mg0)0z7tTgaovva+^ zN{xq5FPEHn;CPMg7ADCgY7jn0+b|E~2G5W84+;;^x5UGp1|Dp7UmS2fIuD@&;d1}L z^V7>|>JomFczEg)um2%lFJ=7$^eyqQ&cK7s&N}v0B3>h#pFVx^@98 zpl^wXO$Hupc3&KDJ?I}!S+sCs`{ICuHOLtpzk-sF;iGEjc&{HmLF*6a=AWKIT>9f^PU z(h0q=ozH!h3J-zy45=rXfol54C)M}C!rtlElRc^IQ_e7P`(6E&C2Q;D0rPPuo^wO% z$8O&y={x_(Y9-w21hZX}5XBv25 zJACaksXT-XgbNQ~VgGVt>`Nt>Kt^I6UU1SKk3=4_{sB6ccvx)U;aUR^Y)`%I?={Cm zz(Bb002UClgfx)ye&vjF=HZJ4`iHe|4!TV3BSwC1;x}LDzx%6dUomd`OAb9@)A$6j zsW*0C^Q|5S?a+gN_S;of>mQ(FiHFq&9v(LEz;^iBXHt0xclIH>XHc();OA=RV1brS zm(qdsO4D+s3 zUyk?FC10doNfPK-;^9F956>BRU_00At5kRhbZ3p!lRTeRPyYZ0jwv^UDZcfW@qRkT z19U9$kQ|xX`R@qpyFb~HOm_a9uTtS*y01FBVm&TAfCa=XAx)r+bLNBF@8Wnro#O%e zmUtL#;NesQ5C5ON`+>8ns`>_gP?SM2QBm=cbQD4&P(c1W>VTx6n5c+om>`3oAs}L+ zp;1v`QDKr&sp0cblA@AQp<)jqB^f0>VNnm7DJ2*dPmz%kz56%!uDSc{cda?+ZuSLc z*504bx#ymBhoiI4`p&uMp1tm-IQl+hvpwj2w^SN$(ZX~t7HW-c+vE47@vTF?7_X=C zw}JW-dCYm3CU}@9c%V4#H`F@iK`{t2&{+PX&+XS~d@JJUI@<@GAFz(s(GnO|v^)&ctHIBMJ)ZA4b0oO&d@~N7*|yyC!?Y2#$$vdQ`}w1Pe09%d z^E>TqbxOBZ1CH4CeBFfGpTA&7O|p8)3v+F6``dFGufcgh9&;YrpH+y{??Q>)+r-hN zIQ?9xwe3MO2%qzVJ)RHWOU8}oyZ_Jc{)ko&7~AWfACTXihY^B@$$|%phjKvsNqJBV z!pDO>p0A_n(36S_`j-Bl{a|4CU;23X_`}DyqJ1>AHJu+Yw%7H5Jmx&i6+A2!JWw2c z9kSUTMk#*7=Zn-JDb0Lpm-%cD1N)-<-s1$hwrK6#`AUk z@c-Se)dR-%x*m|noQEF8IK4NdJRdH2pg8?psI`557^WD6&-*2NJYPR^K)CUINB!}+ zFKP9FvAwPbH%YWT@T1( z&chdwzY*g^;@AAO+BuO+x_XrX*<-~_MrFO(w>j!!&oM6{8G0&9`B&l1IG5c9+2Oh zhoORpI>7_QLph-Rq&z4Ff%5)@JFOltw%7H5Jmx&i7ChW1c%V3r zQOIU_z<9oqw@mFmbljA>33bZmRU`xDc)-uncs{!RpkqVleIF0ac|0HTnDekg@UTJf zKym8tP;1M>FiS(I-8Y&2_;|3#^I_}~H=gfTA9!eXx#x$jmrwfo#urX#HSO-p4%(Wu zf1=&cYpRyrGkC=)^ZiS!&37!>*7nEeG+u)n&xbtbJZu*{v>C)-KTte$g4rH4gYfZS zkLQ!VpRf9=L%ycf12>)zdCYm}QjC*t%JU(D2a40rg<7XPCH^Dn$#s|Rj8AM%*lAcgu}r9J2c;p4#` z&sSr5lN-F2k8NUH~KJRkCy^DtBJut4xY@d|n{Via9&;Y5i*fopLU~>z zc%V4_T&T5uelYcMYTq#VTtC?3`9gj_Uvn9+!Hwrb9&;W>3m#?&9w;8l0qv*gVc3)z zalT#Z6S{`rjJUBpl6T7zE`$ zx|Z^vVzf=K(K^p~zUTJf{Lmcdk3)WQ9{LL&MhYG%j$;wB*&arP+;J1z7v(1nxhBgG3Q~L;9;KNf#Nt8A)DnvGlz!vM(A70|11xA#`BFo z+W-2YIeI`Ia~_rm9@YpRC?3)R_GNoe{C3I9L!R+`-B$ZwKQu=V$YajKtAdAJf(MFM z)PrIWbS^;u<~={;8P9ig)rs$l@0Uu~)5v4aL;Lp^;_h{GZxct8;`J{Ed`O)ihUo?2 z;~~#@z8}Wx>H1uzltq4X9!3ZrCJP=YPWuhDwmii7c8i^w_xw;}etuB#-$>*6R>te; zln3N7=V7kkVX@$W;-MVSek>28DW-8v<6H5&=k)*!^!*jVXPbk+zbD3|K^ME|&JS-ACtQ0&@oQ_$jwe3MO2%q;$_IN&NzTMCK{lq?6Jz#9F zdwxJ3a~?Jd9(D*GC?3iI?I-0yF$ff^y4&nL~dd-CWPTWj@zvAwPbw4NA&nL~dd+04!e^sjojO}$jAdfi@vjq?L2_7h3Ne_zO zE_r#d$MZ?^?Y6t=uQggdU~I4J0eQ@MSRr`WAb6m7MLj46;q!jU9?vJuw|nOHgL`T9 zfU&)<2jns5VY}d=%~1aOf#Q|*pcjOX2YWo9G~e!9mrwtbRu354>v}*Qa~`@Bje+n1P>GsC!w&X zln2Eia1Nk`=d>W^KBt&Ho=+Oz3Kv>EU~I4J0eQ@Ms2Wy?)87&FF?=hrk2(;zbH3;3Hi-=s1-bn5j;>F$0B62JShJ5)hj{H_r^P@H}))Y|f( znM3`1Bj_DUU;~Qyvt9z&U|h-t$AH#`86o&zHFIe8^+Y!>fXaU4jRS(=iLRE_xVs zU7T;XzDsQj?sNQr8>8`j_V*#<=ji$m>mQi8c2^hY+r9aSn~%0%c>k&V0M=hZo}1ALv80-X@MF#p_=T_+WWZ{Ozr!@qBK++uP`Nd)pq*_aEl9ql*iE zj*j1lzP0kray{gkZ@16gLmv9;rZ2R6u+@skT6aCTHU0PYhc%6F#s7=z0r|~&7$JC= zEO?+e`Z{E@J!l4jJV&$h-F@!9Zja|X(Yy!~SkNdhKl9SXgQJJi_ZcIPIS+FM4~qp4 z6fg94xW|+S#UOk<*yH&+nL~0?alz3c4jeAdfi@J&JMaH}oOeaKQt`3qKX^(e|MD z?UI)VdpzIi=8*I#E;u@LTsO42#QXZ8IeI`Ia~>uM9_9!hD2~1k*-{=9gYbF3WRK_T zZw^YI;)3Ht9-e*Z?s@V3Qt5gcdCYlOBzRaUc%V4?I%G?G&VRWc{HpTtW{bf7f-RJnd>=-Q2cs^;q z-3#OObjkzroAWSK@K7gspm^w9vpwj2w^SO>XXm^7-1T68AD{GnWTTFb*VFjhPI-$w z<~+<6JlrREpg8R})H>xsF$m;7nrpz`c3-#0^P%f(A9Q}lI$lqgJRpxb4=V%@8w3v& z$1w@nEDt?SwZ5-X>wLR*{=3i7?{197^Bv$Els)m#T*mWVX0Dyw@k_{K&ck-WLz|2E z>j#QE-M+`0mIq729`Clv?Era>=H|P-?Y?f0=ac5!{n6};%l^DI&wRU8BPPCXo7;P2a40rg<9JlG=uQ*V2|gM=G#4OdFLC-eZSOPJYa0E zdwxJ3a~{SD9%cz1C?3iI?I-0yF$f!KjZ1dpw^s-|h=9oZ3yR2aN4?Js^)c597=+LJC3`%dG~e#; z2mStftsXG8*Y$ur<~+<4JS-4AP`t7p^n&p5V2|gM=G*=9iL1tF^?s~Y1+vt0HyT)t}LeMnn`}v0V+0s|52aN4?Js^)c4_gEeEidM; zA1Gev{cw-g`=vPFuIW}g-`(fvbvp(NG@fs;d5&!?XmtH|^FQuZ`+f;ydtDF6W6nc$ zF;4wf=*1+d5j;?welFD7_MrFO(w>j!!&oM6{L=RauQ*EU`2k~lT@T1(&ckTI!wkU# z#X~uu{iHl727$l(Xjn^&`?@`zPa5Bfzjs;ArFf4)zdCYle ze`z7^UN`qPaWpAjQ4fki_`F}rGoEkK&S$!4^}vniLw<7}MhG4z3mzz5Sr2+a_;|=O zp0EA9zg(u(12>)zdCYm3D|lEec%XO%J;eETP3OAT4E8qq-rlY;+k+4^O&ZVl_~>`5 zeZRzw=R+QI9##n+HVGamUg-UBkJjg{alT#Ct#-b<&(Z643>LD+^X+_a&dje>_Af(MF+azOjBJ!l4DJ3!yq=K$KKKBL#{@qE&JyQfUr@=Ekj`aWai zG3TM}WraAIqQ35C;%HKwelFBHbbM$~b<~+<6JlrREpg8(E zWV1YI=8(E>K>yNvBG-xinmwLRns4`!>*DzVe;X)gk;j~e6@rHif(MGzenYKo4~pL| zd3mtM^GWmV&iK0j^+R(!KOm1e58DL~ZAS6e4-^mOfcBH}pcsUE9>{Zku*dWDHyz5& zw|mtWc0Ci{FO|*@$Yah!mtvgWXHtF+5j;?welFBH?LjXH9}o6;z8Z5txcPPui`Ucj z*HViK6sPCdhJir{m?q7)+cI8Hr#v8! zIS&g356cA)6fg9CxJS#w=x}>&dV8Y#%ar$6(}LfI;`AKbgUmwX`K0-F--_4MDG$hF z&ck}a!#2SK#c@1BHrs>VcT4Hds>=&; z_xhoeiK9vJ`WFK}q&z4FLHTa4@!Z~~Zl}0Co)2AT`=H~8b-bP~T~8ywIS;jhhcSW& ziqkO(wYEIq`}r=NFn;Qkx^dHQ)jZ!W`j&FOF%Ni+#`7KE9FRTn&|Jpz{cUKkAG`Ob zk;j~enSzG}f(ME_-M+`0mIuY(-unNa2l9BZ$MZ?^?Oxle)!F5qAM(sEYJ1z?p3`_f z&I9t8^RP_tuukwm@jV9M?7;S*8H9Tt$m78t&nL~d`{KJk{}HVoFt*n{KOm1e4_gEe zEl2a$4-|LOd5JM%y}3sc$gu0pm-<;v>(fZW)A<~ z=SX?pFWKYyr1^F){oyrbkJrHULvuJkU~I4J0eQ@Mm@jx(DtMqc<#DLB?LqO|B`**5 zcs^;q-7%jXdxzHZ1IG5c9+1bJhqZ!-&4LGthjKvsNqJBV!sq>xJ)TdRZ}(H%k9kn5 z2aN4?Js^)c56KmUxO@H3!Nk#|IOTDub=reo5I!F4@qE&JyM4ZS^Wj=OU~I4J0r|~& z=r4E}DR`iGCOupzc~*h1P_x14;07o2-z$T ziod+MA&)r^s{{|51P>Gs<$(5+@}L-moA;FSZrt{e zXFT8A@0`eb*@$q+;~3Z zG3Q~D;9-v7f#NtGA)D<%@!O?_e5br83-&hkJH3`?Jl}s`wCEA79=P#*$YajKBEiE- z!2`wVn1ouVJSYa?<~`-S8%Mv>Yk9`=ReiMMd$fAs#`7VMIS(5J4?6@86c6Qq_LKIY z7lfPll=E)f_K;^h--L!58d^sAl! zWCGnyae9vJ8nX;Sz%*$*-$lRupHsAY;KuVIzc~*>1rK$C2Z|SZKis3`A_uW$E#`Cp!uKHxH z=Lc>)AM%*M?!7#^N+=G*O3j8nf+KMoN*P@H}))Y|f(_}g34=K(k8X&Ze`&#|`0^GWmVe)C^9 z9agS~toe3po;tSe83)bkj`@TBy6Fq;_P4orX?!bk+a2$XJmx%%6+FxmJWxE81KN-6 zK{E*CH=3RA?sNBbdpw^s-|mY~{PmgWq4a&m$YajKLczmw!2`wX4_d&7ln2Eid_36W z`K0-FpWK7?VARKhJ)ZBqrZ+nm7j!JW4}SQ^ z|M7zF`Jp*_Kpt}*sy3{vu96cb9IS(@h z4+{hj6tAcU#USwa9?kyy?>={5x5xAKH!pJY?H+XMjRWKRrPB2@@|g3mOz^Ny@IY}K zlaMWSei)_~gpUV%JYS7DDBOIz--*}L_3!;DXOYL8hb@AKmRIxF4-}{UhFV)5;(WWN zQ{8idy^TJ%w_#uqf~HCH?JkYi(G6Da&fCvj5BB%* zN#95Iz+d9^H2&sO-Xf1V5Ay{NO9c-Ur~QUnr#vVIfxJhv^WS~$zHX1_L)Y0p=)8}0 zyq+$3Kpt}*)(Rdr3mzzrV-m7i9^!nvrej?L_BQ(6-o|qp&vyV`wA!9{XfE^Z-fym* z-0@4uW6nb|wh*U&qps{=;%HKwelFD7@}T(JTMK!PK6Ufm-gaNN$MZ?^?Y`^9k&l*p ze#kT5?wj}4w3_+n51mYTvOle9JRj!)`OSIgFL)R!c%XPF2ecpCgJuxOdo(-$-RJJ> z_IN&NzTI1Xa`$6eJz#9FdwxJ3a~`G%9_9%iC|-Zi0zRZXCmbVW-X@MF#p&llt*!IJD8+A=ygb*k0EI@|g25SMab{@IZ0O<526g2fZMCJlNy; zr1^GVzTvsswR*tVUe^QinDeko@UThnK=DuxXg`*RINz@66#II?eU3h}V>M=b5Q3&j z-_N(;H^=-%s|Sqjbv+=DIS)Gp5ACkuuOBF0=>2eymWMdsuIW}g-`(fvbvp(NG@fs; zd5&!?XmtJe?0NToPOAru?R7mMk2w!LigD_E}YNZ4Y|iE$#VuK8$7J z#xEUw<$EsE>H%YWT@T1(&ch_Z!yLf_#X~uu{iHl727$l(Xjn^&`?@`zPa5Bfzjs6X~wg=51q`&{R4|Kb|oo77Xz~yJWrqu&Co)7uWc^E2qs1rO;JRpVoU8OuI2I1o& z&v?EEw#@9K)dM%44|&Xam@Rm?Pw+tTN_x;d!KjaiJmdNLY#Y#9s|Rj8AM%*pJm16z@7S!>12>)zdCYm}QjELT%|iqa6tAcU#UOm%FXb7}x2(mwTeW)N#`7VM zIS*q653>Xh6tAoYy&!x%b*~xh zZS=jpU1PQfA!wR3p6~D9tiDI92W~tc@|g3mUhuF@@IdiG?}vM|K5vcl?V4`2^WA-p zUbkbgkTssK_Nm9N*6M*9&xbtbJXB36#NF$MP9}~f#p_=T_+Wd``);XnGsNTGgLDG!Q4;O{<~{rBH}?!I2B@qEo?yaqR(4|&Xam??Nz zAb6m7{Xq-(01v~a%!u>t7W>pSU~jt~@EVQhqwhneLqq3xte-b??XE4(w>$A0j~`*b z#yxK?-_M8N?P+ITUF0$6VVU4zo#27u)Zd}jmIuY(-dZ>>pik}mcb~hj+vEA9`F7_& zGi*w^9SCPi)*lS>P$PJt zIQ?9xb;^Tc5I!F4@qE&JyZ7(G`Jp+?ALqVbLLPG-MhhNh2p%XN$^q@i_Mmx!Q6CTX zc)s_V4((iA(6{t=Zshd;J<|95&>TG=k2w$X1rJLF4-`jVhisMy%^d3AC!t^M_ebt? z_jP+bpETd@na}!PKQu=V$YajKTEW9+!2`uZTEM<+4~pL|d3mtM^GWmVo;$(+`k^^` zKpt}*l8J>lomVN(JD50{6sMmHwN80Z48rIAl0BZUzd0b>e7jTM_1G!#{Zi?A8u`t6 z=r4E}DR`iGCH1^nSQU%fsk!du@7q zqWjBszPr!yTiG#Kpz(ate7hfu*V8Ev$YajKtAdAJf(MF+&NSPD-girTKAundKC-np z#OrBX3sc@Ak2w$RCl%uEb#reMN0Z{T-%#t62gM-pcOT9E`|mz?U$@8eq3gKstHg1P z*V82r$ZyWW2*JZ-!2`u{OhPuxL!58dbgXN@-bTOM+jvgn`3}H~R-?aXJ|3FOc)s(@ zwUc{)8hOllm@9Z#EO?-})#X8+S{@XCdut)j(V=d>+uQEz_IN&NzTKI(?(ALe`617I zyHmdRjcz*Hw$DD_qf`@k3@z)O&uRmx3A5tC^gYfZSkLQ!-+x_9AkG|vM zp*hUAi?O|~2jns5p+_-J=Qv97;erQ>)6a!k+a5GeFzVyM9?vJuw_9`bqEBn}fU&)< z2jns5VUplsj^Kgfp&ZbDEDxGF)W1(cpSbUl>}~gTdpw^s-|mEdBfqWH1IG5c9+1bJ zhed*im4XL~Qyzy}+a46ZUGnl^kLQ!-+kNb;*}b%Sz}Q~b1M-;juu<@^L-0WHP!4E6 zDG!Q4_`F}T$MZ?^?H+qt_g`!EfU&)<2jns5q3!jBxO@H3&BW29IOTDub=reo5I!F4 z@qE&JyXUo^c#u{P7~AW5Kz?%`h6*0)1P>Gs<$(5Md5H7vnohB=7u@IQGdosewg(|- zn)LmA-~a6ucWL#2vAwPbJM%z0QLc-SC#pm?FT!#&y_^uAl#^YMHb%fyXeT6XbS zKiBF3V|!f>$YajKcELlN5A)X#6b~n%u&0y<#USu^9}R11abLH`^GV}dah}lX0b_ez z56ENALziNl&a3Eav>}2AiWhz=+@s|o&bMp2Rk9#?iR1YwgG=ki#xEg{IS*q653>Xh z6b~n%uqVrd;%{#)I6#k-;~~#@z7L+S zjpsuia~`TD7vl7;i}JjaiK9tz`ngbR`~8yU2}XT938_$RQ<~-C2 z9>xeBC?3iI?Z@(m-39~`_1QC zjMeIa8_$P4<~(c>JhZ%lzkZ-N<#DKW+JjyYJ|6On=R4$UGs_;Y(Oj;lx$%6+W6nc$ zG45VB*9aac9?Ajj$MO*8+cllyUNhL+=ren}#%vEl&@^d0-?)p{yj$z}fg8_#`C?o?D_xI>VX^2hdkyy%ojW?6+BQJ z$0TI4J?MS6RJrkdcem(wrB)Bzcs}GY=V7hjVYA?Y;vp?yUnviYLE!H`n*I0ReeS+q zsquWx<@$je&xbtbJS0;JargS6gNdU_@%k47KET7JGp1MLvqQ}d-)Fq&@Inue4eAej z+kSqK`GG^tvcvr2R`kQgH66c0XTN>Wy4@|3iGvSJx_;)Gsyjcj>lJ!UT4R3EYo8mK zESukH=LJ_kFz$|}Es|rVo|#9?3)RaJy`hd-CxB3+>Euf_bxalv%?E7BuqkuIM4<0r|~& zm?wD1iWho2+#`9w+-I7bj|W&d)+}3%hhxkdKCqyXhr^?Xln3ND=V6K9AuC?!?QoCe z0b>s|Hy;nM@E>M*(p)&;`@P`<3mSQ78$F~vAip^eYXlEj@j`Ehdn6C|J}u47#{(>& zCg_gVN&PW~4=iZp;fUxV2h0_#x%qg2h4-4}W%HrZd(0a3a#+yF!)+h` z(VBSwp)_9>@|*L}eky<8Eh}E=?QoCep=Xb9`)rDP^6>x*r{%2&3RZXc*u$udOO@>$-~uyrjMUA zbxOEhH>o|r12uaLD`NJx{T$~8ENEw$1wOE#MGr}G`{$ouEb9=O@Wvv&K0B3mSQt9nTM`^8@mm^RP+qkQFcVcDTm|56TB@ z_;{f2w}0!S=AN86B(#mALmoaJJ)}G!zc~*(1rJ&Aa1si8YVbf8f}#HdO=N#Q9;iO< zxH(BO%>165hfhQgDG$hR&O^It{QbDBcqw)2M|*{m)ucBizQU&9LwK#jF~xA9hq-@`hFqs2z7bAip^elLQZ0arAY_ zMjlR&9?JFr3#k9O#hfVcRRr*X1&#i8_xb)~leKz4?YQd!`OSHlBY4P)7kWF~BYEf@ zJ(TSM7Eu4w*}Pdg(yZYF3mSR&$W4d-MXLwYj=LU^-<*dPh|I9J< z)0j&RKCqyXhn+94*`?J3YR6p<$ZyWWM!`c?ywKa>9?3($=%H*6uz(u5)6IqS@n#Jl zSkTDBfV)rngjNrz9d|t-zc~*(1P@v9LT`tABoF~5JhZ)$zaN(sFZ6b}NAfTrdMMiiETBfN_K+m$WY%20=xgtLw4GKD zs2z7bAip^e-2@L=@o*9fdm;}#d*}w?b3cyiMISI9vf{5>m*Rq+rSn6_-?jd#Ru8Bh zcRe7#IS)ex4_R^ab;#D>p=b0^?)Mo}z347;GY;kFrxq6+AM#Ll&$TCN^?=%O*8}pK z^H3*v$cm${L$(GF%5PBnoF96d1A%&n6U|Kr443EXMZa;ubBnclK<&8e0r|~&m@Rn7 ziifm-eKmMceuLV_1J#SRHaDm7eLek(3;LDL4}VCiyK41-+Huzd@|*K;pWq=Yj=m1r z8ayb!LG9xK=LXb^jyE4P)tL3b;$l_}9!~l0tjD!_K<&8e0r|~&SRr`GileVXwgwN% zZ&3Sqs5J)y^>I&_CxgrywQ*R`==?D0!@usW)dOnBT@T1_&cg=5Lsq=d+uk%OCtf zFRdQ9`Z(k_=V7eiAuC=f52r^DWqW`H)H^gbpW=$$%g1Z=z}3egzc~-H1P@v9N_prV zJ(TT%>f;)lPw}`hOBQJLz}3egzc~*J1rJ&AN_prLJ(TT%>f;)lPw}>=zV<_{9=Q5A zou^C|xCF<*RJs|T(=4*AV_STA_UidV`*zv!WC4^$u5 z*nEmLGd^*ORu5c#9P*pZ_Yy}!9!NOQXWiwoa!5LKKJ9O zKCZF(6tDf*j2f*TxcWHcH|L>N@Q@X+n1`OxgKvFYWAiCKziHwPT0L;}ama7Z!x+Is zR=i>!l;5ECIX_T+Tx0Vob{Y7=2ef+N>f?~#oQIi$hpc$TJSe|G?c;&!;~JY!@y>fc z@S;`^Tzwq!oAafXS09J`<~%GDJY>Zy=0W)l zY99}^=3t;cuCe*!F1VymPpuxf`Z(k_=V6`TAuC=n56W*)`*@&wxW?v>Tl#pHYqWac z>f?~#oQExfhpc$TJSe|G?c;&!;~JYk?y$o;+^y9ES09J`<~+2V!QYR|idW2o@*C8Z z^59b+*Iep>xcWHcH|L>R@Q@X+gohy$W>)tMz2hdfKk{JDw~k-I-L_+S>f{yqV2EKXia|4rQ^E>Ul;OYm)t=irBlXom_ksLGi z%;ci3bye42d&TyDb{<>x_+4K<_KbsOb+38q*tWOM`Q=geKKA8vs*l6}!&7E1F{~*a zkl&n#8o@(Woc0@Pjrurv=oM;*O>{p#9`e-3jf@^r9+2OhhtYzEta#{jBM^_{kf%QG%IG2G0r|~&NN(ou z$7RJs=PY@^`~{kukB5$?!?Nn*R==}yQM~_9y8nRu<~(!|JY>Z~=PY^Xi3y(+Hy;mq z>f@e^9#ZEA9viNwl@HkPIX~2z!;n=kx;CC4Qs)QcH|OD1 z!9!L&oP@%j8ayZ;u;Jq&Prc}mqlc6S zwEqZye>y8(F%QZIY*fkvt|8+6>C*ja9>adPc(`B z`FNmu(d*4WKG^v!;Q;NQ&(`!V*Tb|CwMqN&D^|BUrCX~3M{Ik(Zo=))U$CPlS-s?i zxo_TE)2guN{r8dTMK3X9x7_P#oDs9y9IbD}uh z92EG#f<_*0@ACFpT0Nk4-1UI`<~+<5JY>ZSy&dk6JoJtp%Jx9@qMgl~r6bKDfe$Qb z_Y zrqu&#$6XJ|Z_dLi!9!NO(A(i2$wS}hp==LSFFL1HlC(F61U|5!k%!u$ZC=#s0kz|< z2jn;BVUyq?D_-dBaF67nU-VG62dWo6-CRf?Zw?83U_m1fAOF{+ky<^VcHH%V{N_CD z6g*_b3%wogkv#N|9?JGW^`fsC4=0#I0v}k=$iwOH)Rmt_S2d=b?w-AuEo) z4%x_qnNLym4LP6taa1q*fccOWf8Dwi7aSitKYVz>S>Ms>0kz|<2jn;BVYuKSD~`Sn z*&00bj2LPic{p|X$oFgYfZB1_1M-{mut@Nb6)*I5xW@($ z%5PBnc)+>gY_p6vA2ijN^}ym{Rt+AeUia-6w0hv`-3GW)A)dOl}-SY$ToAayas5kLJ)l~5JnRrWWW_^Tz`hzhD8E7Nw4KS{kIRZz%!Be9)Rppp^MqCpsFig+Aip^e-2@L= z@rrq<9(l{u?nB2-shdz2`oGZ>_UGdvPkr23e?Q>e<$CCP`J}JgbBwkddQH``dj_wd z_h9?`y0Q8=N5=&O@Ex zAuC=f52r^DWqW`H)H^g*AD29_^$x8bxcWHcH|Jrt;2|qsDG$A)hq687sgE0X_{)!L z^}yA~A-_2f_X!@d;+68yCweH`L!SD$)sxr1s?`HmABX(rJgg8rWW_7xp>On1wg=Sy zpx&Xe`nZlSJa>dv4_tj5@|*LpLGX|juat*=(L>oDU;#Bjjn&7^IpuqUwR+&{GO?)P&ZzDcVGu09U=&3R~ZD}O&OD_$uN1EPnrJ#;h&Bdb2{ z!n1~dUaJSLJ`VZKdFUc|$ck6WgQ<^GeM8RYeq5gVxW~SB_V=}V;OgU$-<*dbf`_bl z#XR(k9x72EclbYg{aLFAu09U=&3PCrc*u%Z%!Be9)IR5jJoRzYMs=>%>Vd0|Lw<7} zW(gj$;uZ6t{06m;hdlLhKY#MLi?w>->f?~#oQH*ihpc$TJSe|G?c*U&eO#|24*P^w z4_tj5@|*LpT=0+;ub2nrH>iC))S82lRUdcvl;laR9=Q5Af?6&y{FAwVpvn>Aip^ewStGNIPEvo8ufAT&@0pq zo9KRgJWzeyod(8X=Jz&V^IgB73y=e7XGISw56ExM!x+IsRvdjDvXKY+p2d*+Zc6*| z@j&%)BM(lJw&s_G4=iW}4gdc4+0jGF1M-{mFjMf56)*I5xJUAUd##$Aj|ZxcJHfnJ zI?8k&d|*K%54F)l$^-J7^RPhhkQFcVcDP6KfbZkg+#;TY3-@PP%5JPe8+ zQXY`soQGwChpc#^x5GV>hrZ!<*(CSmIFPjgQ-ecC>{Bhf+wR$w(e<{%2&3Tw1c*u%}w19mz zcu;J z9cV73F;^B$U_m1f{}(-^JRrY04@(6PS@A+|hkGn}xO&j^@sp-b3AgJewI_J6Tb}W) zHRc~+K|9MV@PP#_dPowS8{P4($ZyWWTERnBywKa>9veI;AF$zbeyBBv0rjGvQXcGJL@j&&W z*PDNAN`g|2&JPown^;q>hiM~fllJ3RtZsEmw^jp=*!FzggxjCLU`I`|ddUlOX}|mP zn(9Ss%-AjWdK&r7c^D~p$cm>rJ-`N?A9_U(_22JJU7F|fCDg*9{-?3|6u&uh%@4GC zK<&8e0r|~&m?n70iqr85wI&azM-OFtfCbe5G&Y~&8{JPjPpb#ij=LU^-<*eef`_bl zCoDU;#C9jm@X{#{(9O z(dq%U8yC6x5GWs`C&lxP__qHK#g4OAxYB7thsv84R_serdAKA9d|t-zc~-R z1rJ&Aa1si8A`fOhMb$UteD23lz32nxMg;!4arL4{pZCIQtsYQ2?s`Cea~?(r9Wngi^@gWb#bvSdQRu5c#9P*pf@d;PX?Ja zYU8k=k%udP{*|k=dO+>CdwxKEa~?Jc9PmUQ`zEa(P%GN5=&ckrQ zLsmR=ZqfUtUeQC@<2CZs#|>-si4SV^z}3egzc~++1P@v9N_jXvdMMiiYJalo;~uWN zd7f4eTzwq!oAWS7@Q@X+l!xBYL)jkk)W;pVdeXC6J#h7L$ZyWWBEdseyiy+eL=Rtopcq=YC+gRu5c#9P*p<&`t1=6|a;BQy-`LhMdp+ zxIFc73;%1-?OHu>^>N5=&cjf_Lsqakqcu zfazL2aP@J>Z_dL8!9!NOVjh&=p!V^Qr#|kLU;OPqwR+&{0{|=p8q){gDUyUOsM(U&)SBecTT7k6SsvFV&F!{>PmU{@Lyp$!7;2n6&)) zm#Qe<*t*M01K(UWzthfZpBtE5aP= z&chJFLsp#j8)}XEIC$t4YKKj9KRzC)KJHEf<1q7ko3HtiYtHf`;hm;58H|JrN;2|qs=9?1i~k5_Z^@j&%) zTaAZfOy|J|7Bup(HF`*SKz?%`mJ1%T;)UK0_edW4hTCP6+>?(7s*iipTsRzOerx!^ zf<_+Rj2==Rkl&n#^@4}2c%iq$J(36dUg~grZd!Zt@j&%)ceGCGk1>2;K_d@;j2==R zkl&n#ZGwlac%iq$J(35EP1D?bJWzey&_j~sMALcjfd!2`Y>OUJ9+2OhhpLbB_v5nS zh29SLNFFeMf#&App`+j1fF!#nIOxTZ0GXH>iC);GPX?Ag(YsZ~TEM;oQ}>93!{gW2jn;BVS(Tw zD~=ov*&00HkDcP?}EbxH^EqX{2oEzQot;lcA!#cr3R=m*L;T{`2C?Bxl zbAG5bhXM7XubrPHgUuS}2rOvi;j8idkUBpgzc~+E1P@v9LT`tAZ1A9bz=n?psuz9h zqw@T5UyB}69+2OhhnAn<@5g1u!$~OYslfwX2!{R-G?D%Jc%XXG zez-4sNO?eha~`S%4_Wch>DAyt`GAc|d4P*}f4X#k8u`t6s1ZD5#Vh8a`qByGr%tIG zH~rSo|A{8CKOYZNFM7TC$EGAG)#&_iSl{PARIZ0oX z&gRY1k!B4aSkUNw%=*h-{*zV@s2z7bAip^eO9c;E@j`Ehdn6BiqKC3Qzyj)jUNRnz zHf#96f<_*WICS6)tsYQ2?s`Cea~{?T9Ph$enI3q>ndi_`rfj9`3&R zuXkwmfZB1_1M-{mkbIKAAD0y`^me#M^3XqeDBA-pbTrFr#={9_4Ifz0$is%NBU)

15Viz38kfo_R#82h@(c9+2Oh zhyH?xtavyHg*}l6GoPaB8*)DPOHj{06np`JuNt5U6)J(cE;vaCxp?^z2)Ieuh>Ls2z7bAip^e^8^oB@sJj< zuLcjwZ&3SqpnB2P=DdRM>*-fq(64lUn0@N0KhWyoUd99RoAabu*CAVj2jw@YeLU2f z1A+RuC(M&UW{ui7ENFCoIN&R9l>L2V&1HNmYRBF8OUQ4|!>fXatazcf!#y^5P=15j z#{<>>9QolSL2VFif`3$xM^Xz9=cvW>FeAaqod3`imT0BiCy>M zT#58Pu(5Sx^>N5=&cg`7LsmR=ZqfUtUeQC@<2CZs$Nk^WUi`6E4_tj5@|*K8S@4h* zuat+=qldCRp!O%LKJJok&%LA716Lo1{N_B&6+C3cE9Ieg^iZ~kJoRx;-ud14Y4yO> z$05Ht4~qp4S@BAF=o3AZ?IBNnT)Q{EHAbrku09U=&3RZQc*u%Z%0u7ip==L%>f>%6 za{uSGdf@8gkl&n#O@fE4c%?k_iyq4Mkf%QGmk-YWzE%%heH`+e^RQF!kQJ|#hyKw+ z*&g!L$MyU7C;zO~16Lo1{N_Bg`xJjaE-PLs4+ElyvORP(2P3OK?zabAHb<)mu09U= z&3Wh{c*u%Z%7dwoQ+-3u=YCwC`ncM$L%*Zd16Lo1{N_9i7d&LeE9RkR^iYZVxCfs- z;}2RraP@J>Z_dLc!9!NOVjh&=p!PXGrF8Uvdf@8gkl&n#m4b(? zc*Q&@zd`Neq1GIXtope3oZk9jtsc1gIOI3yVWZ$7D_$`V%5PBnc%XW?#_HofJ%874 zw0hv`YmlZCrq56auPZ7mGub<1MTnM zbDyK{-56?uPBNIxlv$}}*N;8AyG1f}@PWy%cVBaW9haV8)$_s!rPo5lmptAg`OAOz zTGr*Ifp21-x@(^sm|%Xo5c|eHs6GzQpEezXHFXa18y;3T@u9`|Q%=0D7OL&-y%&+zAmF2%Teei%}WyXS|o#dx8&!#$?X551!Y z*MPl^UbnYl0P{X9GjFy~8w4L%(8vPT(L>3@EWyJOnH=ezqH zy>7>-K5jzm!n{E6fdwsk;602f=COM{JyY9_H^24+EkHJKx>s$a6c^(QKn8XuX*qsIysf^T)wO zyq+#yPcIcbtQ99tsMO6I6>k2x=%H|) zprq|k%wzZb(7zaW&krMuargbww7ud%?+t1n512o$w^`0;nIHrvM{eAOkhES18VX5p>+K)xtPc9`=z;phsA=2ReQyQ z-W$|D9%@Y94>HUA?uB{eP%noCjVxdtJ(N6b5<_j-Dc;9=2T@u2qxwT}m?kNef9 zl4O`MK-jM|6g+GcJnRrWwEg_v_`Fr`4Qd|`=b6MGVU~x#kR<0v4-Kcp zM(ZDndF-Aah8E-Q`Jt{Dcdw^s?*$J%hw7~e^6}8Z7{K`MKOB%GsIRkILvolW``h)y z9ZOpz7j>^!#WjDu!%KY!cc)#1`+=*E2Ux)P z?vbV*$lQ`^GW9_F(!(sl!$QHsa>2v;z2iac2d+LIU;*_&CzyYHlv%?E7BqVAfOUMo zRQkMio8Y19i~Rk#PQ|!;eyAEyh!9&aW{QbD< zV!Y7X;U1mygW3;VeLPS-&>f~e4&R{yA6U?$2i`+XF^}Ez!{}n%y`G*Sc$mL;JgBV* z^6^0RKtoM^+=<3OQ>h2qm)Fxv1rKWl51R!K$z7GdA7?&aQd<$^8X^ei&JdyVujx_KpX&6+u28s2*s#x%u!u^8^n| z1P^Nj53lYe4_YgNd^}J+P^-g}q^I$4YH=~Ec>Pf919$w=F2O_lFY%wZ_AbWV^TUW@ z9DND)m77^87Hln8)t>rMZHK#e#=bd&z^=8`M4? zs2*sdx#=*_c<5JL@b@ZyzQljNv`O%=Q}EF4ZvOMu9>qBNI%IRt4_a?f`*@&wpdM!G zg0sv)X)5(V`||uSyqL%C`C(Eq?p{yN5j-r~OCGe|p!V@V^+4~sG)c}e9-2x$(7yDr zQt+@*@UTPh(00LI`MkBK)*IA59;p83t&b+jP~(BNasH0)m-zQf-HLhao*#x5#P zt{8W(r)Tda4_a?f`*=9df`q1`Qbjn!wSK}2EoJjz2Ko&tOrVc{~qdn z?8R)Rw(%NjAe!3zK#k4EWuMo4pEp(y)aJ{D_c`wQp-VCDo*#x3!kY%z{w60+IX z)5e3=k6RO;^8?ibHMRMH_N9kef`^5IhvkBY^?S#I){k4gJWxGQQ=1=XUwYUkc&NIE zzaQ7B7FFpr$rI(7yDrPVlfr@X+#J{(f9_F<#;GgVv8*y*yAoP*a;9XkU7$Ddw?zei&Vh zyVuh*1P}A~jt8wDw|aS?dZ4B@KhVDPuvGA{R`9S{@Q^I5{QWrd`BJP0GACgBGgkXK z&dv5V)dMxP`GNMOhYrO&cFzy}i*fh-FtQkTucxQ&9S^Y{$jNy-|6LDM57gA=2ilh& z<_R8_2p-l59$wu$9%4OE86Kz}sHx2lv@bpE5I+I^M(ytPL$9`f9PeYxictv9HBJWxGQQ=1=XUwRl`%wzZbFsT@Kuczk-9v1B- z4_a?f`*@&wpr$rI(7yDrQt+@*@UTPh(DrM4<@45_T5nMMco<~PuT61&pnd6~TQQH_ z^TW_$+&w?k731#p^z6OlLF)}_9}iUj)70h%+Ls>g6FjUCJZum=Y~M>BwBDfh@o=6w zKQzVpf%c_`Hun|Y=eXyGF2%Teei%}WyXS|o#W=2kLpEGbkC=Yl4dbTYI%vj>>DOIz z^Na~sUpiyDwwZ!3zfWDUV`)wOY;W7o@mVZtAR3z==-o57Y+ARwMKW>lfl1fTTvN5? z6ZhVmRcCWm&kG;S`k6g>9rbaT8whg*VQwIr7wF>;AKwad0u5fj@fUltf4d&Y&HGu! zJf{6qA1^dufO)-8_`3_1M-{muwL+x6{kE7wH7@n`{32b1L}cL1JT(0 zK(F4rdvf$p@__v2JZuv@WW_@{p#6v*lzs5(f?dxff}11=$Zpo+!8&MJRrY051j-LS@BQ~Xg{I{Wgooyc%XWq z#^wk5ukW?{SM*Twfc)k>)CwN5;*`gs)}jYxl|eops2-@X`GGc1zVQ>$L&*d3oAWS6 z@Q@V`<$(4hdQesw8596?tT^RysI}}t*9~eP4^$7-*!)0$KKGK1(L>1t@|*LpPVkTw59NUNBYV(wgWAUf z)dMv)KTwZdk6jf#lsq86IS*R|4_R@_<4|kagRUFYJ|1e!LBP`3{6IH;`_R{;hmr^6 zH|L?{1N{BCtavB~v>(}nt{c=o9%@Y|q8{kA^OIz-S)W;4%&K9$+7s7KniM^hJRrY0 z57mN)tT_5QWRpGUx zryl6xzua_6^icAE{N_9?6+C3c=@^AtiynGM57fuD0sDELdY}u=to~~BQ1XEM<~*zw zJY>b`7=>Dk9{NNN)W@~~`+1&vplzR7*Cu)>c|d-19ySXevf^}%Lajv)eWM5JW7~lJ zJWoB)=l^Hs$D)Ul2jn;BA^AFgKQ1dy$0*cV^w2MQpgy(@*w6FS1D*Qr_w0A|qWkjm zCFD2fp@ZNdD^ABK)LQh=KYE}(whh?N^V9>qIPvFo@%&IaKOnz35B&uXS#df>q1K{@ z0nr2Xv2DP9-qHL(Rz1+M@A>8jqKA?PVaO~{P^zZq2vMi&3V`*c*u%V9*0`X9(3KH_VJLX9_WtK#@rY^ zlsq86IS=g@@%N{*;-MVSeq;~2ZczJpXsY!<`||!Y@|*L}Tkwz-r#ud|W<3mbMn=eOD)<_B7}yYnaQIf7_@pvUj}^08+e zG^_ib&J$$U1G)2GA-_2fBLojw@lXzEKcWX+U%!;l`N7S9ciZ-mryl5=_s;7bJ(S)r zA-_2flLZf1amwRRYte(QuV3==kf$E#jp19LiXKWHkl&n#xq^qRcqj+7AJK!ZuV3== zkf$D~%K_(}9X*shAip^eiv0p`uZg=4|(c=9-jQ~VbMd$1M-{muu1Tc6{kE7wH7_-`uZg=4|(c={&>=u z7o&%g2jn;BVW;3BD;~-L?ML*WbbcWB^CWj0{YJ4o^+4TzwPIxSQ1XEM<~+1}kiQ?7 z6{kE7wH7@nogavDo%+|^Mx0_D&GW2!pc%iJHa>bNc|d-19(o8Kvf^}{Lajv)O6Lcn zT&MnZw-KjUo_e6~eDSASqKA?PR)#oaf;=s2YP!* z*D29M$piA6^Ds&9kQJxn6lyJd&~<~_=l*n_dZ2#qeEP4^L&*d3oAWS7@Q@V`<$(4h zd(d@*+Q&nldZ3w)zdkd1D0x7Ba~>869jt%thdlK_XT122s_3EQ0r|~&*dchxiidJQ`;k59xZyvf{KI!XRjohBj3q=3Ev3elnH|L?7;2|p> z$^q?1^q}kOm%KdWsRz3F=%0KidMKSAkl&n#p@N63IOTDuwdg_D*DrZ_$WssWm#c5- z5mEqW++$VU*iidJQ`w>0p`uZg=4|(c=UOIc$?C7E70r|~& zSRr`Gic=nkT8kcZef^S`hdlK_ANg#T{cilyzWjU%`OSIQAb7}%hjKvs5j`lKABe`T zQvbNyh*K<2J_Q^{=~)IK?`e=UMeY zSD$h0wCJJa0r|~&X!BqE{kW_+9j8!h(Sy?YfhgChf8A}wDVC=mDEahruSE|f56ExM zLl?nAR-BGgsI}}t=lnpF>(syQHsTb^QxEju`l**i4_OKJ zYM=2-dFp`%AKzhZ^icAE{N_B26+C3cLph-R$R2dvp!V^Qryl6_32O&N4$^q?1_MqzqwU38d z(}`L2K=1iyb#?Sm@__v2JS-PHWW_0uL#<^Gx^7VWc*s)^^rQFx^h?o0$piA6^RQm< zkQEQ*fc7JM&~<~_$3s)C2ilkSr;*>Bhi!s~tT^Rys5R?h*pwMs=Le#G#b>JYxhi7z zbK1^R5A@<2SAOqNGe6K&Ge6Ln5fASd^8?v)18wba><)W=p!2s4PD0KP^mNN4L7fo# z3=R3sd8k^<-;c|R7xo(NQS_ke>z5kFFHz6t@sOt;sO|mVtBD>;9+2OhhfacrtT-L7 zP;1eHuCHJ6@{p$<=;BM-t&Sc_9+2Ohhg!iyRy>pg+K=c#*Viw3dB{@_^rcoeo)HCrD4idO`X$fjOL^*n?%DMEnCPM80r|~&SSNVMiqr85wH7@nogaw$HIIjm z=7+QDflm1Ru4&Oj$piA6^RPwmkQJxn6>2SdP&z*l^=lpvdFp|#9(={y(L>1t@|*L} z@*Dj9xU4uGuTX2*gUfc)k>R0|%m;&i-1tz{3oZcx+s zCF<8a9`e)!{ch=zEux2#2jn;Bp+@kK6{q7BYAt)vb%WZ+L!Nq|ldqZj>FA;40r|~& z7%h0niidJQ`;k59xoi zNcJ}mm7E(0wLkX!KyEz{@|*LpS@4h*r{fiBEqc)P^-Eskm-5sDeRT1o)1!yd`2qRO zc}Tv=-;c|RhjKvs5k2Vo`Xw(9dFp{W{P~LCM-L?r$ZyU=2f;&Dobou-TJ)gn>zBMd zzBMd%;=%y0r|~&m?n70iidJQ`w>0p`uZg=4|(c=79Dr! zvgo1Y0r|~&m?wD1ic=nkT8kc(&JRTWn&>b`e!^icAE{N_9?5j3D@& ziyoBD4@CW%$3sW+!&&t}KYsjzA4d-*56ExM!y3UuR-BGksI}-p>HI*{uX#M=sRz3L zoxh(EJ(N5kzc~-D3LdiJbi6{XWe+;%2cmw>;~`Hy(4p^N{8;o*@__v2JnRxYWX0)t zg<8uVblsr#8NZaL9%$(oN1PNrlsq86IS=h0;_pvq#X~uu{m344-JtgIkf$E#!r$z= zJ9;R2Kz?%`dJ7)1;*`gs*0Kj(H>iC))R=>SrLlUTKXv-n!O=s>1M-{mFhcN<6%XZr z_9J`Hb%WZ+L#^q=ta_j?PQC2b=%M5R`OSHlEO^L@Qyzy}%N}&yp!V^Qryi)s(=E0| z4_OKJY99|xwH|0+);}P>IS-2k4_R@_<4|kX!>H@j&JTnd zA8A3KyRV@J;tvNT_2WJ8IyKbApxtui)4!(kL(89ksp{4zR*fvYB0pZ$^TG$^SNHst zX(MXu=j_?@J@I?6>w%tWnVugA`OSG)C3wh+Q-6nAiym}+{ZhmDB{$#gZS=Xlou?jX z#o@Ivf`A- zq1K`YU0=WCYe#y&2o_e51t@|*L}L-3Flr#ud|7Cq?t`Xw(9dFp{yZoYFy^icAE{N_9i7d&LeLph-Rh#qu( z{gRi5JoP~T`pO^v5j~VVAip^elLQZ0amwRRYte(!`GM@ukKE_zb32x&9_Xx#&iPpM zQ1XEM<~+<1JY>Z~IiUTB9+b`xWaqp4-1X4W1hVRZel+s@-$oB556ExM!y>^$R-E!U z)LQhQbbcV$fW7T{$Wss0>X3)(qKA?PV;Q2ThOF$V!l zWA#9X{`R=rqKA?Plmj=FB>6)F= ze=Ynoss}pkvA2Kt%lcj`Js`i~VM8fY|Li`&$qK;<#hu;k@n+gXujs+_sGIY&jn1a$ zSi?eFvs`6rzz#8M!>N8TtA_fs@BQ*0zt!sDU5p3hG3Q}};9j?$7!S z^FVRh4z*5u=p8+njC6d3Dzba64O1`h)UJ^7|q4{aF_$YajK z5W&M(!2`w7*CAWlL!aoubgrHA_H*>Ry$uVU%(A?7l2n`Z@x{fg8a&+g_TkgCdN_jd zfIQ|r%o02-6g*HIeI2r;J@kzpOy}A;Z$C%B+uN{!vw0Wu#R8qpx?^!Ms|F9xJTm!j zT0I=ect9R=9+nFp)(ajej=m1r(jNLn52kbNoVTB&-|cN!=wX)o+ayUhv&MK=ENJwp z&91ROzD=u#qZkj!W6r}i!9&#}{PhFH3%wogG3}v$^kBNy&UyPedfncJ1&rxC!hF$2 zFSEvYS1f4c;ml(?Ct5wUV>}>_IS-wRaq721FD6N?;DO@wbD`F04+EkH)3J8W+t1PG z_BM@gJ>>8t>1$p)y}01#=(ryA#0O5+>fva{1M-;jFh=k&Q}94>^mWLV_F#&Dl-`i@ zxgUq|t!J3!0Q14?K(p>wT+FJ$!?_b5c}S~=m#40q9vu&A zZ&3Sqs5OUSkXbelNs_^4eP(ens|F8ie_r>5Ru8{rJRpxb4=tA#;`Da}eTY_V;%HL5 z{>6X~jt8|jsC_)Z0LFX&>Cz-IB9vu&A zZ&3SqfB}s8K5%-H3^i+PV?iSipZmYt25a^38sh z@j&$tbIsuRVdju<9@c&HSI=wp@H*oGdCYm(EOfM+0p|&= z9yT)`kjI>d4#hZ~S1Hf?3mzy=KNo84cnG!ICbu7WSoG-@srzmAy*E5Zb7QE1ILZ9u zmi4ce9_YBD2B2IIt9Ez(}B*#oWGr6d1T~(jEhdi{k!?8R5*?DZ$<9B`e*z>my zP9AKv;<46U4{lBWo&9M|^+5Q4`ctV(>YpKx;o%QXe5BxEn&5%r&TjU2GwlJR4sYk=k{o5a zjjIPj4M6lz$|>YA=V6WD;Z?x{#Y=k*^DONFBXV>$9}iRy^q8rCKuO9_9)jC{FtgwN87$2u+>M#{(>&2I6O?{-L{BbM-)|0f-(-IfXptJS-MG ztP(s>ytL;q&(a<+f>~$t@j&%JbIgS`K8fJ!flvbwJ(O|^dCYm(BzV{+8fk9 z9%{`Y7-W{;j!2So%$lnQLJdIlU^=JRkjI>dm4b(jf(MGzenYJt5A^mo)b5+ietbMo zJr=V6E7q3tsM`hnu5J%@Sbcu;$T+Q$QGf8gM> z8HG9sY-2$q52yi%9twSeN8~Z*p<6Ld{YL*{sNjL(^mC!sjt8|jsC_)3-T^fbzxtG1 z|9~2R=%JLY$Yah!o#0`%;DO?$J%@Sbcu;$T+Q$Rc13mnOBst$44z3;uH2~2=DOZul zoQL}a4=V%@6ff;L%rnP>+8flB@__Sy^iaxGMepkxC zE+&p9#p&llt@Us^q&HqiBeJmx%X6FgKs!Cya69LFSNOMB=WJ($k5bKZWA zez&*t)B`=(;pDRCe`qe()2Iz}Js^)c51oo}_qw@O@Idj97O=0hhknt6lk;}|qrdEJ z{N=)c;Ku5K2EYH71GJtWP#fraKpt}*#t0r}3LYqqV-m8ZJ@k(rOy}A;Z$C%B+uN{! z0WOWz1HFF3x|Ui!pf=F;fIQ|rED$^_6Fg8H$0TG+dl(Qsn9j9x-hPgLx3^&dH4u%} z13fbD%~4uCpf=F;fIQ|rtP?zJ5j;>F$0TG+doc3@DZL@*b3ZOmJ<#y)oPC8>52y`v zJs^)c4=tZ8#NF$MY7_P1f zY99}I>Vei@zTg_I9#9+TdO#j?9ySXelI8sM1H~)sLG2A{9}juzfo`0=wN9%C)CRg9 zkjI>d4#l{8-P~XBK=BHDP*bTazVU?;Y~N$BpQG>X?L6}X-FC|OTCEuHKt*2C%1gOl@i{<|LX)C2wRoKZJw^}y8wA&)r^y^C==$55V+5Ij(velFBH zeSYX2J(!NQ4cO1o=k|76X~X%GFQ2h+E9&fCw??e=z_dZ1O8AA7A<4_rME@|*K8 zT<|bS@Idi^6zX@C_AnrNaB|+xe{`6=ou?jX?&M27*{(H9WA#AipEB??tsb~~AmlOUVTa(M?f3ZW2a22S5850LYHv{coF8h*k??2Z{&9V0PwsPgQW6r~Uf`=7?2Z~qNgW4O^ zJ|6Pa1O4p2R)5v%fvX2X9&;Wx2p+Zz9w=U64{C2v`*_Gx4|Li)?{w7afvX2X9&;Yr ztSH3Y>xV8TjwZz`>_P1f>PmUQan$O8s|P}Ua~_5W9>xkDC|(H<=Uz8`!jNjUQ?b`~ zDLk}2CH;A-{n;v>qq#Az9titFgN2$qum0e(yIUkT4L&gW;Kr>>t~3kcjkQ&~JAd+y zr7ehZh2eC+w#1}6`ix}etkX!= zBRvKIk|ZeVK`{@Aa#Bogkz!JU9u&PKe2o&5jFb}pRG5D*woYY(&HytYRVmIvf9=V7YgVV>ZD;-MVSaVj3vPQ_km3Lg*Bc%Zb0vC)I& z0eQ@MxK;45O7K8&%HvSmiU+k*v3q;KJ6nu_$j%Q04_I-17#BTQ9+1bJhYf;Rj zb;vGx93KzTcpx0ByIFA#zrSkIqp|;?k`l;o&chhN!xX^-#Vbb+vsdvj5`XU0E&>%$MC2g?KU znDekw@UUL+KylN|L6?*V)g9D69@@>B7;Dz-c%Zb0A4U(B2jns5VT<4)`5*rNf#N|i zn1iJ}sP3Tl@gR){!m)aq71xKyqX)|a@|g25pcF@&VWB*46Fg9yelFBDllmj|W%7f|-Y99~Mcpw~$?jL>>Jy;%)$DD_o1P?0& z4-}_74z*2rP~Ac8<3Sn^l=kpM^k8{F9&;Yn2_7~J9w;8l0UamhL3IapqdeffaO{7e zY)ca4G3VhW!9)Kw{QWe=D@P8qm-3)>D)vG{`glN1w`)AmrRP33yH*dEUUcq`6MM`b z4oh8eq47W`n!fq$cp&64=V4SSPXE7@-ID|l6sMmHwXJwiI~9AODSbTT84tAAHRCVW z>H%W|vmTJgoQGM0hed)1iidJQ$EkQwI~BXPhdkqfR^IiWbG3TF*ubm@Mt zL!R+Ke}3_lE46yS*ubm@nlSHfqiw4&{4AKN_RfqwMCQx<6TfU$vD56ENA!y3WE zCcy*6aZW-mmFvUk=%GdrdBy{s`vpqN8xQok-)=uus|Sn?%z8i`a~?Vc4+{hj6gSNubV+$o-9hbh zeP}mlVys!KjRzXD_qYzN9xygA>j8Ppc~~lVSS@&gSu8<_QgJmx$+C3x5&c%XO#J*e)W_VJKsJkZte-9AyP2aFBOdO#j?9`^orF`m7D z7;55Jq<8~8sP3Tl@sMXc&|#k#dzMxY7#o=Nfc)k>j2Api6FgA7fgV(MQ2Th8U{1y) zv)=WoBstw|;R7puq z2zktT*e-ZzSLaPUEJP`7j^DtHLFi-G6@y2;jI~BXPhdkqf?z;0GdusK-jR!&= za~^ILJggEtP`q&-)K10j?IF*2puP4OH%hAqZafh3nDekf@UT_zK=Hfj4`p}x zypT39%}TEXFSk1=I?li*6RZ|9te5Nc~~iUSTA^> zcsL2gBUL<@@j#QWm_58>`emInIz#_6uleKoykE*Q9;n~XfBR9b9=P#9$YajK7QsXE z5P$zb@z9Bt@-Q-bu-^}*-y3o7m&TZr(Qejid0i}5MzPU~C zK=B58P~Ac8bA5n?v1Y9{9_VMcKK5&^9=P#9$YajKWWmE6!2`t`=s|S{wU389VX>%ggoXv+$4BdA$Xv813jqjp!V^QXFSm7&bqhe=LzgCpD%Iafsn_XhjoI7 z&4LGtH_(IX4r(6{dBy|1wDQiHpJ%+gc;LnZA&)r^F9{y{Kg{1xQ@nv5RCiGOc$i>L zhHE^~dtbNYOIqJAapQrI$DD^zrFiy!dXnIQ;tlkmx`Vn=9&moOdf>(bA&)r^vjh)| z1P>H%gojgR&*~iCs(L#1!Whp!HTK8hGgxjs&>p3e1PfEXyvH?bUhbA$I&RP8yiMCy zeCV$?J&t&_W$nv@uf2L@x8$JNCnaYM>ufppmhoTSHlW|m7Y9#kx##BF`klUgT(Z2^ z>brXn>)E^7abB(O(fmO8_y1tp0)K00K^~Kbbo@@i!&<=u#p$@Aw&;H-dQd$byO#%P zJW$%hxzU5=0eQ@Mcv|qVOYlJPP!8xg6%VSXWB2kPjR%4UTs!dh@jcOlY z7)P67q5K?S;#i8&SH|h*LTxJ^R8Pn5G9w;8l0Uf8}LG^U(ULK_JK=6RiPH=sAU-V#kKpt}*b_yQ)Ji^~UP@M8O z)VAUQ)ysMppZ*7FJW$%h`O$;r0eQ@MIIPp^_5FW6ndT;9-H_f#Q`ThuN!m7>Pf3Y8M|5(s-b>hndlX zb$vh{a~_ro9##t;C>}atQyx@zQ2TfoV@^i9S+nDT;DMfJd`a|Rc|aa>9-b0B><~Oq z+%$F2CFMbN2eprfc5^1U@jz)0mqrhk2jns5Veju2<9LsWg_3-ziDM~7Um2&L3$;yo zP~Ac8<6)dR38$L%x(kY1e2sMvv-UJA&f&jD50(eyH|Jrz;9;8Jf#Rl_gDxo#synEC zJV@h#(jI0-50(eyG3Q~v;9-g2f#N|in1iJ}sP3Tl@gR){f(N>Pcz^U@c|aa>9_|-B zY!p0Dyn!B6cToFykj4Y0JzN$&SRRnaoQLg#hn7eA`v;0Q(1Yp@>PC6MJw)t(sAMhj znDa2G6i0huq2Fj1JW!l|F4Q*leo6Cm?1jH!jTjHq^D7^pQ>%wdFFJR}i9O~IFJ?y9 zd!_L}=a|0v?06vLG3Q~b;9;KNf#RVY&~YjrR8Pn5xjcRe}eKQyz!fRy?Slj@`>cp7B5(|2XP{T0LNFVAccjnDekf@UT_zK=Dux=r|P* zs;6W3@{ngd(6%>y{0gleFg7sj0eQ@M=)S%fr+0^xpRFd2MT*nUh1ym;sGg49%R`>= zKsTK6^DDJ_z}Ud72jn;BVT|Bmir|6bp&Zb0Djrl%$L{4J&v>A>%spzpRu32(nDu}> z<~+<5JS-MGP@M8O)VAV5^>plB9&jZ`QSc96pCrT0_K4Do{s(-1i);Lbr3H%W| zvmTJgoQIWyhxLL7ikoH*x>P*0#m`%Z)b_mlJmZ1h|H#i4X!U@xfmsj8W6r}C!9(&r z{{DgDK{1$vRXmK29%}TEXFSjcfBavQwR*tVz^n)4G3Q}GDW1J=ZWBCEym21P{6MEo z|G?bP|3DWxo=^XDp7B5jz5KVcwR*tVz^n)4G3Q~j;9-v7f#RXlt8#r9IWl^v?fudi zb28e^T5UYgHwT}2u2v5i8<_QgJmx&yBzRaMc%XO#J*e)W_PIX5f@?g`l(YWpJgpuu zHZbb}dCYlOCwSN_c%XO#J*e)W_VF;zoDA1^pub=7xA$uGfU$vD56ENA!%KpP{*UqZ z(-d!@2h|Wc%XO#J*e)W_VJKsJkW{X zTYiC74;UMm^?*F)Jj@b2ED}6Wyn!B6cToFym|#xEB(vW2sU$hwY~cfIdOXn6&;PYk zs|Sn?%z8i`a~|##JggNwP~0?k&?WWxlIjlXMtQ*XU#ka<4a|B#9&;X^7Ch_{JWxC+ z26M2K2hG#5d(~^?nICB2;g1fh)x+*GpCUIN2zktT===R*JbV8z!o;yi@xnI)zEnJ@ zo{rtiL!R+K3$K2#=FeMq7Z2QcAmlgaVWQw+rr?3%0Vxy?Rq>#DI(9D)dBy|%?iXLZ zN$d528xMp$<~%GEJS-DDP`q&-R8Pn5Nn&9&;W#1rG}Z4-{{l zhqm~6>yX;&Tl0(udhG7YKBm~Z}T9(B~|zX#4c{#+a|$&01|d(5>gs|GHKW z+;|}5H|Jrz;9;8Jf#Rn5gDxo#synECt`F_zOpG<_Gp4BT6tg|4w5IF%URX2x_gX!0 zhb4jsikl`6x}-d)?x6PZkY_y5*@s-%Ppb!RJP`7j^Kif5VWZ%I;z2Q( zgQYyE?x6PZkY_y5H?KImL#qdFJP`7j^RQj;(DFn6{(<5R^q{(f+Q&nl@j(55{Pvok zSGl{?^Ks*WkjI>dL8W;1zPVlSK=B58P~Ac8<6(k18RpiZ>Uf|lk3Q)xt=9)`JP`7j z^DtHLFi-G6@dkQO-9g#9kJS6kM;JowtHS9VJd zntf7o*09c&V{aM%>gnu97 z<9epr26;>#((w&~hpmDKil+`8WEc0-MGvZ{WB2kPjR#75I3RkkJRpxb58WRx#>p@x zcdLnGk>d1op|%wds;6W3^3cbe1dM^WxL1-KV772TE3O?lhkc_5%LDS8^Dsv6Fh%e{ zansB}mx>3~)3JMbkj4YS1bH|xdayhok2w!>1rLh_4-^lI!5pmOLG^U(ULK_JK=6P* zYFr-|P$E@jz)0{h|lU1M-;juto5YY~=4BDBd^^ zs;6W3@_;jiF%a4Lf#3n3-{ShvKYFk{Adfi@14?nU85Yxgg{4jKKymuHP}|D;B~&l# zU3~fd$%2PDf(MG5CJ(w)Jd6%{+^%*o9}m)a zAb3E31pdxV|JH!%vHzix4aj58!%c#R6@mwfSB@NJui{}O{@kfud^||wfzlo>h#su# z1M-;juukx>S@1yd&(KXM!6Kl=jdWJy;%)$DD^zr8xeEV4)A&;l*ggADG#bUsC_(0i=r>aOp+o?l`f>{NeOBv8!!qJkWlo zZ$3L72zktTSSWZ{CU~HD7zLH1R6MAjj@`>cp7B7-w{3hus|Sn?%z8i`a~{?R9ySRc zC|=3rFnbjbs;6W3@?grAoa2GU?LT;zRu32(nDu}><~-~aJoI^zzki^37zLH1R6MAj zj@`>cp7B7xJ>jZXH z#+S5uz}Ud72jns5p;Pd%K=45EP!8xg6%VSXWB2lqXFSlGZ+dghpD*n$_tO{~nDu}> z<~%GFJggQxP@M8O)VAV5^>plB9`cL_`tJQ7?xywnfU$vD56ENA!&8EX9fAjnhjKv2 zsd#9MpSKRNpJ$KHQ`0NjEd6z!@jw^<^6@>jdcfGgtOw*V=V9-sit+6I!%!2)BE<{e z4ER#MajJ+IXPnPwIK1Ru32(nDu}><~-alc-Sa-ptx!Npi9bw>JDn3>qEOa6JyPqogXM& z&-a;&&O1q~2aFBOdO#j?9<~b}T7JymKTtd<26M2K2h|KR z9+1bJhe4%y_P)7Y@IdhfdQja#?c*WOc%Y}g*<+km4;UMm^?*F)JWLfl%o99Nyn!B6 zcToFy$TJ@3gPY$oUaJR;4a|B#9&;XU6+EmGJW#xW9#nTw`*@gOPR1m&-u0;@Io)jG z18e&J;h^5DPSffEV*|4ukjI>d4T6WQf(MG5<_@}~?jKZlP&dj0-VbZ_fU$vD56ENA zL-(H)x9>xeB zrU)J=-Z&4cr(^f>kY_y5%SZIMxYp~#?&5(P4}?7CJj@k5EEYUaym1~>Psi@%Agm|MJmeV852~kQ_wtZuJkT|F zJTXkG2W~tN@|g25S@1AN@Idj#c~CtayO#%C$uS0^+WbJjed&?&w0hvi10jz&4>t)O zRtO#_-Z&3!@$=RpcKvF)mKFP0(y=__fyTe*ft$2?;Kl z{)f@gLyaEtj0d{u+sCTCpXSB`A&)r^F9{y{Z{qK#DIQKj@kkX9W<1d3D`pSxn0{I3 zjLy*i%xnI5KK;{q#smFnz!7Tir@8S!$YajKs8T$8KRrqCK=IItmGUq$da&OQrQaKI z@0Z4ylhJP0YU6?4@!626|B4LG9xq&v>9Gp4;{( ztsc1XK*(>-!$iTuOu+-i8|XoG2eprf3Fc(D#seL5<}VM`>VX>%ggoXvEEGH}6FgA7 zfgV(MP&dj0uJc+waN~iH$DD^Xf`?6l2Z}es!^BH2o;mljOD?;3e5=|y*?m0VGgxjs z5Pdca3nz@+xbWeZyCokTw`X$Rrfn;x>|B2-;?XqG+gJz$UoHeYo<=9)s ze|g)0emh?rJgw!Pn{VrP`u1_j@?NX&?met$?`p?+wZ2F51L5Dt__#e%NsBxt59#<$ z!9$;)^Y;%FPaQhQF8Uu*9@Ngs?&Cok50v(BV)S5nKpt}*jx5E=FeP_~;DO@wbD_2w z4{GOR_wgW&2Z9HzIJaY>2g?KUnDfvncvv8Kpm-<;bexO_wR5ujc#y^er9GS!Jy;%) z$DD_yf``?D2Z~c3huUU5sGXDD$AdH;2p;g>7}tllMGuw-Gs<$#Wp@qiL$m5YxDX*^Kc!`SG-@_;<%Jj@q7 zED=0VJan>VJd6%~{H}659}m)aAb99*R$L#hpYoGKWB)@X3y{a0hx-K&8wC#(uN*nd zUdF>n{LRz2_;`@U1EoFO5ItDe2jns5VY}d=9Ng z2p)Qv71xIwqX)|a@|g25s1!$=VKL2DSlR^-6sMmHwat3a+ClB(q1~K>v1ZMV2TFUm zDSEIxAdfi@Qw0z61P>Gs<$#Wp^`Nzb+Q-8<(}<^<^|}j+TYQZb9(tM;f9F0KJy;%) z$DD^-1rMtP4-_}e9CXQg(Aq)m<3Sn^l=kqc=)v-UJmx%X5Ik%ZJWxC+26M2i2dy2{ zJ|3j;Kd0i`%y3n{zX1P>Iap9{6kcu+ehyN`!F6 z;DO?l$Dy_v4{GOR_wkTtJkXg}wQSSs0b>KR9+1bJhjoI7&4LGthjKv2$#_sZC%cb_ zJmZ1>{KfbFQL6`x4a|B#9&;XE5gZkPI6m)}@{9+Xx9$1&Y4w1y zfmsj8W6r~!f`_$&2a1Qzu&jrX(SvmjNM8@o_UW(3n6KN-T5UYg!TV2`uGIs^24+1V zk2w!d3m$d}9w=^_Kj@P6ptXbA=lalY&cs-=RvQoW;0a4F)an6a1G65G$DD`0n~U-6 z{lf?o$0EfG-wgPY^`Nzb+Q$RN{j8Ppc~~fTSSEO&c%waN?V$GYkY_y5=kNdArCL2; zY+%*{@|g3mM)0sn@IdiKd(hfJ?c-sBIT@48de^6tH%W|vmTJgoQESz@$7wbhv0$Y zK{1$vWj$z}likMyt^=;|K#yE`>X2GJ3_EA$9h)9IwAY+l-rZwc(*M4`9T&8$x_#X0 zv&}p~51Dy^hP_7T1)^N8HXaCh%z5Y(JS-4AP`tq&)XvH7;~~#@pus8lsGXDD$3vd+K-Y~r@_MZvxbZ;9W6r}!yeS?fg2BmJmx&?{hMN(-g8l&4>fTtQk;G+)HZYfpmt7n9}juP1HJvZ{cEoG z-d*k=xbZ;9Z_dMb!NWAc1I0r*pyOmbsGXDD$3vd+KzB{-IY8_6fg2BmJmx&i7d$Kx zJW!nSIMg=dLG7IEJ|1u-#~6qozCKBYo9z*$6`wodc(}&zb=Th~YW2X42SOfm9_|-B zY!p0D+%$90CF7wje%@-=up+lm-37UI&k(AeY9R5xbZ;9W6r}=!NWYk1I0t< zRMx}D=)t-Mq^}2P`}Egi%-8K^tu`L$LmM6$tJMQH9te5NdAL>ZuuAYiant-km#hb^ z9n?P8hjw!&#+tR-c%Yvi@xbL;J#gcJkjI>d4T6WQf(MER#b6GW^`Nzb+Q&nl@jz|Y zt^A@^58QYl(bA&)r^TLcfu@A&%% ziZ{Z;q}i8zVD@F>TeZ%`jyCo2fX`mJ@j%^6CkYnretzkw@4nnExpv&1$$6W$t=O>W zZ~Gu#ZCU&B;A^j5*)2I}_DRWE!#Z1zHRFJ`4d}P?#lh2B?z#E4ey49Amn=8qf_lG3 z#|6=NApAdKd>pk$p;=6RlZSMCKq*e`Qfk7aP4GZ*`ngbB+&_>9t#h%XEqy#lVR2a1PsK*vdY&^i~puLo&75Io@80S~L92g?KUnDcOx;9-T} zf#Q_Mp|)ucTIXU%Tl!odr13y$5BEk7mIvf9=V6`TVYA?Y;-MVSanc^N&c*KQK^hMP z4||vu*N6L}2g?KUnDg+G;GzHT`TJ>#Qyz!frafq#iydw0bA1?Oeh+8s;C+&0h}jM- zt!WQmiykZw$YajKs8Sq%L$H{pEG&}*4-}`L3$;yq&^i}8+S11ZEO6t2-~q?OdA&b+ zusk4-IS;c04~qm36gSNrbV++a{j%1@$AdH;DDC0v(SzjydCYmZQ}D1>@Idj<`I`1H zI`qN2(D8gcNaKOv0V}Q#9~pAu`q=+aNd)9E=izC=!!E%C#Vbb+vzPWT5`XZNEOpY_wU3AK=44>L ztfS^832MLbHP*C;YoZ6s1M-;juv75RXDfgIKylODK^N=#ptytD$AdH;2p;JE;o9iI z@_;<%JRDhyXYZRk1P>GsioqPr@}Rhb+Q)-59w_Z$Vf0{mKpt}*It3341P>H%s0YOz z)Q$3hzjv|!p^~-8W6r};!NY371H~&x4zp)nAC%6;j+XTCkY_y5fS)}ux>gUDUUcq` z6MM`bPVXJM+Lp!xebw~MXU78}k2w!d2_AL`9w;70LFFiE4_fD9_w|rxJkYng?K?)R z2aFBOdO#j?9`@c=jFWxJ(4i)dMT*nUh1#Y)Xq}54ZRvA;$TJ@3eZxB6rqu(+24+1V zzc~-%1rO5%4-^mOfR2;)pmi>GUk`c41O4lr543CbfU$vD56ENA!+gQR62Sw-DUU;K z(;l?W#qR4N&v>9^SH1oetsXEoFzW$%%z3z9@UT(vK=Dux=s0N)TIXW-^)Sf%BHrCr z8xJ)0&I?b~>H%W|vmTJgoQLg#hn8pg`v;0s9*5edJ!qYa9c}4z|9~^)8V~fF4XY<; z^?9%d8_q2dwianUeRXhuk(xty7q;APS@%I zV*|4ukjI>dse*@jf(MFI9*5edJ&cYXtb9-BKK8MsV|m5{oze2%@mf7#Y+%*{@|g2* ztKeak;DO@Bvl8w#?ZHeAblUU}nBp{ri_iO|JmZ13kGStNtsXEoFzW$%%z4-#c-Sg< zpm^w1wLFZB9@2mRv-@cKbZm_Iy4|eR#shuw++J_j>H%W|vmTJgoQLjzEXK3<53MGS zMT!@`8SusOptytD=lalY&cj%&chhN!xX^-#RF0( z9Ln;bxP#iqL!R+KkKc9gnOZ$yY+%*{@|g25SMab{@Idi~dQjX!?c-s*IT^0;Ky#k# zIZ3Mrj1A0sKpt}*Rtg^03mz!mP!EbbsC_)-84tAIOXs~)s|Sn?%z8i`a~`$`9+K_+ z{R71t>OpY_wU37h=44DV>s_BplGDu=KCq_mAMP7;?_{kWFg7sj0eQ@M7*L95@0;5M z4-_}e9dxno9~5^`H_8LfuT~Ej8<_QgJmx%17Cg)mJWxC+26HgWgVMR!(WX8g@Y$-;N7fR^2{s_1R{gpoh%7K*L_6^8(S| z_G;sSkjI>dn*I)xeK|ZJ!qYa9qsAkA9c=rBbgo$I3;)QPpd`Wv49X(k2p3Z&F zL!R+KLtCGIMym&IJP`7m^Dt5HFjMeA@qiQxhe~@ek7E|v$y9n?P8hjw!&#+tR-c%U=dzHzx$58QYl zAH{%`41T0L;%fsn_Xhfcx60>J~t8|p!E2eprfJmY~bo3yxxRu9~G zAmlOUVX5F@wcvr`4fUY7gWAVKp7B7BfA!kqw0hvi10jz&4^Igmb_gCQ-cS#UJE$Aw z0q=*kdf>(bA&)r^d+#X5v-b}}O&p69Z-j@jmtQ#jvKixB6;H?RRnLddUb*o=m`f20 z&f$WO4SwtYyxc9BF>cS~yiMCye4+oxdeOO+wrgJ=eC^dMyCnzBJ}EhCSZB+zW*pGA z0sVHqICxsiJvZOh@AU2ClI3PxQ1931xF8x2g#SN`kE8ZLn;^f*LpnZQ@GwpAKye&1 zT$F#KKBpOc%Zb0YoiCt1M-;juwC%b@;rb4 zK=IJ|n)aZ0I(Dz?gESrp9`-ORt`7^N2g?KUnDa2G6i1t3p*(LFJW!l|F4Q*dLGg6# zULK_JKxq#jj~*-!$YajKRKdeM!2`uZIiTaDJt&@z-OB^6je)K z4~oGY%<`bPgWAV~G#&^ZdYTp2hg+ft%LDS5^RPwmko+Hi|3LAEdQjX!?c+fj50v(B zYxH1wKpt}*29)CX8-j)MyiM>xar(JXTkHCuxP#iqgESr}{eJ1T=)v-UJmx%17Cg)m zJWxE813Hf7L2(DQj|XWyP};-o(SzjydCYmZN${{j@IZ0O<4{}6gW?YAMtQ)sKlVRV zvK4vEc~~cS*erOUc;(1p_AC#2r(^f3*T^#-=&b|h>|LveOD{Ti$B8}W4~M0$xX^f@ zkD9*u?06vLG3VhW!9)L@{QWe=!zid6CGA1+bnIRp@{9+1eEcJ?*XjXd1G65G$DD^z zr8xPg44ou+pg8?psBPMV;_2AEJmeVGs<$#Wp z_Mmt=b}tWk#slql`|Ja>dcfGgtOw*V=iyGl!&<=u#VLmuvNav4L3+$YajKk)?R{zPUs2KylOjK^Mz|;tpz`>qEOa6JyPq zogXM&&$nR6FXn3XfU$vD56ENAL#NH%W| zvmTJgoQI`?ht+}yiZ|4Q;tpyb4|&D|Jv8s*S8DZuv4L3+$YajKQ-X&bf(ME>)Pv#< zY99}I#sgir{O4C`^?FJIS8Mfvv4L3+$ZyWWc)`Oo!2`uja|d0l`v=7x)Q$3hziV1OU~FL4 z1M-;jFkkSnMDRfIpcu@-EDw68WB01pz-OS5S9Gw;~+*rC1V-16=o z+minG_3gNzW!3HDR-bL=33|xP3pDICIxi5tr>Qm`2zktTxL@$FQSd@9lMu@ zJmY~@-m~Z^tsc1XK*(dx!*;<#%P#)@f#Qwypm;iVFAsUf1MRcV{ApS}aN~iH$DD^j zr8r$dse*@jf(MF+azMvP zdr&+byO)PN(bA&)r^w+bFs2_7g;c^qn+_Mmt=b}tWk#siIb^V$EW z)dM#k2zktT*dTb=DtMrHCH!<7$bO?B6y&9 z@vMYm9fzF%q#wWCT;KlNn&9&;Wh3m)bO9w^>W4~jdeeLUnD5A@6rp1n=02W~tN@|g2*li*>6;DO=|^`N+e z+Q&nl@j&fw`PFx|df>(bA&)r^>jV#*1rHQ&s0YOz)IJ{aj0al2=tqCk>VX>%ggoXv zyd-$&{~~`sP4R|$P~1V?C=a+l)arp74}?7CJd7&Ev-i`J1P>H%gokmnW?%U4t%@gO zH;oDpTg^-Q^VIA<+CCk__=mmCda3!n-eybVM9prwzTorUf7@HX{BpNs=D0nRHHUof zDmvfQwpT9v$pO{AU+?$M*f}P-=;0HRAy*!sboA+LsrPu<->30Fi0^G03|q7b7UVJ7 z3^6Q)pm~`p!(8q>!E&g%hY9o{`j_Ay(Sz>1}Kw*U37FGLTP z2jn;BVW!~06)(1SxYvpY#gnm{=JfFZ3kRF^W9Gup*K9F92rCxya7XlDc|d-19_9)j zT=8OShkLDfKsAou#m56IyveLz>X{^mnC(HO)ojWhmPHSi2jn;BVS(Vm6-Qf#Tq+(E zPsVN<)W-uXyv3~VF*gze&GzupYBpsL%cBR&1M-{maFgJ{6-Qf#Tq+(EPsVN<)W-uX z;HtXs>yqS1v&AQa#ZLz-9{wwOusk5YIS)$&53aar@}Nt_gW}29O^f*9YV` z=V86z!4(gkuqh9!JE(m;Q2o+?^OK}Q@BkO_`cSz(Aip^ePYE7e@dkQmeb`^ zdX1&#-YHwJf&At?Y!*DY;-OQka(y^DdN6sNu20JDqwUi%oLBTwf5ZG9_PKhEo*%en ztX2=G-O74EesdnS3m#l?)9gW)iicyOhZ;Rly~Y+(zl43RUSq=09pBaJ0kvCM56ExM z!!E&tD;^YsIatNRsOX_a4^*$Q)x1%{K3A`?=$8{GYW0BHt*i&+H|L@IOZ+$oSG;i^ zj*T8_^g#6*vw9Wlm<~552P+nOZ~nc{eC0=4J)m|g>jC-AdFUf}aK($Q9qzSqeK;<9 zsL=z}Ydmjmrm@e}YrL+b=Q&zEpmr=%Gdr?dCL~e|q~-#pjZ7 z^%^(b_wDIgJ)m|g>jC-Ac^D;laK*z(C?2WeVRZCRqlZ&U9=>3T`mj$cT9&R4qc*+a zn_4}fb}Q=v`OSG~7d*J)XzP$m#e;cztKtqhL!svJ(^Q`^>8whv24Yyq!v{Y(Z;VzC zsNKqXKz?%`CJG*0@nUO-drf&589mtjZRx%@>|;sCs9xj7$#VS?Txj)x+O4byw)49)iKz#{ScnDF?zr4k5>EnTEBPKS9T1j^>=Fdd8*gI z@4Sl|uGBclZ#-{?jz?`aSMcD9)9=^2rT@&72h|VQ@bLf(ea-s3`DN^L^&0m^4_2xo zzc~+!1rM&cb?`dAU_8)Ag>@XY>;9^b2Ux&!1g4vd1NQeTt!7jH`*&aTfaWMK$ZyWW zO2LCGUOsT0JB)`>bsn-y|GJL{SUAkAb9)wD^fUWdvC#X0uSE~V1}VKFzc~-<1rM&c zb?`dAU_7XPz=n?pSQup1b4|Sl_A&o1RxIS<{^+6DAf;F2H|JrC;K3EQ4qnF>j0e>Z z*zoZH3rCpsWK*w!{eh*`Y|0+K9zCEr$_w(F^N{?Lujg~c%LlG=hw-5L0UJIZVBxK1 z9b|5#u|Kr5noZfmH=+kLM`ba2&v_UicyPrl2d;0A@u2zv8$KRj0UtuV&eShqe|Tv% zo3e**Mh|F?@`C*4JhTZOT=DXO>)c^HjIQ&LUHaF3Jir3pWIks+U>_e?(}&h{|M2av zj-DF(A56oP7UVbQVY1-C6{q9YyJbA6e!zy02Ux%#kt@yf$gqzOB`VxJrTaLA&G|J3RM zW1+Ghkl&n#S%L>wygmh$-)20heqg1K2O9sd$&3fWJ~#g1ypz6ijaCmB3zhYN{N_9? z5Z!;cLKd{or1C4)}Va5YV;~!T1VcOfYdcatytOw*b=V654!4^48Y5c>srQdp3s|SpQ%6dS4a~>uN9$fMI6jXkj^Pstd+Q&n? zX-?F8x0;&=>~rHEhQ0HUw`=u)u~1nL$ZyWWOu>UIZkj#F!g8w$Wr7D+ymI9F_BaokJE(m;(D;Y*|4knM(CdAle=>TgmS8Qb(i_YW-tzBB8q(9#Uwj)bD=PgBr9Aa=sHo<@UMTpE_$#$Aip^eM+zQX@xsXq_)_wq`OzAM z*7WfJ3;UY&5HtSa^=1nnSh0|Yy`l%p1M-{m&>?tm#fz;S?zQAW^P@Eijp^e77WOym z4~z$lje`%YSjfZP(Szjy`OSIg6g;@%#nuk@TJoUz(He!u^zi@-2b%Sx=1mgDi^2z1 zEaYLI=)v-U{N_9?5Infz#nuk@TJoTJ?gzA{j|W)jZ`P4!JP^i;!Ut9?_|QyVBrmB{jKqU@zd~u6$^RTH+rxFeu z_geCxdhQ3brjG|$INYoq=0l}cvxN_=Sja>F=)t-^Aip^eI|L7|c(Jv^y^;sbb3dRp zeLTPdo+I!N<6)rLww6}2DSJ3Ldayhozc~+kcY6z(t=w*fFU*T8PCplFOCF96b-*rq z93Ky`fR4h7YQTn9jIk%@%)C=LQUyPr++uLIDVRYp1@(zgXIDF&3U+A z@ZgGvlTbVod7$fj=;L>lWX{SU}*&ch(VgDc)351JoUS!hyRA3DvN?r+QP;|J5R?&j;BX8rLV@_dRr z9$$K5tsWZvJORwd__4d*(5qfo((lvr1bUg;-t6-Pkl&n#cEN)yj&l-nq3eU})7;6I z8>fBDQQ!kB7J4u7wdd~pzE%%-wn)|k@|*K;tKh*EFSd5L*OCX#kE$#*rjG}Do>=|lT|?>wy@@NAK+2jn;BVXNT56)(1SxYv>g)pIGLHGMq50>+2_#&|f`Y~ced z7V_}Tb#MN)Ru6c#NY(@LoAc0pPrg6S6)(1SxYv>g)pIGLHGMq50>)5ZZ9Z(pIff6c zSjfY-j~YKvs|P$=B<3wrPXZ89>#w5 zpTo6!z_UfN9+2Ohhbe*wR~&5}av=|z=Tby_`gni^jG>-nIvvcAAoh6z*PQj9uW9vw zXNzP#Aip^ea|I8sxM}vF3whAqK@AVS&l7l$>3G2S^P@{EP7u9cdbs;H+iLZI`l4P# zj_mc&ipLhMT0Cgi=>4`oI^@dZ%g3Z+`)-?6zl3LtWIZ6iIS-2k53V@cI^;qgw0BVZ zc%bJAykI~5JZup>xZ=gu4);nPw0BVZcxX4L0nZb-##|`I znl1M{fk%IK#5=Tlz_UfN9+2Ohhon2-ALojjW)HfM2kjlyJ|4!IGXW2MPD_$g%obl` z#X{GImQR1;Nv$66Y>})7{2gvz&m|&XFJZdKSzzq5M8q>$!`ZKK_@NAK+ z2jn;BVY1-C6>pS>*gsu+|3e-Rc;BSe1D-9C^?>~5Jj@Y1xZ;iQ@Xk~JtyTN;HTEzK z+iBMH^8&K_X!~?*p!s^JS?}vntk=NzX`%av&mQq~k9%M4mRvq=&*b?L9W4~Ew!P~s zI|g99|4;t;t9MuXx!3CV=y?M8?^|QW4q{8~g8b$@+$4B##p$^9ZgF0*;QbOjpl?<4 z;^P4phMRS=srMd|X*}crmd`~GmIvfF=V685!4=OmyZ4t_58CH{@bLf(_&f4f$559le6{q&DcboN~ef|d@5AEh8 zj5q7^=7T2GF{Kysuq=A8JRrY052FMRu6Vl5>)FqGKy9Yx#m58nPtP|+e5l(T9?_CHkmACTXihgpIL zS3KS3_3URoj8r}WM58>wMf6bdfc)k>ED}7p;`JCv|L!Y1X#c>q)HrAtX~mDEzen$v z5Xbwa^w)HKh#u_zY2-KO;ZDJWD~`4gxlsS~NbMiEmKrsk@7aC)NII6z|LCFe7ob|b z2J)NpuvYNkiifm-W0gH<|G>4>u<3ly?&C+&vFM>o6;$@Cc|d-19(D;HT=8HKN(U-?(EfpIsXfy9p54cfq+`)T z#Xx$mng`@J=b>*;zCX?tFP*kvo3aP(AGnrUG@b9+ef&r|7CodDRQ9WRKz?%`MhG5U z@n8^22ZD!=OXg0z$3XaukAsc9%=%9AVJ$wdrNxx@6&7U375_Nm)cei&hbzta zhud#nc<60rtz-_rxAx`1*IvD{TXN9slajNBb+#OP%lI#E8_;j(r5ByMnp5j5A&i2%LDS8^DtBJ;EJ0j54xm1XdVOM z;{g^-DPJ<*jE~#TY%zx%R(Qa*1AiBL2L35X!j|W&7Xx2IA#^Ert#at*@(;ntW50(eyH|JrK z;K3C)%^h?}d(hk^=i>nujxg)hX8wmkX8Wen3J*9Qt`8rH9xM;YZ_dL`!GkMqnmOo_ z_Mo{-&c_2R9A(yrUY8`p%ofkvz?$}Ob@X6)Kz?%``t;)a<6Lpm+(DPL2hCk_J|18J z_gp>Ahpi}=e`{%l2lEkZArCHk`z6oD{)bBc1M-{maHQbD6*tWsbV+;AJO;wY11#YA z_NSW4@ZgG@<_@}89gE zns@r5hfhc_S2T_ja>29oLmn@CEUNeZkm-BL)_WtrIS)Go53YE&&FlR-?cwO?p^(?e zZEi(dr{h%b{X2sR`&93ZpTmMYnfBp_KA_bD#(rcyAip^ed$;iYajtl=rNh0ZJscA~ zSoxmLee7dN$Ee=>Nz?g;eX94SpM!_xM;-QetsXG;BkKYA&3PCqcyPth)*+X)hf&dk zmG9}?=R8oo_syoW0sB<%jq^kGt-slF)zw-(VC+ZM1M-{mFkbNBiifm-W2HSD8$HzI zf$F_KYC0RRPxantSKN=_`Y`aboA%V|0b@V19+2OhhiQTbR~&5}a!GqQE_$fR1J!%a zG9R#F-*i(KR-7NIU+O&T*z2`=z}Szh2jn;BVZPwO6-Qf#T+$wnj~;6BFwmR`)VRLK z+(=`e>b-G(s9xhs-9PhstsXG;BkKYA&3RZNcyPth)*+X)hqmaUCJ$8aeMRr03##|V z`JsA^-#_r@TeNz>*pI9Sb=pfbU*#W z$KG<3Ru35ak@bN5<~(c^JhyS&@!^jbOLE!#(t9i+Orj-5~?VkRc>b>tZoe$VY zxeJxN;CQ&7-gm*G`?Y$&*pI9S-<*d*f(KU|Z5?v4JSgs<_VGaV-fugnG8YPBSm=KG zi95b9UaJR;{m6Piesdn$1rM%xv9-g!S{@X4Q2ThGdhdTtwZ}iCJ-mNikNvfJz}Szh z2jn;BVXEN46%Qw&cqF^tJKjH}?+>#3Xt8uGj|bdSYxRJ!A6XB`Z_dL!!GkLv+Jkj{ zXq|k;?BN~LFYBDq8T#LOtsl?l`T!fKYpquA{hQxR98jx=Vdu=eW7A`Y_L_6cyL)U) z`rp^LR`1>8#liPzy*_aD-pFsx z!&bqAD~=ovxuiWD8$HzIAy2*cMNj?~VNCJS-MGxZ(}b+k$V0q2sfp(YvX|CQI`OSIQB6x7c8|p!E2eprfJoT+R zzQ6rzTCWdWy*Kik^N{St_s6;7p*>{kz2p6~Y2frdLV6!8npB(?ZCpX*5CWN zw1<~YIe!`A)t0p{55D&5mEDqqW}lRtHLSDcSX1Y{Z9u=BmtJ)4ju!_{Yq{s<+xnf@ zWB%~dw~tGP{`iDv&p7`J)0dk%@ZLG=!0~+VpZxPz@2>XWP|x?M-W$i5ZW;_*Y8&J? z=b=sT;EL06>)q1%wLHZ6vR;wz>HJ5Vr@y9p@0ZM*Ei=Vv`T5>y56?somIvfF=V7wo z!4o_rrqfI-ta)r=lf0cV0l1(a~@U*9$fKI>B@S*q~b~!9}iUT zy~F@G%(NRl-#hK$x6y;;0r|~&SSNUJ#Y3el>*4rNNAG&a@$oRw{BNSh^+xl2??Gn! zrqT)zI3DgFwnPt>2jn;BVYA@D6*tWsWMMtD1vzw=Jcy46s`tLTcajV<|JU?<@3e>C zMGuw-M%`=?#;P?^Sh7>Tp0bMf&&_1-U-jtJa(;o~{1X%BZt57zYo`OSG4C3tYf zLuD)PL2n1Oj|Zyv{z(5M8DmZiJ>MH1Xnvr3q6f>=Hb<;?&mlZdng;zO0%&P`&qsrt=N^RPT**gZ71o^_PCqdfrT){b>!ERKIlN z4PQJ?s|Sqz$a+A2a~@_29$ay>b%=%aaD4QT&iCv-+C3c`Xud{`E5<)ypX$BMZn<7# z!^z1StsXG;BkKYA&3RZTcyPth)*%+wLtFHa&iCv-+C3ekdhgGf50_^rE@|*LpN$}u`v~`Gu_n^0f+Q&n?IT5J$ z-frG3VV~-~&2IVgr6o69afntA82gd+fc)k>^m#qsALojrtwSul2fZECJ|3u^b<$at z+E&D{m@bLJ_2FkHKXr#z4;cHA^?>~5JRB)_aK#Ia9pHucptpnC#{<=S-#FPG|A5m& zpD*2i*7cWZ^?&O?Xb!4(fcp>PQDkg4~M_tU0z&^FwPhD*ouc)&e`Ru35a zk@bN5<~(!?9$ayplMoAeu8Yk7$CW!2;X7Esq(t={|e%^zH$)dN@Wjr`_3EEPPs;>hI?3+o}y zmsOL8JoVoHebOaA)9Qh%_eOqm9##t;T=5VVa17Q%oG+^;52*1*U2C;^@4Y`a^>tc3 zaP{8EZ_dM0f(KU|xg26)Jscb7+eN!bE80E%y*%~a@85OSiCR5y_1?&D&chDDgDW1w z0-aZEt^0@LqK9<8XZNYyD4wU@`-ks7WtLVCT)j8)oAa>uzI=b2D~@v#V!=7ZVtF_| zdZ1kAwrH<(e4zQ-RquV&*N*$VRu5dgH}aeFFjVm1isPJwSXd8j(L*}lv-@cGbSzK3 z_u@XoeyG(0SMQDd<~)oSJhv*jmxO#8o zH|JrR;K3EgISH}goMN#&n0jxm6HxoqYvif-eqiaUnOZ$?_1?&D&cl4cgDYOl;`(2C z4|+SOeLUo;_detwU;Iz49=LjMbVd2GMt*Z1?iW0`;*Is7w}aZpL!Nr?r|-YvMXesVdT-=6=V7DZ!4+?;2fZECJ|6Pa zxAt56>t$L!aP{8EZ_dMZ!GkLv+C#S9JKj&*pQ+MkN%a0Q{dFD>KK0(aOMNR>?~VNC zJhb%T`{P{k&>rylQpY88Pn$9Q^41Y=9oaf@#>F$VK2Ko1Y20+aXZO+e+1S1&c93~^ z0G=O^U0?yrLo@bF9yaR@e_Js0(Wm$SbTKNwzIWuA%jNIZ|DACgH$7SZQRE}g^S$vC z?==r*!dN%#m56IyveM1p7CL33m;gq;Qkudhl8UB%LDS8^RP?s z;EER-JHQL);kW?D?W%|H@c;{h&HA2};`6-^H~UzzkcUH}2g?KUoAc1RAOCr)D_(5v z`d>K@$Jc+@E_(zY53n%ItOLyRjE9)*n@g+Nl%H4mhUmfafc)k>bO;_?akO=ah4auB z;=o<>7(O0g0nhY)#(2PAH;jkCiUr5R`=tTVgXIDF&3Tw3cyPrFjUC{H^DsKVal7gv zd_2Gc?z!-MZ;XW)URuqj{QTB+n}551?0=~AyCJ_h4@(3Ot~lB{#KL(PIU>Z7yXG-` zJir2;>HWf9NrHPXd_G5?(b0Tak3SzS1?8o@e~s=)v-U{N_At6+F1&K`@wuupSh5Q2ThGdcFbYCrO8CQ`o?YrKeeO z|9~aFU#h%cLVj}|`s~ktzT}D*8au#C+QT_Brq7vuS*faTqS>?G ztEHZA>QU>vzvnw+dli+)uZ^zflmF!~-$~c=&CS&FA-_2fZGs0^9Oop&Qq6OgRedImhoTSHlW|mOD{Ti$BTofwVc>v z{_xYck4vsx_>%)p`9rs4;NZpk-}c`pC1W1w*JpXJ)pz$E*0Xn*%=SAN;ugXIDF&3PCqcyPs=;Xz|vpO1&Z=480)`Q8>i zSRRnyoQFw*2Uolq9yHeV`FO}v&v$b4V0l1(a~|di9$fKec%YhtQ2$m}IF65pJoS7N z-tobgWB)^?e;WDCc~~ZRaK%IAR<-+SjdguK9`e-lbwm%=^#S?Kc~~!aaK)SAL172A zkB2<tWMl zhxXc*^uKS;E${AuXStqj>iJgO(=GYSw~t=cx8s7ARkx2@{gA2K8}=&K?Mc;s)#~|> z-<*e;f(KW;86FhAUGnmfr=IV#(SvpWfc)k>EEYVt;?3|7>-k>!zKA}LOTS;rQ_uIg z=)v-U{N_BY7CgA(&F~QG`SN+lQ_r_Fdayhozc~+^1rM%xGd#q4zI-0?)bo8ldayho zzc~*r2lAgUx#G?65bOE!dB{`G_l4-e@__v2Jd6-LxZ=(55bOE!dB{`GcSrPKc|d-1 z9;OH$T=8aji1mE=Jmjh8TNXW79+2OhhXsNMSG*Y>Vm)6z4|(eO)?aj8xt=ffKO_nA zoAaU1D2kZKP{N_At6g;@%P4S?xgW9KlDNjA$W6^`<0r|~& z*d=&y#hc(S#Y;h_e1eUKcBCe^NYSO^L#$!H|L>4@ZgHm`KxzJ^#`T- zb_*U9zD+7OqmPGz1#^T+=HbPtWkP))R$7qX(-)q3cC8*(EgrOsY&2r~YI;C^a~|dh z9$ay1>w34G2Ze8w%FXEG;UM$d2b=W(^YCKSGQk8^T9C^ZL=V>e1M-{mutf0Sic?$H zyX8D+tmC70^zi@-Z#3(djE6(a7Cx|ILHokPh0%lM0r|~&SSxsN#S4uc;Dz&`v5t?L z(#HcVw3_weUd4HLVFD`_^3WMQSRRnyoQJJ~2Uon<+V#J39yHeRQA_%GXf?k)$gF=i z9u7BK%(;sd3(YS&BYLnrAip^eefsgAFS+8y)~^4R^PsVgk6O~l11#X&{!dGBZqb2e zA1fB}a8dMNc|d-19@+#Cu6VJv>wo1uXsqL-mh|y}^LnINuQv0GVqVc9rPXZ8^NU^_ zJy;%)-<*eOf(KU|Z5?9aJZP-rqqg+%01KFcvfa!tin&E`#V=m50(eyH|JrI z;K3C)O&(<7JZP-rqsH{{01J4JxyN2fg1(!hN~_tF=i6P}=jFp<|3l^Ze8_Lk!z#gp zD~`4fv2Y$V*6~qW`gni^)G!U+J4x_f6Q4)WXA-7cw(xiH=IFt?J|Mq251RxJuDEID zAPeh3aR;@J2Us}Gtkve*{Y>;=c|d-19+Lk2=S!}55DexZtOvy%)IJ{a*7L>pOO^La z$ZyWWP{D&M-Utun`F2so6zAJ5{H?&>i|mTF&&F!0=fm?V2S0yaU-Vm7TN+)@SMA>p z@xAo($Uc~<=REE7Dq;?3}&v98a@L!NrRPec!v2jn;BVZGqN z6>o+IjdguK9`e-lT^BuA9+2OhhaG|kSG*Y>=rio+Ig>RR<<`>OV&-c3l-z(Si<@K;T&9|Ga=Rd&Y5N!aG8=letS zV0l1(a~?Jd9$fKec!>3U`8?#Q=i3@RSRRnyoQGY42Uolq9%4OTJ`b(tWVq`2wnYz? z2jn;Bq4f>?=dG@IGd#q4zI-0?)bl+XJy;%)-<*dI!GkN_3=grMFP{gTS64mXAEO7$ z1M-{mFh}sED=1o;?3|7>-q9|$WzaE>jT@%^?b4a zAxV(moQJi72Uolq9%4OTJ`Z{7`EH9Itm^~voAa<$@ZgF!#e>2QYM=V0JoS9HM-P?< z(o5qu8#-w zQTH)xE%WXEWzr?@a6JRB(a+~=#{8nlQ~ZCP-@UlS*I1C>oQG+G2Uom!)cRkk{-8A9 zZqb9n_es=}J|1A9uUVfn=X^i2-KVsgO<_Skto@%~JxAl?Zur}Rp?N$E{qYIU;&&Uh zyqX@6-<*dp|iBBx*+=53tbRtoNDurw=q+n7~R4^7%W_gLVIa{N_BY z5Fgk|CRNiv5>FS zls+C{VW3&p8xO5!duVAjoAUgk>!JtC1M-{mFjVm1ilePVEUX8Og?y#P^zi@-L(F<( zOR>)NO=ce}7MgGOk?6tlfc)k>OcFe};>Fgk|CRNiv5>FSls+C{0ay7m&3wB!$Ae3& z*_7wo{ciMNc|d-19_9%iTyeB@h=ui_v5>FSm_8n00dtD(Yv$WUZQrocYBpsLk46uc z2jn;BVVU5;6-Qf#SXd7l3;9Zo>Ei(waLe_C@qpUCx0Y73DbKh2_%Yx3W9)yZJf9Ew z&3RZacyPth)*%+wgT_L>Qe*mffCc;sd10^OJk-vEF<~-~W zJhT^|oV3@Vv@5w{HCRq7wPF(e->6J$yphs{CK!{~gS?iv>scP^O*_ z`OSHlDR^+ji~mynuT?!LeB0#XAx}NuZx@}>ovsggJv4g0-B;5C@|*LpSn%MA*Ds-X zgsL7CzHRdHkf)w+OY~sfKOnz3532CD6H%A@sOvU?|0FIUQ_uJN=)v-U{N_Bg9L9gXo|M>SPV|k9C3L_;|=u&-ZNfV0l1(a~@U*9$fKIsa5sp9QeI3+39`e-l zO^zNc56ExMLu)Jld8;el91r?BsC_)tTF)2jHOx43llPp54#9&f-gpl>C*1Y%fP1i7 z>iO`z%F|v0^?d%7dij2{T0I}~oAWS7@ZgF!#e=@LOJ4Jf=Bei!f8fM&JzriAyTg3D z$WyMq75UA1SR#0E#hcGV=V7hj!4+?chgi>7c%B&E52aVM zefsM>^?avA50(eyH|Jri;K3DdiicRwXXQN^$a=_A&o?1@usk5YIS+jf=RaR^#hciN!y9xM;YZ_dLi!GkN_6c4eUFPDcr z^?Xl$>xbofzS#eeB*<^h!zRIlE8Y|jv7RrNhdlLsPel*b^#S?Kc}U*Gf4=03H^+m% z4r-rzjXd>yKaL(O56ExM!%)G4E8ZLr`Z}n6Jk(mx7vC?Lc>x3ulLQa0cq2TR`F2mc ze8!9q&rm$!u8#-w)9q(g*L=HcUhbA$I&RMd^NSAK^2x=ns<=i!pRXD7i=u7t|2Zx5 zd_LqicYT;AcyPrV>p|c9Bx+9|53q2cSzFD+i}yF%*OykaDJ;l`c`H^;tJTAhD~~Va z5`MoC%d6=D`OSG)CU|hgsjchX!Y`K6{L`iDgTD7k#a1ZJU(#v5pxO*>i=R!$Vc}r2 z{>FGX$ZTN(D=o<7E29VN{sH;Tc~~!aaK)*u>)rAm6c+N88q(+b01Iz4>zB;Kybm#3 zn81n!?F$bdjvg!z$ZyWW4#9&fUTEw9FT4kZg?y#9^zi@-hnw}{Ud6dZVFD`_@^Dr3 zV0l1(a~}E+%oIGh;%Ms- z3-3W;Az!I6eLNgtes{Q8?>6)8Vs25KXRKIoJlsEA9X(hckl&n##exS{ywKPIUU&}* z3;9ZI>Ei(w@Co(*GxLjLZc)s+ixmrb_-OQCc|d-19##t;T=8OS*Z<0UP*})UYDymu zuz+`%$Ly6P_@sJ7X*HYje7o0u^N|n5{)fu*`H&O^%}{_`bQ+%$8LMev}ugWAUfEMPv- z&zerS6U`P^SGvNQF1kV859$fL}c+mH@$;SgMpoXbhJ>M^uJaYtHAM$!=^nAM^a=zLz zs(CS#OgLVIa{N_At6g;@%&GDeGuFuB1F(dXrRQjip-<*f7f(KVTRAyDbf6!Og=i?zyJ>MD8gLQpC zesdoB4CX&ya>bkEL0t#6kB2<u6PqXsGM-u#{=GTqJ}ANJs+M|`M=8R`HfSDSdB{`GcT)6V-9I3|IS-oz53YD~ zJj8lF{C&%=X!~?5Pd(q;q6fbkDA=dMy^Pcvz9`e-log6(_9+2Oh zhoOQ8SG+kMVm%)jNN=+q4mSZ;JzsnDV0l1(a~>uM9$fL}c!>3UX$Q2Q^^m8YZ*25n zc|d-19_9%iT=C|3i1mDAAid3c$WzZZE_$#$Aip^e%LEUucym0&dcL#++Ru8(Q_puw z^k8{Fesdny3m#nY=6Hzpd}JWK&3ZsDjjNvT`x~~D>-l2;Ly{oBIS)Go53YD~Jj8mw zv;*4DddO4Hw;_74t`Ep>&O`s9{O7H%c#}M+>!9|j*T_@P_k-xc@__v2JhTfQT=6D( zP}f22mobDAu{c1Xfy*&*P&9>;3`x&3V`?cyPt3t?S*g9`u#* zm7CGW11ts&M6E^7Nw?}`-*+7}*9jUFry$ZyU=%MtwNORjjKu>-uY9`u#*m0Qxs z11ub7*5k~4yQuAh39MMi!)eijcVL0=hPxgmW#z`{VYt~VZ9 z&GyjJYBuHhMJGfLmIvfF=V6NA!4*eahget-`pWpqP3hwS7KWJh#+Kq-yKgf4Sh3K2 zyB*PkcVL0=hPxgmW#zyjX&o@wUW#W}_t)L60Lc({Lfd-Py= zKz?%`RtO$k@j_zl$!ILfU1n)!Ay&o1Vm#)^eJoE|+`9+2OhhmC>< zSG?HT^}n(n^p)|I8`8%EEZ~;w3F85C?P3mUtXOD%(fcMm_r=)%Pv<~AxZ*|4XC$P>P z-hbO;_?ansB}7T$y24r(6{ z6U>>IWYz)aCrO9d!Uk3>JyX)N*mQsw;;@|*K8NATc^7aBXjOWH$uzTH9VK{3 zLE+mbpX)=OdcMI2fB9j$KIHYVJIuE$c|d-19@YvTT=DuP6pv8VgTl8>J|6Pa^9_j} ztosM#H|Jri;K3DdiU);teLf!Y)bkCE9xM;YZ_Y!XxA31Yx#CUnKpz^0`p3G!aeO@F zspmT)dayhozc~+Wf(KVTRBBayzof9P&&NZadcI-NgXIDF&3Tw6cyPs=;z40upO1%u z=480)`Q8#eSRRnyoQFk%2Uol)9u(H~`FO}v&v#_>V0l1(a~@U+9$fLJc%V+!Q2$sL zIF65pJoS9TqX)|a@|*LpN$}u`hf1xg_YVr|`g}a(spos)q#N2||3jsJ8u`t6NRH$` zUvkBp;z40upO1$;^?ZMg9<1vF@|*K8RPf-6H^+m%4r(6{dFuK87Cl%Vkl&n#NrDGg zyg459bx`|wsI{Ii)@zvhN5R89!GkN_cn>P4+iglcAD&lvgz|bmvcvC#YdcIs92AY%Ms^_~Y zdayhozc~+!1rM%xQ#{0azFZ#i)bo8Zdayhozc~-91rM%xQ#{0azFZ#i)bo8Rdayho zzc~+^1rM%xQ#{0azFZ#i)boAl?4{*;zS#eeB*<^hL(5zF&zD^Brg(_;e7QX2spq>Q zda$k!$ZyWW2*HCZ-W(75I;ef>m-5u}&5Ir^56ExM!xX`TE8ZLr`Z}n6Jk(mx7vC=> z3G$osut4zOiZ{Z8nQ!-9vu0nRdAeP%dJXhZ=XpNgBQy3))|nOai@yH6?O%001+UT1 z=WFKtq8DVI&xicxJgg8rxZ;iUpzmE$r8Rx74|(eOrY?Qp-L-l+W9OK{dkmKw-|xSg z9+2OhhmC>)WGxoYMT$h3kX9cS)5t^zo3Vp6|WUgLVIa{N_CD5^?ci-2kZKP{N_Bg2_9VW@(HYS zhxMSigWAVKo_fANMGuw-iNb+50(eyH|JrJ;K3EIlR^2{t9j5^*XQFQPd(o$(Szjy`OSHl zCwOqh%L!fQPBjl2>-u~=3^eD!RnIp*dayhozc~-f1P`uwoeavqUd@BXx;`HddFuI2 zjUFry$ZyWWdclJ$UQXybcdB{NSl8#{Ax}NuY0-n_0r|~&*dcgu#p`5H{`G1eG}iU` zc*s-F_tqD;-$DJ;vHu}Skl&n#{zvnlx4PoxgsyX^ng@+_eLf!Y)bkw`Jy_QVs37{?4b7Xkf)w+MD$>JKz?%`W(po$@p3}fxl`4H!VYR554G0w#rI1| zg8b$@EEYVt;&n18|GMZw=XASGsprG)fg4A=dL1=hsCWrB^h0`s+OPeE$_aSRRnyoQDyD2UomK2IXI`<{{Se z*?CU}vL5o(^L;UTusk5YIS*3=53YDQq3hhK<{{Se<@1oIp6|}+!SaCo<~%GAJh21QLRN-Wq$#Txs!HKNtjs*Np`6j7Ne;NSptmibF*=JWlP=OM-e{7vyN%J3lRZDP zW7MY{8U*U!v`w#br|$>C^LGFC)}d`$=hD2_=fm?w&)szK8@)%64 z&j)`~JnUw8ko0MVo>Aa=aImtZ$}kHLVBvJNj~^KXr>XQAQ@ctgH~3-3?K}RURUVEy z_xz)9ZeH6{$pidN@vx8KLDF?ux0~`jI9ORyg_(s1u<$IkA9+*|VD1L^z^*s=`Do8W zto;CgQ#{OkA>F?u>AI}jO?e(%oXwYw2e5F4+P5hlFn0rdV8@2?1rNt~9%4Me-xLq? z7#<{jval`u;CXOyHeWU#z{1&TKW|15oT<{n)UJ{S565~QVm!d#6c4Kz9wZ%QZDZqk zaB((YHXgtN=4||(;^8?eJ!@)L$z=N)@!>enLyQObo8n;$!-J%wtZi&O4=&E;%f7= zT7&0J?JAjUpM!@JJP$D*;BShDy$lbMjP+D zQ@ctUJUq?w5aR*WYy922z8A1!)cy}7!U9_ z#luF12T51OY-MZ0gOdZ)S$McyU5S3R&%PlD`cw)wuwy$??cf2MuP;UQCHR}-VLQWv zq)!&Mg&!sljpyw~v-+HS>TVVuP==VFk#;^G)~kHa=zTlul<+_Ep3ldBvYmI#`FuC2 ziX(E>mW9759v)zLkaV4IyQ$2BTh*p4Jb(qv&uBKEZ+&0iE*&4z^3V&<+l9ZtL6Qgf zo8n&wE!8LBWbhpE|ozKZ7|#smCK@i5HrAnDrA z?WQshx+lHePdYfx&%y&(kmmDMJr6M+;BShDtqc#6Zp&RV4{put%fdsN`Fx|EhZqm= zH^sv)h6hRS91m{I>&wDJn)!UM^*qFQfWIjo9%Xot^v?0%*1WzfJfxY=SMxl?c!0kt z9%js=`IH=QF*p%gfZ#%;)nQb=JWaShaiBzDIVrAJV<)yc<}T2Bp%Yt=eyqX5Q`7+H^swhh6hRSAP-Ir zP-mI1k!C*Mt33}f9^h|^hb;^blHNfcoEo6c!b7X``FwpT2;gsuhn)-$lAZ?->Uq0Y zR;q*R*AxfWJNmfYO!GBRpTZobwCnTXdAt2X@0x{qJvczk_6_?zNkFT;bR*FUNKpSYITF#ZtZ!KqqOy$tX(OMFN(pYK`Moc?n?zcnon z_wD%7mS()P``%N@1N=?#5WJM`Uy}6b3buE|^59f0DJsJ(JfxY=_iWEYto;CgQ#{OJ zc#!ny3buE|^5E7qzD6Nt;UUd@zJli=#smCK@zBrkAnA<@*yaJtgIm-18l{+phcndK z(tN%%JP$D*;BShDjSLTx-nf8m9j^Yw^*Q&r-AwbBP=>9{=firHi|&8$ucY}$dC%vQ zKEK`f&G~$$7K$L95A;UUd@zW?z&#Nq?|P4O_w@F3}JV$e8U=E1E2>MT5@na}qV&qIs{_?zNk z8^eR7Hw@k8fy{$j1Jqe~XmviHpRW-F@HfT7ZiWX*Zxe&Y>CJg??s2;vna_vyDu*1O z&j)`~JnUn5ko1P3+dL3?aI3nMiH9`v`Of@YG@mam554fbUD%VF&j)`~Jj{GK-M=L1 zZDPQW{i(#+>O%kvOxKfvD<5AzrvB)wtiHV;G|{CvLHvqW`yA=P`D`Fv-4 z9%4Me-xLq486G6PO$-{R>+2hPo?_#EAk}{G^Z6RS*ZxQ0>0_j4s9l=R_Z-hdj0gCe z;$aKJgQVk{*w}DAv9Ub(`Ft_&>+(XX_cZhQ&hb3Nc!0kt9(FQ3NcyCSE&R~em*v6F z=WF<0`ya)wkCCRC&v&lpA;tszP4Tdo;X%?ZpfH(*$b+BH7xTU@FO!Ef^ZDj@9%4Me z-xLqQe7b*0(mTe3pU)@qkY+yLd7g(D5AZj|!yJYON$(gBem6JAr>FtZ;FSF3=fjtIUd{^pw2RXDb0MoG0#Jc z2l$)fVLQWvq<4-7w+5)Q@X+dfK3`u70{ENa;Q@vRNza3a#o^kpG8Qf?jg6Jcp_@q95a`Pxe!&*I5u z=RB1>z~2-Pvlh_(t&*QwB{|GgkU+giUyjwoO75PBYBJiy-+4_g@?BpqdK zV{5{LV>9{crJ02X-Mi_<=wH(Dv6Sdvg1;#q9%Xot^v?277#Ix)OT}_wV7yuz85=Hz zW%XUyi`!A^Kh+QUg%#Bs!&?2kUi;Z89zO0k5AZj|!(4_3Nw?)gmIo(CAF|b#(u_ZR z@^@D()9r_}^`%}If8gQ+{7vz&is3=hbLYYAK)3Z_2SGkr+S6&qA3o)Ii1jbQ-xLp< z86G6vmbKXU;N<8-w)ik#T?}db;nSXn7!U9_#lsGU2T9MJ2Pa1#vhkq%SDTGL{Eg=! z#smCK@vw*CLDF;Q!O78wY&^6&{@~jWYOWW z_l6XF=zvQNH;HJDBj=C}T}n%_F1=C}T8fB7x{_2B1klln6A9)G|bLCop9 z@`gVxj`q)={Qj2yrdHlJ=eL&C_=B#Sqx|4+Dn1kz(fzHGjy!E{ll`p(53Y4HW#IuV zoT>J0s%$? z-HaeOOQmN_?JAkvz{BS~53%?Fe^We+GCWASE^AvU$AfF#Oj&pU3s`ez_R;mVn4Y7K zv13CW0X%%c^AO_!{-$`?#_%BNlZ9>Z2gieJ-Aq|{01FqW{acC$)PB#K+Evov;ftP! z7!U9_#lvof2T4a++uS%FT2C#Z;FR~ z3=fh%S=bhTa6CA+TxF*9?!f}eY3SJceWU1u(ESjahkx`u#CU+eDIR7nru&y9-69H; zS#dl#wp?W<9-6Jcgm{Da@FmYfj0gCe;$a@cgQRzg2XzaiQ(Kn$QnU4!G!Osed5G}< ze^WfHW_XZv+a~4WgJa88W{MAbe0uf`)9;T{!%&TJEG>`l<2hH@yG(Z$Uk(+16|0(Q%4$hUX!=`tUc!!(N65Nsn^2bHwrB$ET;yRYHj)Cg?rQ z_;k_pFj*JXZiT-o9)ip0{v}D*`Pxc39{l)p5aR**R$BH9mq)$%4kKCOz^>`S8B)6mk4PydA)pI$pPK7HVGUw_KitL*gs z(?=Rsg}*5t<}*AWpO$$@Gd}%I&qIs{_?zNk#^rSX zlB7pYwsXYs;K!$B9@30Yf6Ma_;{pDrc$mxZAnA4}h;re0@Z-}m4{64yAN4%Mc!0kt z9#%0tNP6UCJ4YN3etcTyA|l71^eAULM+6T`OY4TmE2YXhmj|aJ)}qoI{7vz&hv7leb-uRJraU+_NS%d;G~?56eDTF!_dG;yg}*5t4lq1OdX%%B zqozDKG)SF=hcx5UZ}L1$uHC8K3V%~P6#D4?R!P_S+De=9;Lsp-79P@!Pv7c!i17e_ zQ#|xBJV?4N4s5M$28K3@{=OHlT1N=?#u#@3I((OFcNV**g zqFi_$92%U?$U~a(=_fr8F&^M=iieF150V}^+0GHqgF}PU8F@%EKK(1tLyQObo8n5M$29iR5&50T&CZ;FQp7#<`&%Gu5l!NY>uV6hVV@#$RF_x_6; zfA){AjZYt8SQY-Jc-YVIAn8WdRt|X{{P;BHW0*S%+qzbPJO zT}k)1O1c#Yj7)eQ{P?u#eH>#mwKU_?f8cot%=iF*Q#{OPc#!n^Rk8Pz=fRIpo8G5* zNHaeDHqS$h2l$)fVVL1T((RE@&xz;3k55ZHq#2+7L(fBu2l$)fVJpLfq<4-7KRzw- zkY;@PHqS$h2l$)fVHd-Lq<4-7KRzw-kY;@P?Vg7i5AZj|!=nrjlHNHU{P?uQLz?mF zcX%FRJiy-+4>Ok1{Y#SGIUfA@w8TT2@#)(=4>2C#Z;FSx3=fjtIUfA@w8TT&@o7K) z5V;oqrg&Jz@F3|?&UTKX{-uT0%EZ``QY|dFH4;}ZN8B&EPyI+TpkM3K)~}HsqxR>i zeZ`SMaDqyYn%Y$|nGeRHUv~U8$3C?Eh~V35zyAKm?)=fIr+iQvpT2L$m$u*;(bDf_ zegEzc@1On9ufBQBEq9-O)WSV`znV24?z{uPK?wu_-hV=+C@a0e-xLp<86G5E=W8pa zcyMbZu3nN^cmNA8Rr|UVg8<(l=TGe_Y4GrJ&qIs{_?zNk2g8G;qpWRi6c28V#MMhP z3lEp5QZ2gQS1BXRY@%)*0i zKfL)*gWyV)4cNerP4fUIe0`~2Cin?|Q#>4Cc#!lcXFEp;9u`&0L%#i>iWYv>J4zbI zdeeHE_QS*f{@KI-U9}w^Q~QB;T=fnY+Yk7z(Hs0t@laSs_qR&A&ev8-@!;DJ5eu3F zoub?|4{6#D-|#$4u5G3L3V%~P^f5e0y3W^DO7Y;^50U3J2RcQ$YaY_HA0F{M#CU+e zDIP`{9wgls2Ra{$2j6~(Jg+&>smVjy_Jgl4X}1Ld{7vz&jp0Gkqnzy=C3xtomNz-w zen^(8js-~_uhX<2Ry;X8bFXSUd`IoIzdrD87uyeNc&4$z-xLqK86G6Pk+G!%iU*h5 z56NO}#zUI+!!@3V*z?%oZ;FR~3=fi?yk70Trg(6<{g5orW;~>6KV0j1i17e_Q#{PP zitb;M^yKww_cg_X%k76`c{bxAZTrF3m!eXIzbPK(F+50ml(U_q1P@C~>xRcGrOGqtL2GH+50^}AI^yf9?eJZ-U$=eMu`aeB4mGR_e^WfHW_XZvBWo*%EDw$~ zBC_z1ru}fK=OOmIEclz^VGF~9q+5Z&$b{v=u|`A|9@4ZQUgmj-@c@5QJnUq6kaWY! zRt{Mn9BV{m;UR7N!Pl1}tHR$D4|^FNBt6R6&QXGgsb|NzcL#*#!7Np@6ZA$Mr)fXz z?;k$zVbyl{p4w07zwa6s+YjdRf#7e7hu~_ue@W8y^|6)GJUG^PP=%R=hcxYn|M5J; z)-#5`DIVr9JV?4N4s<>=4~{h+GV+k7{qPgdLyQObo8qCL;X%^1k8Pzi4~{h+GV+kN z{ow0Mkz3(!iieF150W0`Z09J!!_?Z|zWrdf7pRiP`)S$_Z@l0|=Y2!99rmex`}4Ls z*?utBZ-u`p9=0<)NIG?G+RT z_XF=cG|l+Kt1n#k0i2iDmgm||_?wgKFPZfv_?zNkKEs2g>+5AJP4Lh^ylJd7sQm9* zi&~FAfCJ5fKGrG9+&oUh!!>7q?d~`1IwIJt_Oa4OoNP~6M;`m`mYriicec50W0s z+`p7!;n$f)o)#lxcv50W0`Z09KA;o7lf)ymj-SX;4aG`yxV6c&dZ zdgd;8KsSMIA5bYuJgMUuqu)>>^yH@7!yozeA;HMP!-B(JH1@B*^Q+rFr*$sPyFJ~B z^^8#-`2UTVllhbee^WfncqQGxB(4z8F&^M=iid3s50Y-nkg0fZr@J*%d`Q#Z`U}rPj0gCe;$b(#gQRzq z2Y0$#Gx5-@zx7acq0najrRO2W1N=?#u#e$E(mTq7JKe3Bcxcw&s(AntzC9he7XGGq zm^ncAFG+fob9+ZZeQ9A>92@ujt?~J+C~=gVxwksM^_?Hw^La4RZ0oiDR(v<;4gRKh zn8)xS={nzb(^Ne8{??fHQRXHK1@&6$Zyo!7|C45XaGeMEo8n?iHZyonM#MZlqzbPKJFg!@Q4HoouMaqoF)$2>XzcuE6U2d9*H2tj;o`)C@ z@HfT7PKF0b$2GCBrHT)}zqKh3Y5H3?cphRrz~2-Pdl?=i-3ANDBNY$6zqKh3Y5H4l z^gP6PfWIjof)#ZClB9Q(2jAb?l!q++t**DH;ctqEISdby-XR|PCPs>We(O{m)$Ik8 zy*}1ytNpFtc;H_@)2y!*@AX=LE9S!J4gRKh=x2D4be(UzsZd|4^WghiWBx~(YYvbW z)Gqb6{{8X&`_2AV*Li@yDIPX5JV?5_1Xi|GJox_BnEz4mCJ$-)TR-c0m>m1priH&L z9=0<)NV?9q-82;szP~l*f0Vh&Lz@29dp!>^9^h|^hX)uQB)we@^!cfH@cpeZ|0j7! z)8D$=^AO_!{-$`?&+s7W+RyE#sd(`Htxb7I)8G0Jo`)C@@HfT7tZV50R!MJ{1ATrf z9(;dmQy#MPx4Pb*hQBEu<}*AO3nF8bsik* zWHkyg3lCrc&w%*J(Lr#AN--9JU2pKg+fV%1!>#hL_e;+@>ifa0PmJDi%@NOCIsE=> z?^yhy9Ung=_{qI5*m-i_ni=;Uwd-TgeeRJ*BmZvPn(+XCQ#@>Cc#w2m*0$2=JUG4 zCVcxLYEQ%86c2M59wgnkgjNox^Dy^<3kw6`V730d-Nuu5t$bSdW|D;m-M_S4^)IP^ z(>AbxtyLcK?q9m)?$eKY=vUvoX5pT_U#OV{MFMaCy&poVF9^UZLLxQWHJ2c~z>ZQT%U!U`) z7pnfH@6SHY)6qiT(^JU<{7vz&nc+dwZF_7w4=;$KgY6IN;{3Akp!=8Jb8HY?p#E=E|I+_G z_LeQ(#)I8xFg-UNAJEsFj1TZP#lsGU2T8YWsp&lYj^{xYGU`If9c6E7x_@c+89{KV zdXMT~y7)ccKHgOx(AS*g0sf|V*u(H3>9{5~x9L1w$Tll?U`SCwYLsDIN+d>Hbzp$2GCJP4Tci9GVy$FI6koj=4FD zDNFkSOrTBOO8?SJ`)~aO7-_ckO8*l6kLwfjm*8)Thdzb}Nw>)Y^5S@KZ5C4&9@6wL zJ#WTge{05vG(5~2+;t!Nj+!yk&U>BeU!r(`zbPI@86G6PQ#`mfizy2aY5JEg@I1uE zr{QmkhiwcGlHMsET${y|g@-i#OV9T_#CU+eDIRt+JV<({cyMhNQx+bY^)I1qf%?K+ z&qIs{_?zNkAH##BcZvtsW-(>qp;`YD=5OdazHdK7^OxXniier2=>8>1&x406DnsGe zcnuv)Ys!w^AeV&)!~o3E7{URuX&yfQ>qCOd!oz~%y}y~MwPtDF{Y!bxThjk0JwA=s z_a^$6;P2y9S?S-^#WtJaLDKd4?WXz?qJJsDgKJ$&lSP?@2e5$gxS2-;!EdSb^r>AX zlN+x2SHFDJV5>ab{o(zybsv!Sjm`9_`V#z2@o*8tgQV-SZZ|b~SXd6jAxGB{(B%jou%TSIoqGRdh-%a4 z*I(6tY98)Z^`)|^FP*#VkVZX0zelBc*O%se?In+|{oG3ejB{N1#3iZzChG6xG_$^R zbE3Wkf1~~I`h{rq8VcwLUj1Mc6 zp2rr&2iHd6;-#4-K7fU@rm`uh)ND_K8(hP!o`)C@@G-^1%?uCQ7#=>EI}fgnz)cx> zD#^kFSirT#_8hgJIkn@p=HZ>5hZqm=F~!3p3=anw9!|b4@A%-_2pn7+ZCQB0b;TSe zY*_pL+^HR}^?2MLc^+asz{eC1mnfZTPp_KNll7(X+<9H5 z!yTT77!U9<#lu|;54#v19?YGGixUoU>tz-mz`~2CiV4vbJrcTC0{P)P?M}}_j0gCb z;^9e#hgrW{j~mJOaFNpU*rN9Iygaf$X!6X$16aTuS8TX<8YQSpQS#l!VezMnS!!0>Qq?mXykI$T}%wk$k=1vNB1xxGyN1QXb?sbQtb@5NUi_MLBb z+xSCX9O!(T@c(g!zq z9%4Me#}p4YGdyf#c=%-gJm{w2zg{(ua8u(@twBX^AO_!KBjnh zgyG=;!^6q1&OJWpu0z*QnEd}{;X%)DMFz?Bj5QBn!nYry`K|CV#ls~^C&wSAbd)1D zZO-xBd2n+bV_m*kc)%F6p5JEht1bI(6Y|Gn*|x;_1N)whw34tgE_x7`8*W#H{m<&rO!WWfvY@Vu6vRP_?Y71 z5r&5Y3=b!-&O1I_?0HZgMm>ky!H)T!IlmQmQ&ICEP)Xe#Pt=!P-o%6oZs4~E)K;5uA}E6nwJV6Q#{z+Y!^(KU(Yu1c!;spO zZD{i~zK_h;dOqK_qv~^)sQG-qf8ljsY?X&zTCei=RmTFp6Hs>8;A8NxIiWu?rQed! z4iG9S{>Z7@NkwYCtTa1WBK(e z-{^UW@cs7wV^AO_!KBjnB zI;AJ;OXCa=n>)pWqsvxi;X%*m`@!)+z^zw#tLGuc1AI*Ju!G@Y55vPFo#MgKWh=Ar zpy%_AJ}n5i^(x=&d5G}b#b0qc+m6t zemaw1uktNj$OHO6^W5}&K72;9zZE{Fcv#Kwu!Z5_&Q9@wi|pW*g$F&KZ?n3<+_zf(Lox@=_@9_Fj>4a{Hqwi>9$yd`QrU)A#v zt1rRF6c4l3()FeJN~h{eOO>9-Hm$zo=(3erc+m6t?pzrJi`B)U=JSnu9%4Me#}p6a z3=elPJnZNg4{i=nXW>E5S30mE2>KKc`Zd0{^nAY8dLCjtz{eC1dl()LFgzT-u2b>B z%>n8xJm~p+d*0yJt2Emr&Dsy}F~!6AQ+l$0X@%0M`qJu-@!;lNL0Ndv^ZD*n!GK$z z@7%TJLtAZ6_saTwZ%}<}$^IqynBrjz!^2L7hkH83gQIsrWZ^;2=le@Fzm;2`Z}{|o ze5E|N0;f#!UL`=<}e*l^S!zC`F{JQ-#XP*9x%5z$pd^$@o<3Qp-`gh zOXn*+k8N6g$C3`{p3nD* z6M}$SpYKQ4{q#fK#)COlkjJqef56<{BoFX0#lvy0sq4x3aFNof@rU_J&tscbUvhMr zzAQZG`Fy9HRiC>=J%9S4+m5{7RUR<6H^~EhOz|+x@UWHP;jT{c;OH`aS$LSQzMwFl zZ<(6hxZCZWlLN^Dfv+$tj@14Fb2r!pP zzs7aa^ZDNW(b+3pjt|EvJ&z6X;hM_&O7+G{e=S^F+L*_O^l+X-%>S*Oew({LynpsB zcb|UL!aaMxdgTp&T5Kn;r{>&xp_reoi%I)fzt^s=&$pEtJPb^%^*pp%uAT?&Y%{H| z>ls(-C3`UNusj^BuB()83Wt1%@I06<&U#!gMe}T3t_K$nK1As2mNxbA!F0VoKDgt< z6_vGNtyHZQR))pVYNfEaI8vCK)(}1Pd;3(Q+FZXod5r&RQbV5-wP|OV={Ns)?~l#b z+%eh@+)K13@cyCmYO`ArA&*zUwaomrg+$_bi@b!f7QRgW6JlOu7A%~ z%JAS~^TG3=P1k1Hj0gCe;^7g7hr_G&IH3O|?R%~3*S1oI2N#CJe6k0~DRWO%rT;X&)#$F@@NFfcJ18-H-I zvV?1xwf%4^aWS+v%=E?Q{_*wZYwq}9AAdMpl?ONe03TCv;4#Mcl1>zTTN1^Ci2`vow`G3fWQqqDD@$2;I8>GA47FpOzT_5nNd1+M4?zHb zQ#@S6@F3~Qa&PxF#RKYhu5DR(I6@WDv1%`<9p{^y=b_$rnw+lze^WeM&+s7WW|`YK zrg(7i5u;gnP|LOk>d|q**=k3<3H1c**gOw35AZj|!>tStl3p)udp{{2Tztf679P~H ze8EX-N6i=QNAQ6io9BV%0sf|V_$b4Jq}NN^-cO1L7auX2g$LZ{j`^*4*6s|ot7Tj# zca?Y^rph2$UxL3W9v);84eF79Mbp?_Zi83C;ecLscQ+ zH?(KrZ)&}aM;RU@UFT~nZOVf~9j{q<@cm2ES%A`v2l$)f;Rg&4l5UFwoljF99O`(@ z!h`Q$YMlr8o8sXB!-J%2AKOZs^59U%YZe}S|5EEbz~2-PhrgB{kCSv;9O!(S^59U% zYZe}S|5EEbz~2-PGZ`KvUHjNp+LQ-}I$pEzfa~h}m!>n(to;CgQ#{OOc#w2k9O!%~ z9tK9kaLA?3B~=(%c)&Tnf2lbSpHpRo-_U-8zp4J##S9OUuJg5(@;o@yxugm+3lF}3 zX*vr~%=nPx0sf|VC^I}rx-AZLK0FT&buMM(!S^q<&I9~S@o*=@gQRO8+e&#J9O_)k z$b;`+YMlr8o8sXfh6hQv#evR;=fR=QrHnlI{-xG=fWIjo9%FcrbnRnXDbIsLol6;c z@cm1z^8kNSJRDb}#~&o!76&>Xiic&Ties~vvbCpu|B}qZ54F*zQuv$dZ=J>PAnA$h z+kV-E2d6rieE$;d?JTOR`&kgYRFWX=%m-{7vyN zm*GLu6LxOR`&kgYREzod@`v;^7j82T5-mfJ6pOcyOwNDGLw2f2nmI;BShD zK86QLPuRKbmrZzZs)H#D54f&={?c?Nn$?%!Z;FQ%3=fjtHUNnXNFItCegBdwCop2} zC_3{sj{W?l<~)1{g=TECACf%4 z-xLpJh6hQv0)df96CQm3Qo{czHj@Y6ztlPp@HfT7MurDTH>_;sun7;oe<|UA6u8NQ z?_X-22l$)f;Z}wRNw)%lkx3ICeE(9y|0p(-2j9QcIuGzS#lu#H2T3=qY~`>C559jX z;eQmk$pfyd?_ZkEM6>n-{7vz27sG?3L9?Rf|S_?zNk));;NgQV9>+ul!x2dDa4QJPtJ!1~2l@BTcsV=MxEV8`ZpsFy)9 zKEU4;4;L{!NP4}r?fqnUaH_8rrJ02X^pl*VcH8TF_j3CI{-${7XLyiwTsxZ^!-G?O zttihdJRmk)u67g_>P_GSJ2oF5==cDCQ#_Oz9wfb9+V*~ehvnf|X>5F8e4^smB4lkA z6@qpFRcNkhWgp;j;-I;BShD zTNxfCy_M^g=653=mej)VrqC0Srqt@c(<%>37r*>f5({|0mw4En-~s-oc-YGDAnEC^ zR=VGectCv#F~W0^uH=HCRUUqE@ijknjfeXZJiy-+4|g#;q`0puK|F)b3}X{eTVm zyj2wv(z+4^@HfT74u%Iw*ZJB?O&+eWmFYp4PZk~!AHc(x)Sv@Wu07o<4@tk;^eViW z_tuOD_?zP4lMD}%Zrf@x9vlWD3lCu6S!%yr-3W1tO3}xJ9h>Pn&qEX+;BShD-3$+s zUN3EXKjS>O3q%$kzyNp{Rg;)zsT5;#*s-<41L`uU$C!B>OvlaQ1N=?#@MVSvNw1f- zy`M22uC4&2c)8-?nJRt8)UJ}4mwkMQ;sg9m@vxWSLDEsyHaC+8hjEx} z54YN$1_R*X4M*4KxSpzxv12p8&s*i8m*WHcP4Vy;!-J&POWWSh7!U4Nmoo8yc?U00 z`^Aa}aBPG588KRnis@ zy&NClZ;FQ}86G4ZWo>gy@Zc;ES$HU@3jrSHDjv>M>9ePHm9)h}-thtB4Q74L_HncJ zH2h8RFk_s)|3T7G);2ejhbvau%=zHTD+>=`06e@$O>R9~rDsg-Drt*{UXBm&H^sxr z3=fiyvbMRIJUEO)ruG9ExJ2!96c6X9^sK2}C2jH0%kcsJrg$hYJV-jq+U6GH!P(kU zeZEDj{Yzi~JnT>x7;8p6XKGhTTRik~e1N|x9?oZYkaU!_%`MJ@yFg^AFM$Ev4|ImQ zz|U3bxl_AJ+Tx*?;{*In@i33!LDEsyHn#*1&H|Bz2QUC0K7D);oUhXJrgoLI#X~R0 z2l$)fVKKvlq@%2DZgC#m9g)kz0~i1gtJOrl=c^PwB=ugB_Ia?~=hMmjn)NTi-xLr1 z3=fj7irnfJ!SED)$KwYq@; z&BHu(e9_d7d^`{JGDzMJ1bx>0!@9R9}L>DIPw^@F3~+(zf@L;K4~CvhaZW zAJD&w`=>G2+t&RLy&NClZ;FSV3=fiSkA!+o(|K@nP%aA(7=L)F+A*IG56rMN{?N-j zz~2-P_b@z2dfmnLeoo`TO&l`K_r}~-v=?`u5d@d26l`F}=Icvz`vLx@czA%}LDK7` zZSSYa!-A2Ca_DFeQ30agm{-$_1!0;gH z9pJ%59J;DK-OD_{-xLprPt@-m(fttG=aQ~}&sJ)-9~KRV&d%k_5+CwvPvibL?Tdpk zZ8km)e^WfnWO$HtTO8APZz~2-P7co3YI0agm{-$`C&+s7WHd#PkCJzI{rLa8Y=8W$w^`*Sp)0=L6=%jt37?+jxTLFSlZ6i-`T7^ z4S!QS+|TeJ>7C%g#Rfzc9`b5W_c9OgH^svqh6hRS2oDYdk%fo6+S9$v1N=?#@Cd_$ zq<4Y`7n=}Sc*v_g-OD_{-xLq~7#<|O13b8hLszw@dzlCLo8sXKh6hQ{gNKEs%Fxx7 z%U(NC8nvB$Pv?jBbSuw8q1v95cK3((&%WjE(~rV)cNgy2`&H_9x>-A1mCKQ8$KQCK zTI(69HUj)j@epjF*AtL*ov*EQ^8SbQrE>X(g~i&MVy#rHsH3sr!V3yZ!*yY0s94)% z>$AE!A6;L<-w2r}{&3|Jmjv(n$fd!e?;R4HbxqP4Upr@F3~7ZAJ00s2mnIglU5pj;BShDSvS)Ct&*9ix@`}#Jh;+um@3e`csTHi8%A4gKOA-L`A6ZIyS*|#ZSnwrQ#?G%@F3}( z;9)^!u%sFY1EXQF=1K=sUOf2t5CkJe{}TL7@i1c}-M=L19p}N3IFT0*NB`SleXhp` zlLz>l;$besgQRzYhk>v(Hc}cKC>KYjbu%rQsBJ$xVBg+jSYuGh5oR(-u55X z;ru$$o?ch@+&f%sPyh2k)V~COQ#`Cre0+MW!ecIzV`ILzQ%PP z;BShD%?uBc{uJ_H`=h%mzr5;8zWopcW_*CZDIRt(JV?526G`#Gk>*3=eo>Tf6y2Mb zcAD|H@4n{3-LAJEOdjBGiibT650c*e3bp<&#lys8jS!I+5C89F z+yACj9(t`kZSnwrQ#{OLc#!l?@UW;@E?>QN#c((^@q5hdd@WotGE%LL7t4h!OOsNl~>8{t8OdjBGiie#H z50c&q9+rn2!iqC3>3WIg#e2@fHa-n!wu%TEkRtD7_(nfqJ zELQ!gLxn49)k<`B?;K^BzcgR{_wjt7?<@#{g(|&tYFA0)`8Q^K`1Lox@%3)#Z_WF8 z@5%cgJ~V{h?D__OQ#@>Bc#w3RudOsS54JwAOY_MRALgt7ODjCMx*nOy1N=?#u$|#S z(rw$RIS;LU-+k{s}B2 zW7d_jWPFgFW5$Q%pC0uV#@|VE|Fl_OLVVb^_O^AXJwWHSUYo!4uh-*=qxB8`rg+%T z@F3|rUt1~9gFCSSWtkTb*PZt2(2Nghc<8m~Wtlv{-xLqCZl?QNCEXSWIv;`uwGNqc z;UPC35CdA}q1WQWH%d`_fWIjo<}*Av;&WGUP6%%9QrNLNdtN!iYP4lWR`S=h7tN$;G5AZj|!&Zg|Nw@9DCOkM5 zA@btkx}SXIe%IrJ$pidN@vw{GLDDMj*_b*9$CwLexh2^1zZgn!{RbTS)AqXBc=4-&; z6c2M59wfc9Jh&4i^5WsTf4*Z*tMQ@No|k3v0Dn_FtYUbO^bYW_q%<}@dHZxN{RlZX*{?PCGz6o>v#RlJ6w+s zCJ*p8#lsGU2T8ZZfzF5EVc^Cv99=LzUL0I+PGTx7DHls+eO|An=6vtu|IOC?rI(*J z=dm>NHS!*xzVE1AA4A;AYfH}ezVFYY_yB)XJnUh3ko4rWYWH<|9@_n+?mj=S_yEtf z8XxlJAukSezRh@mzbPILFg!@QZC43AxKLG^EYjR~_|Sc)waP=UwWrPa0Dn_F6y8Ah zw@P{kcvx5t$Hu~;fyr*y!tWFs4^*`M+1-?1C+bTtdgeQayP>|c{OWI?rN7JbNR#p5 zi%*Znl;$f8GLDFq| zNaVqh8dF|8yrK59Gh5}M*Xm0q5AZj|!#0KoN$(sFeZ`Rxcb1&ViwD$4TIHeF;=>6> zeF^@ic-YPGAn6_F!N&*o`MYWE7k&Btw|}oy9(pZ4m^{GW6c76t9wfa3JoFD^xtWcz zv4?9awXhsk#?_MEg{k*#|0Pdtew}DfzxBKeHo4fI{{FGidNc4h#ly_sr~8*A-L`9p z_5;C#?N9B#{Cs`MUQbi9f63$l{-$`C$M7KOww=_32S;j3^%BjChug1MKjwOU$>ah4 zrg&J*@F3|O;9*gk`Fg>Sa ze0bA|(f9-WP4TdW;X%@q*Q(vuM10UZI5HB~IUauh1<(9IH}KHu@i>zQ_?zNkC&PoJ zx9k7p`Av9mWF)R$B6-!9@a@@ZeW};_TTLF|Z;FS#3=fi?^mDtfoABV<4^xHPPJQXE zqpx4mDi6K(JVlcS_?zM(*i82?NqW2fPo7Wku&_F^rdS&qQQfO%pKJ2W-g=!SKFn7| z(CT`|-B4eeUgNi`B-;;PUKO<;;BShDISdbyZrg+!+l0sf|V z=x2D4^bYW_L_Ka-jk^upSgj2?6CkqikY;?^w;zJw4C8)L_?zNkBg2EFcbW%R0z_Us zTz&h^pKv`sm^{GW6c5`O9wfa3JWMSkuw34j5PzByjd)mi`AgFvLYCpi=6b}zD zJV<({dGPU}Js#Hn)w@Ssj}Imf@HfT7euf80&yR=2;YhX8H&Gc^k3><)y0E4i5esUy z>WwZ030+^}VgXg|Y1wftBe;b>n3}d zhO17DLgd8*;y|lB^jdt_^X6#2H~dZUFwF2E>6EA2(Ngi?;{#d5Y3fURU-hzet@6-o z@xkN){-$`?%J3lR|%J3 z^u`6WbkK|k2f{+56!YTYu?s(bxa;x35|W!IzEaY=3lD<<|)wT%FHn@&JERJQUtU_qR&AZ4*g6xKd@xi-$jW&g;J7dVR^{ z0sf|V=wo=0^v>|GXt=n(Rvd9?#ztN|`1W)V{Jk;X8~&zv7-e{n^v?3&N_5DtJ^lE5 zXFu$Ed@y-{zbPKJF+50mXLuMGuNBwE`dbUvs#OMx=Z+N?hOeCn$Hr~{9Zz+Born*? zF&iH2hW7MJkGT1Ht+kL_`|V_V`W?qc?P>U%;$b(#gQVN`4c&g2&V%jG?Y8_n!Go*q zX_E)|o8n;~!-J&T_EA$F+^H_*Ha>me*1x~a_4<;@1N=?#F!NTre@W6i!^36e5XPr)=f>*j8A50$L zZ;FT23=fi?$@EQ5qIp<0Q64XiC2pNAEDno9g=NKxYE`ReQWpm|HOcp2drLnrE1HQZ z{|{P?4`;93@E_gKp6>Mc^edkql`8yA@vw#ALDJ=`)Y@;fz(Z>pA7sCsSA6jGr64eQ zfWIjob}~Fjx^0_DJUCEQnk>@1c)0!#Ub(^b`jW{5{7vz&m*GLuJHx}G^2C^0muy;V z8nvbI(qOd~+WtG9>ijxUU)uM{+S%PuU;4?tFWA}Ih(c?>og9DotT8?fe^WdJZ>IZ~ zB;B@e==i|#VEfa%C%?SngRd_Ifyo2>P4O^?;X%@EJ17MYPE?ul;$iilo^!eD^(B)B z_?zOPpW#8$JHx}0V&&?!S60*#8?M|!ofi*2J_Nzz#`;U}H^sw7h6hRSJP%HUhup@e zmp%5CTC4G)*Pb6|@&JERJZxupko3;*FfdwLAFiksN1d7R?c+mhZRTdboor7(=bUK# z0sf|Vc!1$S(mTzA8_^-Z`QGPz>bKtIdVDZ>fWIjo_A@+4dWU#Wlb33n%-~R%dg^E? ztf}GY%zqQlj)Bj-fx5D2P53}Av_qR&AZO734 zO9Rt*u>HB+mR~1$aCN@7$pidN@i3p^LDFses3{MwRF+hs=EcLRCI9(#*Xv6r5AZj| z!!W~xq<4mg<;9ZfaJ@EEPt7V;2IDu%T~$=`z&GJmxeNOWtJYL+wEZVNCHdvWgW2Eu z-8E1D%WkMIb^89er~M{sPs8674_g@?B;B@I==jit2it!@m*m$89$c+2nLNPX6c4)? z9wgniebVvJ`xU3WczD+G-zmCYUov@szbPIbWq6SE&hW6Psupmql&Tf8i^=v!cU69Q z@nF`MT#XOG9mew?7#?Q4mF{1XblWDP<3q$l??;AuiRQ(_sXu;C#r61L@&JER@nJ5* zgQVxj!?J2+{S8Y>W8-7hwJU}vDnnt-ndlJpFD1)2Y6&La34*lu$6c?UJ^kvb=TD#f zuMdCtaFtcF@!ei~zUciMqEdvvDIQiaJV^TVtJ0nl#RrN9SE56HJp9c~bD!NR554w$ zQIiMwo8ngHszS$CQsF$tAhkyI*&wkYn@!`2Ehu_~UKDGN^a{kguH%6rhe^Wf{ zV0e)9=~tyaB^?j#ea69Xwr)Qp|JLYACf{kD2ehZVfrobeE}h?u2l$)fVGqNDq))#p z?I}%oaHq1QiZCx8t|>kA9@pzjW_*CZDIN|mJV<(b?w@{kf`>)5(&%WpR9UyOxFI$y zJ^jqyQu5*f-=(ec&};4Ki#JA57XGGqC~TqoTP5AL3!C!bP=v^fhrhl1W1ni3hhA$> zn>@hZ6c2q250aiU4=anCs%tNtJ9o0*)ofAQ{@iZMFE1W^d0kQ&7hSm0_4r`&0Dn_FY-4zk^yycnJte`z(&E^#YCWtd zmdaO_2G^?y@q!C3!s?V^WvHm`5W0L*u~IBtRV-YoesQ9`kM63oJJH|zmiN4IdpGni zZT#`?ohkJZwexM&By%H^swlh6hQvZ6c8e2UtLvc7lfs@1FO7>pZ~U6c76t z9why#SLO?q8C0+b$B~gEK9Nym)x$?Xx$v+J5M@ z=dqjhCHR}-VIISSr02{7h8?PFmzLHIkDI+qg%vkd3&qM%;RmBi-jX&&Bp@+pOGsW0U@XCoOO&M@X{z~2-Ps~H|79c68E zOT>p}JX~2T;n5G57jN=BOkRRC{Y$7xXddo8@12Xgg@B;6(p z$SWleQ*oiNqFPfk{nUKE@!_y=c?}_BML05AKIjR_5+7RS;l2OH(c=+l!zP`)#_+at?e^Wg4GdxIo&OD%T9FC1I zpBRhZAGfer#=>N_KfQbM)6dIF{zb+&Tk@^oIHjP!^_i+Meu7Gmp4wGH_P2iig)^V# zVtabc!%->1-xLoU86G4ZWo>gy#0Q24o1fU7dF2%!e0?bhOdjBGiihnC50Y-%O-*=k zsJ4_}d-||9pS9HW`jW{5{7v!j0K?rh>5>|Get~i0!@{sUuFvVkG)sHB)$!?1zxAUFyP-Xe`%w|M^4gN) z)7KgEm*8)ThxrT-l5X3JDS5E{v0ay6Uhx5*Yc)Rf+Ij*e5AZj|!!W~xq}w)9GaekO zF6A~pebOO6|3a%g^jdw%qLF&xIf(e=5DAjb$UMETi$}%lJyP#rg+%J@F3|rUt4J+KBVBm)+cvY zKAqs3x^qhGZ2seb4fznVoLU>3`7;1M5rW@(ovogSF}iZgQyIun<%FM%9eIF>}s_KBXs9jtBjpjcUMJN&h^Q zLG|pop{eJ`9rvcQb{(m*XjWVAwejgi$D=p9zQNxV4+j_?BwgogE0uU~B}C-K!;f$J z_mf-Yq1V>CH+g`+DIN-Mr~6wa-4+KrACia5Yo(Ea!A)3G#+cKmPwB}tFCGvFTIHeF z;==|bKEU4;4}A;|l5X3K5)VE;)Jr^Ted%{k{Ok)`<)PQ&gUJK@P4O_w@F3|O;bEXO zI$W(RELW?sN#C|VyPNX!@u69ZrnUEy}Gh7bXy$gd`KSZ{Yzo7=1lW}?QhlPl(oL(+YdqTXWx$E z1N=?#u#e$E()IPRl?psK5*_&Q2VKrtdHCJKPpPyTA9`(lK9dLdo8n>SJLvu;N!QoM zR!Z}Lmcv!m4MiUxbUA0`!N-Rn_-u{0Jg4vWt8F6CEW^6^2fTWG`w_?zNk3&Vq?YaiQ6 z1s;5Sm@4S3@!{96n)QV1@xkN){-$`?$?zcQwm8uFkUT7^j;NVTLj&u>ayVYCxG;+; zul`maAA;ZmKZyF5;BShDy$lbMu6=APO~*s;hl#v+IO(CszuRhj=(Y7VOdjBGiihBK zx_?R1ZE>LUX~x6l)pF>{Lm=|v!N&(R5BP{^ek=S<@i2$sLDIF4ZKW~~y&oG;mU;2; z@ef{hr0em)esF!43@!^L*JndrF!ZE>LUA$h?3r3JN-s-M54i-}zK zKJ9wOt@6-o_dk62*-`re{-$_%fZ;*X8yCpZfxv?^AtJB%@SnjC-_|M*z1F{E@&JER zJnUz9kaSBJG_qlNQ1?&QO5@HgW|Rni+qwsauz;7WkV zi-(u4|Lq4{j}Imf@HfT7e1-=}w}e3>8n zf4Sx1R(a^P^_NT@;BShDxeO1IPG6bqD$PT^gGmiR428AW-4BJjR(Rz^7*^C1Tz~2Dnb9{3{7vz&is3=hZ9Aw%9&CSn z*W}j;9)9||+yAQ@c(CF5W_dK@0sf|V*v#-C>9!4&h6fj_OnLF}i#794b-li1#s~PD z;$a8FgQRzchyHSL-9%VjyP{egir1HHe}1>*mlqHC9&MF}UTaVP=li4j68uf^u!rG6 z(rx>Pjt_Aje0-owJxzQ1zaD<>o>qD2wf3~h1N=?#aDd@K(&;OcU8Q+gQmTaut0Qa7 z(YV6OusB++WdEqHKC=_?VZk#G`Aj#oAKviMLz?#YHftNCc`w<1`0-Iue1N|x9twX% z_qR&AZBwP^!S*M2SALz~!PWM($pidN@zBTcAnCSUB=F!uRcW$F^Wx#A_x<0Wxn5r~ zd4Rtu9!41+B)xMytSOGio6-a0#kFe-)wP91!=+kvbUdsTZT~e-U4EEhvky=hTNLFD z(Kt-gelXk9zkU9n-q8*9rIY*C%t%x3$@)9V`qF>DFDgm+o8n;`!-J$7m&3{-A0MXi zVCD0=HIuyJgUN%d^(B)B_?zNkH^YOZ+xC;dgRd_&DeyG$;nowL`S-2XmwIizdy@zF zo8n;~!-J$ZxjdQPqIno74%SL*OY!O6g-joCkeuY>L)O~S^z)MSrH^in>Pzr9#ly@y z=>8>1w{0(p2Uh|_UOfEAe_nrx>+!+l0sf|Vn8)xS>7C)>IyLrC3KtC*YwN<;qBDg7 z6*xx5hKo1a{zIPP{PN<#Y(M@zBZ?33H^swhh6hQvZ5uj1 zusqoQ_^!#X6Fj)uo;G=azbPKJFg!@QZ3Cs@!G$_gUOa4Ae)het*OyEl;BShDoeU3> z-WeY1i!UuK)@sFdv0JDM*H)|Qwue_tsJ3>^_TTbU=9d=_W_{@uzx{jv*bViiPT&9V z@Q0%M68uf^u$SRM(rtT&jt?vkwm-gW^6LZ-uGW`K9^h|^hu}`Se@W798z>DAzP?14 zdYbWvvtGa5`Tix72l$)fVGhHCq|;X>yGrx0V6Zf_s9c?hJy5YQIbkFFM|Jg?orn)_ zdgiyf;{Lc!&)2y4q^Q0Ge^Wg4GdxJTZBwl;$b7hgQVLw zk;H=wbtRN(UOddc<8@11?_V-`fWIjowlh3PdS`f;TsGtCwJV0FJ%ze}$5NL!6_$r< zO11G}+kehemR}Ygj!}PYzuG@|cn}uzWhX@SCHR}- z;Q@vRNmoT~b)(}$6CQeIg_(FUc7lh!zgT)%H}LSTk6hZ(`{PU=;BShD{R|J19>0q1 zziO3-_CK*ZbI8I&n*Jqo{K3`sgUJK@P4O`6U37n|q}z5=DjpnYMC8T8PiK5+NY|Ir z^3ZF~2QqnpzbPK(GdxIoXL#rsG>S7X9xj^k=!LGw2a^Z*o8nfWIjo9%Xot z^v>{5zyD!zbzN+Q4cnjHP5I@;gO3kEaNr|R`vLx@c$o3WbpMj1+x8G09}FJc2oJf9 zPoMkC#b>x4A50$LZ;FSx3=fjt86K8|`S^gAznv|){?c}1F&6ln;$aWNgQRD)J$stSgO3kv*`l{?_BJ#|M)K_?zOPkKsYmEn(2ehUTHaR4Z17i*AI5 z$+F18!+don?g#qLf*@F^(o3gymBj8ZXqAUv>tDKM=@BTB$qoLdco=1PkaV4|tyJK_ zh0rirlzH*+ws-%~`S@V+0Dn_FY-4zkbXy$gd`up0D%OT>SXNwD8eCQy8!MG#E0O6F zdNfV)5RD-5|KT+4Y1F3&7atZ3sU71FqpNrQ8EVtexvkgY!>o-_8N%Nb54#y2Bt6R6 z&QWt7oCy!p`de-Bu>8aKhOP3@YtI)od4Rtu9`-RjNV**gqFko&Ffd#lT;D%Y9&;%= zOdo%+#RFnMt332te0aGLAK-6_hnd^x{v}C|oNVW)84vD6hx~ZB>%KdF)+!IZ79UI= z;BShDc?=JdZij*>m+3r=hJ)j^VtHY?IOI@>@a+e#HPgDD9Dlg^)F|4*-xLq486G4( zahx~YW_!IxL#r61L@&JERJnUt7kaRl~M7d1k zVR>;=b?uT`bgy$AisJ?9ROM>R$_RmQ`0 zwW3oK`h0w#`--xt$@cX7!YDq#-xLqK7#<`&lj)nB)SL%r!b5K34{!MD6BDk-2a^Z* zo8sY7h6hP+V(m9)2pXUOf2t5Cn7I6t$<}Z;FReh6hQv?J1rIw?af-JnX*cw3_Sj!Q=t{rg+%K z@F3~A^Psv}2iNyioqG6#D%31I%va~7c|K69JoH-s(&s;g(yedsH^swlh6hR4`PxdS z#fOLorvgM?Jj}oDbMsr}q1XDCOdjBGiidp+50Y++1Dy}SL+K_wD9EucrYt^Wao?$W&iS!^7*B-gB($@xkN){-$`C$M7KO zwm8uFY`pM>p|ChKQk;0<4aJd(ayWj&!eVVru~sTp3JxJ*&Tox+Lv$(8DV`^a_QS68 zgW%;VrJgUk<}+uWggz#0H(qtcbC4o`q}-Nwe3KLme#1W z*Le7@!2|qF@i5BpAnD0#)$VJ8hsEJYwbD1CZW?t63C#oNeX5+(@NmWOaN}MB%>(kH zIM7~D1jg~=jG@*uH*lhW{T;XnP;FSX}& ze0Zv#$KL7o^!E)O;BShDM;RU@J?ZCmU-!RgTL02j;b5&gQmhQR*nZ&3lj0){505`` z`iGM|;BjhNqtafB4<--rH^sw~3=fjdU9YS<5g&~H*2244x`Kp`51jX@vdhW?@-qFOJnl6f%>GvR zo8qCL;X%@=>(Y)!@KEn>bp?c}!qYq?%d#0CS$S}|zZL$bcqlVGNP6;mwfmajA=cmO z3KkR(%~(LWXXU}={#N*#;$aKJgQU0X|K#~35B2_5S5TNNk|Ylj3pgn&4=(q&!rv4R zA7prt^rWBLeJ%C3x&lR#hh(`@d}QUpwf@%MT8P!H>Kpt`@vxiWLDF@;wo(-z`oeN~ zZK)P6NK9|Np}#s&8LF;bQVz$4ZGB$1=3}l$MtPt5yIbYqum9=W&qLc8`6t`Z=IdT- zPyh5pd;`=s`1?3@sQ4W7@nOZnSi7HfFr4ps&<<@sP0siJ zKZ6JOo8nUuit_o`#!m+E@4vdFk+13YlX+EBZ_BqfwBzgFm!2|qF@$eYK zgQVNCQyLythQ-lpWo(&R$F+ACx}Pdg&x3Yz`)QJg0|pQ9H^sw#h6hRSBo9|q#zsrE zQe|C#EgTEgd?s5T-i7&i9@^(X=aA&#=LQe(H^sw~3=fiS%SvhD!@{sO7S`5>wdKWi zz03m2)bpU-+NO~uESXe9GSnm0e zxO$0t9@^(X=aA=s7+o8sYmh6hRSBoD8cShp^$Rf-e6-`(o_m$aEJq)8r*HF$u( zDISIy9wfb!JX}**Tdl1tZBQfBwm!CN^YQV)0ti!CBzZW_-~s-oco=7RkaSyyO4Glz zuv)ELy>{V5`O4z>aJ9F)m^=^p@o<8{1N=?#u$kdO(mTn+WyRX~a9CMZS~uMDH73tP zemp$Q-~s-oc({$>LDD0J0rg+%N@F3~QYm)V~zQ)t<7mawRmWN(d zov2-2!+q3QKjytJ-53PB=*>5L#c!t3P{7v!j0K%J3lR)OE?CrKm40 ztyb18sEu5`cExbGv}im-ILqgC`#C;7(B96XCV7};@Bn{PJp6#+LDFscDg_TKYid|} z?L^tuM|O2So`)>Xr_V|9aGJpb{7vz2fZ;*XZJ8)-~s-ocv#BtAnDoMKmDvUJcO0-#$tK;xxJ`(9Qmxtgz%I|n^N_{)^f^f$9yWM@zbPI@86G6vmaS66hpWQT;bJ))Syp_F zn)lt~iyC_#Xm4jxlRSLG-~s-oc(|G2LDKW*VR1N8t@Np`*06TNis4$RT%MfK2gTNh zcVRx72mL*f=1WO$JDG+s~hJL!11R^2!q7JK_iS@qKL zJhbNdX1|@};W2{;_?zNkJHvydr}284-$}=Vda`J7Xw!nyNSZ7U>fiA^G;?@s?3FybL(~J~#j<*+qODKv&U`!%%^cp^dr2O?XYc@jQ#{b!kPdINICG-TV3yZS72Il865`c!0kt9-d%$kn}WO zPxCwJc<2vnYeO|8SFMzK{F&@NK4h{!c~X*x9~eBq-xLqQ2k7+#Bt4DS)BH|49u`fE zjaNr5tE^KKT_^7iN|W_L`8%Em(%PBCBo99{c!0kt9*$#pkaSySOUJ|IYGv=@P^s5D zTUDWY9x_>Hu3@gbA(nUj({>^FFTzbPK(GCW9nXL(pK zvSwnew;zNuRiHjTFy_u6CwcfEg9rGV;^7j82TAWR4>uN73!?Y$7WMHVgYDT%Hh=xJdoYT2iD##zmeqOe+?esZ;FQ%3=fjtSss>#;h+=M zCEvf)vg`R1l05ADWVHSg{7vz&n&Cmx^XFk%wX*((<>6Shyupc;Tk9pN<3qB1b-zPW z$Lp-~`3_g-@^1RgZ+h*1(IX2H5AZj|Lz&@0(y8l`Mbp=L`h31g9+s5DaC`~+S$ln9 zzNy0VJTxP;wfBUizr15Hbkhhq#L;BShD zyBHoMow_brG<}_!_%INbZVJ_%(^phV&z_0`b+who=!avS)5OwljLEh!2|qF@$eYKgQVLsrNG10 zm2hQgeE6~rYITkAVFy-V@;uPq&Y~uHIMLt%{-$`?&+s7W9pXVfXICw(p~fK8QUU|x zwbJ@tpUUKU$l`qZoForVH+X=*DIT6=c#!lC@o-gGtSt^zN9$!9N7X_Cy+2Crd7!lEDM~{r}l}12DOgvfjJg4Q!CW1_&51!T|f>e%wK`OIQO0m?V>AcFFFJ$?PUz zAk&%d$u!&3J@)i$k~MyJ;0u@dJQ1Vrr@6R~jv6ttt44{J$c;Km#Hdk%t{5O-lpwj@ zTnrH12#b90J6$zhQ~kbOU3Jds%}mvKo|)70KXt07tNy=!&#Cv+ITR0ze}%rkhE4Af z5BK6x($JO>ScNgh6nXG*KE030!!nHr^f$%BGKL46-YFg`qlI#9A`BL=O(PGqw|!KT zhZk!+puZ^|x)>g8dWU#;0It(m;7^R3+mew7ALrBim^{2h;{p9m@zBliVAJRJqW@oN zd}-{Coih_2`g7ysaFx=|{%Ymn$`D+!R4MycJ`eYdJkZ|uQB5A6dTV1o5c-?qVKu{p zO;5{eiihUw`Cy!NXr#9?RI5~X-ZO#or|}Wg#o9!EA&)UpJg7F}+T8d0)|;WiRz6#3 z^W*N+;sg4d;-Qz}!KQP4ULBMc8VJuNe}7a!{5 zOAo>gjSCAKhj>2i==oN~O&;E)@qqrOcsR=NVADIx!^T3bI6ks<-%w=?Z$Ptvp8^r% zLo0{7Z8Ldzv&IAZo8sX(!-GxlEDu}Y=@0i0Z-DTy&~Hl?d2sW5tI{S9Ycw9v-xLq0 z7#?hTXL)$AI1U#w{V*gU7HS?&wP)m^mBZb(nLNBj;{p9m@oKDe9f!oJ)!^5EwAR;5iI-m39{{-$_%lHtLoC*?rx-yRQ}s=0^Z9)0hD$L=J{5o zO&)qQ9?;(u4_6o-Y7uhRDuu<4!U;of4tjJG6P z_!qdw_|VegP8&@g)@wYVzbPJ;GCbJy&hoInQXVeOJQHQ1U*sBjaI$>M!X^)U|F|(< z6#Y%{u!7;irgwseN8m>HJ9{gmctf&nD?=@``J%mA zd_aFwJlxLkVAGp>#ZOWFP0bgb;bBt=?l7=ES1yNfV}Zy+D?;72nekzp#sm7B;$aoT zgH88yfAd~e9^ghB`Qq+{orKexCGz0r`BtS(9=2;dpuZ^|dKeyTy4Hn>URrrrJ6@~i zO8wQs!oPM28#40H%HeL?Odj5$@qqrOc-YMFVAB&ppzUns;qFpt0xw=FF8E8AW?Cik z;O6;OrA;2*squjRrg+%S@Lm@o(KYMXDbhza;1lJ<>Dido!$oHP1>#t@@3?~&GW5Fn>_5$ctC$sJd80s*z~l_ zXyu{5vZqk(gZuMUgE*&-JhXDS+cuMjcWFGJzbPK}Gd$Szj`6UrG!e#=i z=Ma&HRt|UDX7Z5JctC$sJUqehVADIsLw^p^ad5TwLZ1jE8#MCZ=J{5oO&)e>JfOcR z9!@em*z}I^@IZMF%oVNTaBHztO6zTJ*m@!ltsL&Q&E#Q7;{p9m@o<{q!KSBWDC_YO zUg}-S?XCv$sG!J$o9A1VHhIWvJfOcR9?mg5*z}I^uy!J!8w%$ka*>Bt4tLvT@=(xt zKz~y_Twr*x=^f)?pfEaCfm4W$rHQ?1z3B~HPvpVP^Q}soJPd0*puZ^|E;BsX^t3Ex zJzm;Snt2>ht^`kHuZ&Mr7xdj`;`Obq{O!8UE~yxpAUUD&*Jg3-kUOdRwdS4_)(}ABVFiTX}4u&5zr0 z7e?Rug8rs>5J&0z3D|U1Z_>5u-_|_fa}+lM9gzpsUV6Jn9%!n~`0y@`2lO|^!xDxE zo38gqlGmz#Tl28B29H8nTdFMh#{)IZ2Qu4MwU@3(9@^vK-5L+*Z;FTI3=cM4?~f#} zRsXi;VI7drUoDO={5jO-`Lx-#s=ahQ^3Wa+J2f8A-xLqGF+A9Gy+4w?R{h(WhxL_F zIFra1s`n4WLxSL_X~E8eh&<5V_EF8_r9q7c^f$%BN`?oUo`eB?-}ZRex~Di?>&sOi zh8x~PrdqFHfxV7A_&A^5$K)ZW@qqrOcv!>mVAIpGVS7Am*jp<=c*t)pR3Cu$_#cPw!*$Fr@K- z{-$^sV0f_UY1yg0_;5d5(YI%$P=Z_a?OxbV&5AtG-u6*V9`YIw=x>ULL52sL-dP^D z6modG`?TKl2CgUa;NyIHACrfI#sm7B;-SRwVAIpGRD1COuGJ`2inVQp+(Tt}=x$nX zegoDMd7!=RqnbPnYdoO8DIWGRJlOQKtkfnCwL-O=D-BetqlNNXZJ|+*l zH6GC46b}a&9&CDNdDsZI_%6*1E-m!?d`BK=Z~Lew4-*;>=x>UL!we5Ly|X-Qg4}dz zA3jBHqPB3yTCq(d4?fPP_c3{RSmOcxP4Vy;!-GxlEDyca+#bB9FRgdIaqEdZ(BAe@ zO&<1WJfOcR9*!|Q*z~j<)!z9794ZAeVKnmK<9vD_lZSm859n`-hZ77BHodbvtlfn` zlxu6t#nD`?vVd>c7kQw)?W3AJJfiV{{-$`CW_Ymao#kQX2HzVi)tPl#Z+%176M67) zKE030!;fh^puZ^|&N4jM^t8;>-tp252X~Lp+}k*(#zbPKh zGd$SzwA|Dl4_k7zk^`=$NbDn88R zVSTQa8-lx3j)sPV=oAmP-SMG+P+s8HS@SUVvkyFrd+#)KlZW5?iv|zqZ;FRi3=cLv zDFRLQ_vUsNht`#H`H)T`I>p1;wQv8N&1+fn@Sfp!T($iV zNw%9jd{#SuKz~!`(}x)zY`XGu(lyNk-kJ+k94 z@zR}NZ5%J5zbPIbV|cLXNjXsaD<1aVp$#vEi$lkbm!AD&<=2JA!|*RWOW97KzbPJ$ zF+AAx*@_dsAbAM)aH(TFT>F{zzw=D<@Jt>rp}#2}PB1*!^n@79?oRR$?&);Lc-Vga zxqtXf^YBcbPoux7^XUr=4>o<)&lhCw4&L>?XPSp+G9QQjrg&KNVLBgY z(-UGayF1B4xaqi#@v!;y&;95#&BHU9k3)Y`JajWW*z{RLCwxKj5NDINwG9&CC-3}$yHdDv7bQCX;M8^A88UuxPfa(cjeh^dQ57O`oke;R}+7{$jOqZ>|bSh+M+z=iTm| z;z10(Z>!B~S@W>v{x7}S_CF-qZu0PJ8V~4iDn1-!c(Cbd8I9y&ePw*KIJC8fS8Sy9 zM)RbePVrFv)Uzr!uVu}{`mcOfNAq#d(|ACCQ}N+Zh6kITmc2+G@OFHK>iD*5Zfqgn zdyHzsPVw-SzhC{I&omEza_lb-+Wv(3=cM)>PsJu zf_;rkZ{%SP59n`-2l4B4KF+4sTRZu0nupgXuXvu;;KKv5fZrfre~u8Zg!Rki53FW+ z*bsS`!vp%8;$a2DgH6Y_PGg~YSd~WA^Rf;f9`M`a&G2*f`9iz_*2sp6u=VKho$qXn zJj~$%{Y~+(n&H8wLzAbn&^%zThPn9gum+lHBmA6ujSz2zHL`&}xF{YrMIPqxfc~a< z7+`p?>Gjr5{+s6EuH+TZ(;9quzzji@ui<>fgCMydm1HYSWUo~J&gJ2*$OF@?s=f5hS&c6(s`N-?=>8 z8F^qDRkfGCS&c9KJQ$q2ekt-W_j*3`H^oCg!-GxN`ys`N-%WV$fMIw{ zT%o#iWw_Jh#3E=+HNK?U#@4=A4$rAy34>F(zrJ8xFqfa)_Obg=!~M){`rqGp^P4`b z|DE>htn1gum%b)Ht7;qcH_o5_suJY-vgG93@Hc*5wRzER)XP5)Zi)QjVq*ZX8+0}I zN|jAxJ%CH32O*9#Je+5ExW@3X;v*f158+Oa^EzHa z7G4KG=O8e=2G*~VKd_2C$Tl#Kmu?3iQ^!mFpi}XoB+Hw}OOJMfhj6FIdGUZO{1E*7 z1{^r8gmt(4fmP%|wt>mR6vM+AhKEZG4@(~JKzs;ydYl&z$imy;=Y4SU@FrMe^Qk7( z&l}Y1c)TRUa_}(~A9_Hi;=>ME-i!|iI>7^WaG;CN`9lx1)du+a2beUv9@cM>Kd_4N zLAHSz9}Y7-oMd=-lHuX$PVlfAdos+$hX>5X;m_Z{zjgj0#)roE>Eb8o_^=XmDn4wM z<<0m|13mNc);EU90)A>A9$fPePrdl1mynH+@(=2}Ksjp?e2feF`&n8(0d?fzZ{P>_ z!7{i!CVBV(yw>&8QlBZ5;x9e_a0i|g2DjV!mKRwe|cs$e2;+lVmJP2`` z;Q@7uhl>mki+`&gH`?hZmojtWL(EUlG+nzqxaJ=s50Iw;ALC-i2h=GZHcQ`|$4j+N z@DTIUPCU5gA0iKMe$4QII>p0DhKGxt;34Lxop|Vh(k}Uj$OFuU_-#5qpic2{8|aw7 zGvmW%sn2v+iofO@FRA2eiuKQzs(j9;UGoo-2O(+<52#Z-9Aed936#cD2`MM`H&|B`NRkGwaa{N`P_2I!a z9~XHL;t<2b35JJr3=da2!b7+Nu0A}t=Hns{LR@Ef==vQxKCF?t86UQTo_%}>cfi$$ z2iJUD=Zs}B#Z`MAgf+`kQcOvQ)1^u2jLJ<0I!SVwpWcfi$$haMRJaLLC-9)vi?@Nkad z;R?gU;*WMBK7>0V$cG2ld|c!~h-KhoDn6_Mof>c5E_L&Gsn!u5!krN0!-H%7;d7t) z@Q;UhHAHbMkQkPYCki!8QL7 zd4TwEq81gKPdF@&M-#3=gLn9^L(^V8U_`gH`Y+SxV#5P5*{CGatI-QITTZ}WI*QtD=WIMxv!Vt(3%2iN>V zz5cFmVJyqpI#$%Gd|>{j{TM9GB-ZN{4}<0yXOzC`G?2@ zT;B>lrsBgfhKF+u57#@wL(EUR@POR7%m@10L&u&9E&pK72kJUm&nuhre!8WO?Sl*U z11_sU$EB_|>oXfu{MB2jjP9xy%e&+AfiizS&@0~b|DMHuMUGVeQtL0C?Os9YX=z#4 z-)cS(`Wy2MP0vFC9pgsR^H5}Y_1Ts6k4jF|-)XJq@DT2BtJnQ1UGs5~2O-eM6c1+^ z9xgLHEdBj#=8MkZA>83sFCJX;aghfh(8m-Ht3jvY!+} zA<)MZ4@VgurWqbCcY=p-hg-dPaLva>9)v(2Q#>sFI2|9lLC5lDd>8;di)GI7Qnk!krG}#e-`;F7g1+oRt1H$6E(Lr_QIx7#@yvf`@RY19|a)c?6gHkv*sTmLI_5 z;E?hUAAmN(&#b=7(Z?7cP8#!jrX>%9&^UVe3sT4VaWByBM|K_bEbb?u$A^HY19|b_ zntzBqz;nq?(L8j6j`6|dp-<{24|&it=ONtbKwdn!<{u&tLX0sy9AS7k!SHad6FkKH z^h{XCLwPsy0LM!V4<{HN z&M`b($()CP2U|UPpz?8%hwpr+ReV@HO~;3opi}W-v((M_Fd}u;-f68H@gd;BR!<(N ze4Of+7$54#gy!+m0fvVs7#_|rJY340hkyrLJ$az=agm4C@j?7C9UpE7or({=Qa9tn zpwv}+r?qaxhkyrLJ$az=ajIWpe4yjQeujsm3=h)`4;M1$A>hGQPab+;KQkW}d1xIU zt}{Gz{Rtf()=1rq58I`#+B>avBR&K?83-EFXMBmu$Ekja@qvyHHSjSt-uf8B!%2pR zCo|_E;K@LqJh`iDIQKTJX~aWP`dJQT5FAmpcB+SJhB`4xtu-EkPEh;s;F^DkJP3h4rg%8U z@NkadLFs96pz6_h2s%OS!$S`=qD%fE@&M0|V|cjE@X+h87-M))dRiQ)dNdw_PEh;sfcXcP`9P1K*?$Q88{1y>JGIU_ zKah3(dj8?ZpkdW##?OsD#`|L6{LklW_ZQnQb#wmEL9P5twDONi9qUYUSvOHFK9bwH zGU&lpXi#4ssQExQ$qq8TUi-UUZRO*x{KThz$=o;1zq77i=fS+bbqaip@!>1*bF*wG zT%7?Oujezb%eW- zHhCD7y2-=-jClxpu+@_XE*}?p;CVR0@G#BraDn0Bdd55iJ=p5W1DB7BJn%d$`!hN| ztO1=mUfM2oGd|R$UVo?beyii9pa)w$dEoMKkq4fK!we5686KWwc(|G|4?z#Mdh)>K z<020{4@=I_@nIF{RD9@{x)~ozQm?;LdcReC2zs#9lZPJIkIKhI9_s$2&ZiGDJRE0u zILq*GIb$Beo(<$TzQpC@A`d(di~gLB58a?s@u5%ZW_-v?z5Y(={Z{cI?AbtmJaF@Y zI38a9)z|$FerICu;hI~r&JSc=zn*`1mHe#Av6IrrpD^^tK*w=d)h4R^Y0z=ubX6{` zwd5h}$w1JUoyb2#9)v)DV;nGfxXAFZ_%CQ4l%5s`svgBd%umC$X1CPuL8;otwsy@w zL>`1dA5%Qs209fVHZwdZ-PT90+Z7KnKkd$gYyKhfAO!lD;$ej0;V{F4(p~*-E3bHn z`Du3^T=Nf+2beF)@bCn~!;=gTO1Jsjb-Usr=BM3xaLqqN9)v(2Q}N*{!^85wq|YCe z?&^12dBsD_PrLKb1C8sFe~3H?fj*{qSOq$D{;-4LLFqPsyKYxJ#Qd~753c!#$b%5* zV~U5p3=dNb4@!6SyRE$9A?ByudEn*)aruXzzyHcf97o4KQRC^T?{{ydGCE!=mUkDbK~D<@*qTB`q<>*kkm~cPB1*2>jV!054!sB zz~$p25A|cc}1bUT%gi#+f= z^hqC^$4g^UH{-(*hKCcK;342iK|VZi`MAgf&%*_VhehY;^XYETspF+SS-$>G>HVH_ zycF=HARiuF^AAt{_8$%6F*V1FItR}>Kah3(dj8>W;KQoVjGuc<`uGEeenjf#{g3SS6dFYn9$-@BX7#~a?#$-JoYZ-g-yOPdoA8ntzBq2r(diY{rNE zQa9tnQHF=kE$_rT{mB6 zogc`$em(!7KAZY}Uix?S`Or_vHqv#RCuEjiA9cFp^;oUAM|XX#{I~+ zcBRIhT=Q|i^o5`KPwdxcYyGbJSzo{6L!aBO|DE>htn1f#7{!5XZ9#ui^MQJ$ZeFiZ z0v(T+R2!(O4oXhc-)XHi9s(Y1_2a=c9~XHL0)0&JaGc@cJj27a?0E=ywAGIX*L+;$ zK?w9Q#lwov)O9mH^ny;she6P@ShV;M@MxU zKP}6f^NKFW^0M00R*mzAkY@w=@!*<&h&(_$f0pK<3v`SdCJ%kGyvajemQM`?S&_y= zz_Wq;cyP@>L>`1V#PD#8;o%&^!VbCJX~aWcshF?Vt(3@2iN>V3RO$OE2ZBNMN@xjsIne?B zQR>T8A1;j7f__4fy8jZ_#?<(dYd-D|-#B_6`_#rm|E=$T5thqp$+~`hK9G68d-O4$ zCwv=z@bjtmUi^i+eiJmRuCJ83nYZ2!I>wo_7lVgj$6S4QaLva>9)ze#f15l!#_({O z;o(YWcnEgP)rSYyd|c!~h{a!|9)ws4KBmqewoBcN50g?ihaMQ*aLLC-9)#E~{cWC4PfFd4562iD&UJ=| zVCMw+@Zg${i#!N%h2de@Khoo^You<*hdk&Vh!4Te3G(5=HUDt=V_*C-j;)83e;9-q zs^=3XrH_w*z8HSg@|e`k{PanwoB8P{LC5ouw3oU0hj8Zv`S9SHe~3H?@ifE3@_(v- z-Fm=6#YyKhf z0Qcu(cv$)+IzDtu-HZ=?pm!iX#Qd}a53c!#$OAlIRQlVD4~G~Yjxju(?hFqxKkdMS zYyKhf0OLyx4~s9+@!>Y9oAIFs^bW*_n4fmwp$E#kP{j z5cAUxJh3ROzyqFRBNOe;2YTh#fA>qFNp>0vo;@Suhg;Ka8ccJ0Q4-Dnfao-D!T)JJdp4iZ*|Sb?f=Jb{~h+J zEgyH&;n&Q}qr3UvIwH}el?WO*|_T$1J0 z{%NfnJlvU9mGiP5A0Axuaghfhmi#l#!|k9`JoL-*CJ!Z9K5er#cnEf=b*4#ucyP_f zMIMBBl;Pnx!^3%ohijSh5bRK^HxI7)xX6PLE51U*^DnWj+cTRYW3#9H6Isw5TYA=Or1~nNq?K?(_^x{ z86OU1&O@+6t=>HJz@9GoxX6PLCm0^iF+5yncv$wovW^d{XM7RrFQ4;i*L+;$L5MZr zV=6vum;N^6!=x;4#)ro;=ONgsKr>$fK0LVQA6~Ql+26u3_mJ`r`=DX-rVx`)i64zGfnTqgKPdF@&LJK>2H&Vn)J8H z!(oPplbQ1n>{K9c9$fPekq053WO#U*;bHmzrsG2o=-I}HJ5`7Za_tizT=Nf+2O)My zf1B~)fb_Q+AEp={&ScI*%uk2EVWJj(EJoZ;bo<~+pwv}=6m0peZq50M9$Kh5y4 z;{VX`VKwMfd>EAF)Be(J#D|!lcICk}{}6c)V!!ma86S=^JWMk@T+W<_n4fm#!F4{+ zFLhmib!hnqb3V|buhR2@mP#Gx1HE0F541w+*lxI}cyK%DSuFPtO_V0aL!S*)&-Lg$ zpx14SYd-Fu^84R`eR>mAjB9TB^f&MPK5knYde-&p^MTCg1EG)c_@@jfZ1`DJ8~01y zyf5Wm&~aSV%uhcm%d7p}A^N3{&G@ia>SlbHVt6=}F%Mynw)*klnvaV-K>mT@Vae6{_r1x(D$uFp zrG8mHtN0N1XsaI&uKBpg1Kht=`q+#QQw$Gh7#=QV%tP3tt$sYX=Hns{a6f^s(dW~v zq;AHC9iUV3VXrKoReT70wAGJ?9_S30d|c!~h$)7LGYk(`86K8=J=^o?uxA7L@!*<| zi#!OiO8VG5UfLmbGd>&uor(`r8S@bKY#=`#T=Nf0{-WzX9CHsT|1bzKRL?VjjVb=RH&@=hwNj4H2ZAevoyIjHF{MQ(OEuIV?=st{+Su1Tr9 zZ152Fh^u*j4ZRP!hIY-zMIN9fpQ3rVUDI_Q`ZZnWVXxG=zVX!?JcK>s>cfL;J}&YA z*Yj!q*5kt&P1kw2s_8lp%dcm1Jzs-|ut!{dcyP_fMIMCckv=w$mqs*Q=i#uX>pYyy zoQJSSTzzZ-ldS~ucD*fWBBcyP_fMIMBh*8HvWa9PuJ9+rNq!H>?vYN@Bi zfvTs$L)bHde0XrpKRo`W=XYV;Kp#-?Lupy(2ePhT&p(V}!)nW*^zko(rjKbKl)5=T z?l|Z;KhC_q6(4F+PbDa5l{Df*%ul=W&;#x0l7EOi z2yvL<;UvSuMTUo`Gv^`Zr(Jn)%|ApQ;C=$%q2oi3)Xn%X0y-5R4oF@5YER{5BR<6Z zv?~ude(o|K=)k2vKa1zrA>|*;`9M?PV`@Io6H-^>56avpLC1yDRk^g*+lr6ms`>G; z;zNa?9}?s<-s+l9^iNhd`$7s13JaS4yl_w?Ck^(0S~$Q@Zg${ zi#)*d9~d5{7#>bBJe=buT;xFr^fAT5G{eIMhKK8&;3424 zS05gFAYi-X<021m{Sw1N*G=^C(i*9o$4lEm&tjQ#ycF=1ARiuF^Kp>}A<)NEe3)c- zc#PrUWG8qCcuJ5D53c!#mp|`UKa1aUwtQUH`GKtK*YgkNbxP=Ce zBOvJWgr1iA-x%eW-(0Up?Vr|Kj}IYF3G(5=HUAKKfcwoz9}gP-9swQm4<-)>q;B#s z)d?N~o)YB4gKPdF@*u<+hKH*R4@(x+IWc*-9dwK{X)kl)L(EUlHm@GDXGPG;qs zbu&Knfu4DMi1}$J9$fPekq5ZHhV=0uw6uQyaD?IE1jEC*PVf-((@s3#Ifl!8pr8NX z!Q0RSA>|*;`9Rmf$JBhFMYq&-Y#&@yM=S*$m%7@lt8!_r*X63UiJ_pU0?jm~Io_(; zx7B$yZo?czyU)uyc=MOPfc=W^rTUjzf9v{3)=+v{TGsXJ`M9si&kC!V1^tc3Ip%zz z)u3bk;oIg6bnWpsN!8IQjc@P49O!07(;bEHL z;c~`21U%I0&4X(`F7g29(+m$w7t`^f8+7Eyj1L2#XR)aG5b#i|HxI7)xX1$>|44tE z$4mPe9*!_POlQnPz(cLxJhG6dQNA{L&#HsW}3JY`G?4Z5a?ryhl>mkPcu9$e{QD7 zOLqi3708=S9UAeWlrax6KMl|MxkW|e#=6z@8m{?= z$b%5*V~U4^3=c;c9;P$qA?Byud2r1?L>?gj!0>Q^;o&;N!?GpW9xuiGv^x*3`G?4Z z5a?qnKCG0wdAzh)>gMs%NX9(G{Ioj{J#bj%l7EOi2!TGPcsRiDFvak2Dq|jEe%hS} z*Zf1|K?w9Q#lv}qhieQEOP`nR@lwoByYqnO+Ai~f{>yuQ<(Dw-hm?OX=L4aSmq5E+ zhaYSUSj{Xeq>dUcO21wDzOFXws$5#@ts}X7WzXA-rBb09@~j}A{DW&g?&@b>xE=e| z#=|#`-1B+W|5>cFuD{iMAoMqtpY8`8Y2+!xTCHEAeHsiy7S>B8f zM?1npxTCH=>s}B#Z`MAh~5Pj0$ z=KQ!Z>2EVW9AbDl(GecP9d-5L!8IQjd4MrIhKK7656hO)@nH?<*~f=)M_qk*=z(DE zl8=i#!1GX~zs>kCDgAB6hsPKmPIrWdaAyVi@Zg${i#!N%k>O$S3+VCI+d#+jZ}a?N zvn-$O`9rv~f_!*z%|CqTS3h@GX!(ad(6IQKm2XF+zjs38-K<1dAC~?$=LtO_^-FM5 zL%p6evL3C9R9?8`G?4Z5LX!)f_%OxraEjsKd`EbQ`Dyd}29Jrj#WnvBd4QIDQT=<}GLH_uTjp^V4Q~wu%q9&1F8&&%XEn znF=lcV9p0R20o_d1D%jMwhu05{fh6U`j=WSe(GaeC_ODL>-t;G2SR^S*LzG#N`L_2j`d9~XIm^J#{M zX@-Xj3=fOGC-e9a?qI7Y53c#R$OFV-@G*6~)D1cnANpi@^LS}2dmh3aZ1v>9H6Isw zfctwhJRD(oIKl96A$uOe9c=aF!8IQjc@P49OvQ&q%jx*g1v-{D<3k_lSuEQ5bhv}9 zo;>uxelGdA$OFt5mHsx*r^gr`4lz8O$exFACj)u%;F^z%JP3h4rsBf|hKK764_z;LIDFz$zxe;9b zrEbQD0jZ}J7-U6Se2Dq!jGqq_d4Ta&hKEB8562iDPG`?U%uhS=;F^DkJiz@m7#^Nx zcv$|u^>|{&hgDL~Fh0cmv?C9$`G?4Z5dG4}=J|9<>gMs%L57E;+4B(d(~dm!z?YLt z{vq-J_itr*xWMpmo#A2GihA70Fh0cmv?C9$`G?4Z5G$pR&G@ic>SlZxk-B-jbRc^k zVt(3@2iN&PYaV#pUxt={Fy{kJfsdEKm%90UpeLmMyk`lqx!CB4lTyca!$rk|)1YUu ztR1fvs=?0&;`0yK=IDEBam~lAKlr0F`8eqE+3RuYy*&5#Z;sva$Xq4ezp}2s)qEiI zG3KW~A=^N;>lLYg+t8PNU%mWI(Ad}ts{9(MtH0A)&+-uTXsaI&uJeH+4?^Unk4+v9 zN!{e(1jECHta%7}wAGIX*L+;$0owWHbbRQRy2-%d6?LwZkJDPu@(}cBs~-=p`MAh~5WUjJ=J8TV>Sla+RO)7Y zIF&UIL65fj@!*<|i#!N%iQ!>MSN;3mY0rXL65fj@z4W}=#r0% zJP2_>`q+#QPcS?@$?))W);t6~8_16b*L+;$L5SO4NuN(|mbw`qYEn1j!(&oc-|K0u zXX8WAvw{40aLqrw?w4njSxp zEq_(E=hI=&2J+*Lw3+rEc=@Xx2OgJsZf62iN>V@K5Uk{86QTZZpMcLS@RI{ z)6P8fz)_V;{vq-p#1jk;XBZwXF+7O>E93YO^V7~exaJ=s4?^4yKBnSBuhh->Fer61 zKJ3q$hnSys<^l5$$iypeu8&W_%h?6T(9PwO-}{+YpcYd8!JH3t6nu>Hf&LwSuq{-B z9hW+4xG4P;=(yC?W?hv_YrUnAFBC=#)xaMQ#NLk#+ZlaNEw1^vv2y84*snGo`d+c( zRjU89SZ7^-tNB3aZ|Z)Pmq5q3F^V^a)0fxO%cHLM!|hVni>C3q!9&;suH60ku#NS8 z(A(TK9~XIm`)f!aoA)!`3p&NaqYMwHGUp-e0aqU$T=Q{}2e`hK;bF=5(>&Y`I>r+- zKJ-gn|9(p2bt686J>crYgKIu6@*u=s>0>iKOffv1VtBZeIS*kExcczmnvaV-2(jdL z`ut%P=+yC2zbtRYhrLoyBPQr|G~z?p1Fk+ixaQ*`4?;{aJe*;8xWw?V}Pm5nmG?KKkdqcYyKhf0ME-} zc(}muaGl|y>j$!q4>3RO$^+&fT;>D4=${Y%bZGepb3V`-@G&(Xs88zVJh%bS@%mQt zxk3A7dDxWd^7fHjsW=+?Y#_h;FS+L9-txvf{<9q(E`PXs3zo}j$+~`hJ`moY?GfQb^=MV6@>1~-_Gqgg53c#R$b%3|e~{*(8+42V zCJzHrH+k4E>q!LytrEpU*rTm}Jh%Dn8_;ZpMd08S@bKXsaI&uKBpggAm6U9!@hnTw!=vc1O1HA?(ps zKOS83aghhOKcDom86P%-PQ{0s)Xn(tSjIerJ=*HWLl2yXx#Z&_4?>(|czBZG;c144 z+wROZK7>6R$d3otd|c!Kp8p_yY{rKjpi}YTfYi|A4egBF% z1>60|vd#}=UB8}x_(h1J`eOvnNPiDP<6&E3Otb5-=ft_5N|E}|CK{6pkHh(YONGd>(-csR=NFr6_EF+c6jgKPdF z@*u=zhKHqZpyNZg)Xn(N2YQzAA?Byud2r1?L>`0~lRh@%!x4su6ATaMGUg%Xr`>tz zfrBWQ{6pkHi0cdwU3by(VU5(y_^=)HEaOAWPrLKrntzBq2r(&rY{rLU3=gLn9xi6g zL(EUR^ML2sF7tuJzUO^UX!!?oKG5PHqUQrGlRCB!E^7Ru3v^uSYO}7&rM2Ev%YA@(}ods}B#Z`MAh~5Jwpv&N4h) zV|ZAxI%6IJA8_^I!8IQjd4T7Of{&^A&@Xi}KJ1mc86T#y<{|I_S05f+^Kp>}c>XlQ z!;=gTPcuB+_Qs6kL*N6hK0LVQ<020*{{ehV#fR-uH{-*k)Xn&CENdPDA8_^I!8IQj zc@W|R!@~uJhedCy^JDVR4SJ^M(}54T`tZ;LgBvdSxX6PLtEIoq@ufkjoAKcw!^82c zc?f($kPi>8`MAh~5T_U(E-^eTc{3d!R)L;rd8`G-TBUi=BnA%v8FFt4-d zk^VNHA2$Lz-ly#2&=J^1Dz9)r>Ni1S>-v3P+WOz8r@GzY< z4>3RO%!6zGA@Tt8;}{;6zLky--BLH>Lm%jw#)p`ncIKf61~pvr50M9$A18fm#)l&e z4<{HN&SlL*%uhS>;F^DkJiz=ohKH`V(eYu8)Xn&?9rR4&L(ES*^ML2uF7tsleAnA< z$1(Jf@(<>Gph@sC=Fz?hKYBjlkknDb1vbwtM?lA=t~Tp48&mwXX{0h<8!qKW3t>+Q z@)>V+&By)dcODqTezo!N_~8C)s{gZCXI+1*`9SDz{9ecB2Ei1c*<~7Z%*X9C2K6pT z9q(7Em%lFc*$Ps6q4N;(kgE?5uKBpggAmJlXdc#pPVul^>Lw30si%a&Y&AL$ArHCw z@Zg${i#!N%nBn0h!^4vd4_7buT;xHBgA5PH86M6uJY4Po4=%1VFZB2j@{}MS9$fPepReU7Ld!p_f`-MVA8(*n~*25j( zA?ByuctBoU<^!F0+j~A4TK>VD4|EcIOw9*6Ep@z4>t^k_C+DP&?S_l$p$njAv8=5Y zD?|4c3i(pl6M}rkTagFMLA3jPpg;NX-~CnW)0<%*Tyx9axAnY_+m?o&b^ZE$AoG5# z=wmz|Fz0_R>Z|KGPYC-$E#07FJi+|5uJ=h@l}l?qhlhX%Tzz-w1 zcsRlEaIO<7;)1GYPJ9S>z}1I`S3@IW z4&odf5Wfc2uTqT)YwEZr@*qS_`reEWk1;%)W_Y;R2_6C-aP{HAH6Iswfa_Zs9&Wpb zjt`qbr{cqi)U~gmR9?=B4*?Ij`tabIkBdAAaX|Xsj1NyRJUq$paJ3UW1U%sC!$S{z zBe~?`A`dWs`t9`i(kiK&<4Ze0r{cq2sizVYv`Xg0hkz#p`S9SHkBdAA@hHQ?DTaqj z3=d*+ofFNrufY$tg)(uk)Xltg zN%|i1bPsBIx`Uu&UN7xM=ON??K|VaV<{u&t5FZ#GPBA=OVt5euc7TU~Cj|NM;F^Dk zJiz$__?U_htE6tmhaI5f`GXlB_I84Yn4g{#er?zDx#k}t4=}#O@bCn~!;=gTS3AK& z%uhS<;F^DkJV5?|;o-LX>T$!251T=!;=>5&nV&zz{InAfuK9<^1LUWr@6Ge+#~2}P!C5DG(_tWuV4d_&S*baK;@ge4?op^A~KSUnj`c~(*csRlEaIOulzcnmdz-HIPr7cw!@Y&^@j`WcXk@gQuZ<^tqj|D_WMrg z=Rnn9@-TVs*|Q!%e^bXxhZ!Dh`fSAsU$o$1T`89@REA;TX`ou%RS4q@BJ!ZzoP2Ha z@N~WrAJE@ad^pMQVAB&~FuQvT9<~%lE7kEr2~MkLi!b;Wk%#0Qs2WTjKAmgufc~a< zxXAEe)6+6$3m#y+b>B>QcraHkj*ofq2cGGuS_0(L>pg1 ze^WdhV|cLXX&I2_VSROCd}nX2`cSF3d!&}ud(DS>bRNwASG5(T`@{#h3hYBS5e!OYFXEB^6=Lh59n`-hjR=MHr?zK-@jEK&y5c=JlslX!tql zE0c#?zt-RZ{Y}M(MO*0ngH7)M55bQwnQg4TJ19LKFE!I+@}Q3|p}(o|r7ngCn{M`r z@87DAiQ}c<=L4B-s@jUuBM){S^!Y&OZz?|YF+A9Gvrl~gR((wHAg|}^uU5uJ3PXV$ zFva7gW?%a%W_(zpU9W-urg#`*c(Ccd{x|n)!NaDBTotbO4(qf!^5EsNOweR08c-UComoJP2G&c_0F!IpsYhT6W;dxqoKz~y_Ofx*#bYK6Q z`?cVqw@@zTO6Cp={O`zvult+#GkNIy)kb_ke^WeMW_YmaY1y&`4{INK2oeyR3%hfn zoIF6IMjo1d?W>qPRQ|fb1NxidVd++Syw#?6fQNeu59P|ccfm#9X}#Gzs3-E^>;C5b zOdjskj+fBi6c4Kz9&CDA)@l(SHtnkp=SoABa$4^-AL@xbH2d0DF?qN{;{p9m@i55n zVAIp`Rtp}2zyFfi#;UC-J?0;psWExb@4tlprmoj0F+A9Gvrl~gR((w5AJ#sUtLB2b zm=78;#)oEK`zj_6$F%$Np}(p4@F>HBP51S`xnBz&?yXd7xl(U6H<~l|TDX5l9(>*3 zyr0R#e`xpDKz~y_oML#e>1jE#1rHl@wfgO5HWo_347)}intko7m^?gRJAXibQ#@Q^ zc(Cam;9=`Xu~32pbx;$iBM-jrZ{E-3;SaU(R`fT;!;%4dyw#?6f`>iD;nB)OIjB>J z$V0QQeHD|3AKi~Lpy~_yn>wFf&hTK?%}C#q}e(YCzLQBM-jrZ{E-3 z;r-hAH2Ry04?PSIHa#f^YX25I-2E_20~)C83HE*hs*TiIwUzo?tx=ETt#%%M9MzZoBXSG)fb`kRUmHHHV9-cCQYQ%3cB6A!()JwYX= zWn)Di(&NqK;ZL;lY4kV6!($8&HoYCMw^N4YVQaCxwNQ8n9uU+{H4COpUL(+m$bJuL&WJiI+uEfqpLT59B{RlBs)&REvx`~mB3<-V+sXR@x}j1SAS`~&)% z;^7LzgH3OzpV}#-`n~CRsjpJn*AMq^4QjMC^3aM;*KH;bpVgi(ivFf}SoQ#&f3WH8 zc)gu6EDxKig+h6}22YRMm<#AcA|5Zfx}Gm@^6<{TY>Y3VzbPKpFg)1wcD&wB8J35Q zaP?9Z9)+?lS1J|9Yq@qRTL5Ju54^u!x0pQi{au3x^f$#rp5ei!r)52shxNs3wYW7` z8yX4fp^A|QSJ(69O&4Ec(Cc2^Y9Ls8<*Cb%%gfD54^u!x0pPUxdK3=cM4>%v4YSsr=|x%|B$jV#rhG4kN* zdcM5L!%MW|CGo%>_xhze50I9w46l78>08XJ{UZ;)bT#j1^6-zJ$JVVc=x^$H=>WrnO;`0M zUAN+)RM}G*-cT!4%f(tKiHOKUv#)&>lZSWyQ{#FK^f$%B6ATYFJt+rj{}w!KE>_Cp z>r1&ks%!}B$b+x@oA)z$c#-xzcJw!OymXS`!KSC>%@#bw=f`P{tlCMFW?$mAc>ZAL zL4ST6`kQ)w+>;CsHhs1;624IVOq@TweP3mKq!`l8HJ~kHd}#KyuVTiBgMZsNUP6CU z$4gH$JlOPv7|ib8f`_}yLofrPFi@!ujm(x`=r1Amn12WtNo zJUmz^?=Hae*tZqSc~yMDuOko1IZ!p2JbWs5%dCIU-&B0q&hTKuFZj1ScW`0Z_^yg)vzbPK386Ir3zf6*&G^ttUf9e&MM8)|y5vaY`s59n`-hqDY1HeK(JB(GKf zQaps1ppHDG$D7H6o}Wg4Q~Bx33=cLv2?P4Rt$5fvw68W&e`MDBeM6-nMw%iI+41m^ z4UO?u^fz@ry>xr`j6KzVp}cC-Rk@_=Ry=Ge6ibD2F6mp$tNkMn%8AL>W_+0FY4Cvl zrs6|4!-Gvv%Ve#1*jyQ}4HQR%hzqJcBM-?rP&Jr5EZNxL0sT$IhXIBMo38pV>ADpU z>nqi2C11$H4P198eV_TVf8;^AIr-Y;p{m6P^f$%Beuf8|o|eB_@vyFx8+r)tJ5w7; z>)merdLj?WIZ!p2JUp(QKcK%U9*#0R*z~lV)ryDBh28Ktl-}ZaK35Fo7T=Kv<>usT zlZWNn@e=x*;^8dAgH7)Q59>;mO1@Ui7a&mN138O`JS68p)nM{4t{pF-zbPKBF+AAx zPVjJdwNlUO&-2Six22;iiZ{NpvPNndM9}3FTmu7;bI}bbu5@U z5Rr%E9H<&h9?DvLKz~y_^fEly^iJ@w4jvA)1#ZC<(k;m%56aES*Cr3gwDW27H^oDV z;lZY7%fq(bok3pRO3$BGV-8%K<946x`S9*stz38aZ9VV%_lJL&v`P0yT%twYt~==exjcW;g74~(_FWRr()4Ic(CbdIg34?-a0bzP&HRBru9biq@Kuwm-We=Odf91 z&L7a<)cDe43=cLvEqk#%^cSi>I#C=i*5D}+X}#Gzs3-D3TH8xBdH9Kwjqz6WHx(aF zGd$Szw5-MQu(g&O9{L|);r$V^+X=LtWWM_^6)*{{VLJl6c1Mz9&CDA zu3~w35bh<=SA00Ai@l*yBM+pty+o6T4S&^$59n`-hh;xPkGI6_LY4kUB{?NtnVAC_^q4>zo2g>8M+^$k#>rerYm(qH}8@wJfKB)NF>fgpP zKG(P21p9GbLj8{CuekNrpLyM%e)^kteqXC{zT2{{-{j#|?RW|OO~r>kh6kJ8s()Oz zss1*u=K~(r7T{)N)or=bL&3lR4HtRvrK@>AlZOj0XdEx0zp3~z!0=$xT|D2aEYHKX z;v>0gemtD1aWl;nd1&^vuVV6WUCU3Szp41JpW(r#xAM5lHlBxpYH?!p;bJux)M-TI z!PouG`;C5bOdj<4ap-Sqe%x7x2b=EV`Br6l9%gRLx2-rn(rWhww=MF} z>}y}e`)b?W>qPT+_yv(BBjfy$laFJuPeT z@nK^%w|lfuuE8bWFoU{S4r3BT zlLvjiDEgb?;ZcSMo1Q%nAwEqp=BItVPwi*&pg&&}{Y{OxPBA>#^z3=qTBwe};nLQz zTs5F8He!6Bob9KXJiJ)DzXtl7iVtTP9&CE{JZvkL;WECBrHN`aj8li1CXGD!d7s+L z4{a&zns_Lji4c(oKkrj}nLPZP79Y^x6c0TN4>mn}9@baJ zM~g#SYj9J67#~_TH-4wY`47!Rm^?gByPp91n>wG~%H^1q_ANcZ5)xLPPdxg@{TxVUs$-}>C^W)Ip z)bY|Wh6kIDZJoxV`drNy)p*!4Q5yjk0=hXLG-%`@J>pCr{$1k%{Y~+3g5klYr@;c& z(SnEj3i#}Y`-ivI3WZWy?{}lu6M4vvho>|i(BBjf(+m$bJuP3g;9*-KH&!W+-9WUUuOIvcggJ1#MH1d!g58u>yKz~y_Tw-{z>7C%ARH@`^ zaR1ivT3YXRmn12WtNoJUmbyu2gpyABGII zD!uU6F+QXKf~>;iVTr~A`kUgRpW(r#r{&BRJglo!%J&bin<%|KR~xAWGQ<>l$c~5S zYdoO8DIRt(JlOOO@UQ`%#6D6e-&@>063!7*!wWPX(BBjfHHHV9-T@wF?liNuoL^Ug=Vqn#em8nOk%#Pfc%jAv`kUfm zlHtLor{$}r^N01-iSb;%P~F*A$UR&rm-fLOHVWn4wLoqwpz~n1v1%(y$NOuX>~@;{p9m@o4Hc(Cbd`HJV^L3|QQt{l$L(oB;^ z9-4jatC&2zMB@SdP4RG?;lZY7&jU;sov4n&u~ID;wzzbPJ0F+A9Gvrl~gR(;%j{;;`H-o3UudjIgiNMUnskMA4Iv;AUxX!tqlE0c%i z8V~4iiia}{4>mn5oAEqsgD0_%3{RBOdZ+nOPvjvf1&#ep9$u>Pfc~a%HbfJ&}iopOd~ad3c$|1Nxid;UdF>O;5{PJP#X-qxOs%BS^y zH+nshhvXcn8cZHO^NPm(HPGJ_4=WfRYlhC^sixn>_rz z#sm7B;^B6N2b`iJplUFAIIr=5{-$_X#qeO$)3O&IA9``- zbYWwq3fFsw^H7w?gK~57waLS0H6GC46c0TN4>mn}9yY?`P%725-eUL%?uAVJuQFn@!`J0*hsEa7`-?59=Ps1l$#ny9+aDtuT364uknEXrg+%S z@L9@Q{PaKts9G z+Wf;X5h93t3q&4#>1y83>;C5bOdh_h@qqrO zcsR)LVAIobUrQd=Pn1e98wegW`cPW$cca%6d1&^vuVV7>&l(TtZ;FRU86IqUTE1$@ z!+n^d-df9*;Gv3Xz2OaBPvpVZ{muKCJbXpt0sT$!Fvaj-)6=q5OCHu$;fabt-OhOS z{@$ux+G%Gj8^@RIJY3dzKz~y_Ji+i_)7$B%cFL%JC&!oiDz*NJ>i9%4h@sY*=8Ey5 z+1I{`86W+O_j$-~;}&`4l&LO49`2hM-35nB1J&GEAh)}Z$4kw&_Eth`kUh69K(Z6Z^!HHlxfLB zf1x^DfRtRNTny!z>@hxg+rMc?lZPuB59n`-hYJi3HoYCMw^ODi59=q!Yn9Or<=t?h z>&)Dsc50m8Wg-tvw)PfG9{!KU1Nxid;WER6O;5{pEqT}kclOTZi@^-GLZe0=yzSq# zqshZpH6GC46c5)J9&CC?c-T6UtB#G2R4Q+ zJ>wAdrn7dj=(FV#zGxXA*5yhiICCftg>p6>s~QjJdy0o8jPGrFLJVei zZ^^^j(OnbcfjkIBwn&T*X^>E_!{p&>8V~4iiihP44>o<)& zc(CcShEDjRB@demg`uzxm*V(RdN?%2hs!4#_g_MPQ#`C;c(CaSF__)GiHCbD<%f1| zDU4T24~KQ<)_Rku_%Pc*@`Y+AQ^&t?o6q%p_+G8-_pR$6S@Vq}_k4cwQy<&Xs+{k( ztm`-9!?U{@JfOcR9{Ly_Y&!Ns8jI@Z+3Wdcc-UAf6lxoBoHd`uo6Ms+A`iZFHScHg zaErzR`kUfmfZ@TWr)4pkhYfpkC17D|CA7z(%pNb9?W@|!)bZ~aADUS}#pGeJ#sm7B z;$e{C!KPFF;-jg4o*N(F3cm9APyz1j9n|D$XuudBXm9(dCJ)cictC$sJd_w7Y`Ty4 zseNc3){nsbH0~e9(};4I_Y*MNO0|=zATCtS}|8EhI48i;{)w&AJydHxf&1XZ;FQl3=cNl$NSViG!KBnriolN zUxdS^et4`RwdcarA`d>!r}r^=SfcTO{-$_1% zrmOx-x~Aj9x!dN zDB^u)Hsk%5RLL;bkp~~=)BBh_EY)~Ge^We6Gd$SzwA@MaaDTb5tymk`@G#t6qc#%K z9hf2yw6}d!lZO{*JfOcR9?mj6*z|09famPOjWr+#0k;y^TB{Zx3g%L#$b*mb>3vKd zUa0Ya{-$_1&+uT=v*qEwLay3dfPvNxd&l5L0s&>IBM-EZ&7im18zbPIrF+AAx zYdt#6aQ-wtg1T6n$OkdTMDd{7h--7)?lV8`X4tQl>+Zg- z=Y1c4Z|U&kgZr-tR|?$qJ~`kUgRi{ZhhbA98gtG=GSzE$U8eX%+O_Y)Z2 zTpSJp257vIBRP8r@jPg>rlE7$1DiPwZ#%@CJxuD!Ft(>;@^F{N1Nxidp`YQwrl;krmhoX- zE`M(!UmSwl-KX__H+nsh2T$`8yO})vkj4Z0o8n;y!-Gvv%U3OVcqd-QROri<^QBO3 z@Ev&|jO{6zJgnAuKz~y_j4(Xd^p5b*508Er!gX z``TAAd03ub$gT-;Ua_NU539;bwaH>5c55Dei-p}OWEgBE#Z;FSb z3=cM4^#d9mOKnpi@S0qNKh9- zIF+7h%E&{ruYDDhhaQaw^f$%B8HNX&o|FT%e@hf4>mn5SGMG#e`McyaVVtATVwvA+1B2Q$-_F02lO|^!$pP%o8A!~ z?k(oacuTT?E^v+U!Q1{#JDNPK*LXmGQ#@Q@c(Cam;bDEHJY1Z4CQ2|DxketEZ0#+W zJna4B#(YuqH^swsh6kITArFthjqZ2$Rz~rLWPyw-HCof;K^;#vN;JR1GCuP~Z-V_= zneC3}uekNrpLyM%e)^kteqXC{zT2{{-{hfJix22;iibtJx@Q_#eJ0h~HeHoVx>o(I z%@>{FVN(fiDX>0QE(dcbfqF|u9+VT4uT37dX*{66DIS(GJlOQ49H{*{9^lRz`Qq+C zl5naqU>$i#&Vj1IMxjFgT zvGt;L7dm?+}LAg2k+T`I!G#=336c0TN4>mm!1lrCV51VqOhjZoP zBaofm2IEcI9t-$4}%&H=x>UL{R|H_JuQ!MJUmbyujO`?3Tw-i(OfBmn5Z*j*<8%i^e1Im@)iR_i}iE0>k zn~BFu%FAi2O&)e@JfOcR9?mg5*!0YJxUVo&g&|g$8CTu8aiUNvUL3k(l7eYWC+ zFI4}|&X3c1z~?A#1Ue!Qv#qS!YgT|4s6`%{sWf?bm&OD7o8sXz!-GxN`yF?wO`lHO{uPMV~E~@P+DMl85z`Q8<&x z7pnIU!$X4Ls41WD-EREdBM-`n$=7Cl7}R(`-%~s+VSI1X({ffz9=7f&4%hl})raAR z_mHVh>pgGedLj?WIZ!p2JmfSU(BBjf%NZVQdRm@p$-{=dwE~2P{MJJCVR-6pK7c{j z$b)io^0mpsE{zBDH^swk3=cNFBRp&=?ygkttyJNuS!uoBjb2aWAvp)C29t*&jR*8M z#luR52b-RjuUf{3`{9bdJtKt@+^TPPAWzMTJSaCOUzhl0if`kUgRkKw_lr{%4d@d2*YC{>EJZH3%JWq9arTJL!y z*AsbAZce^7c^KAsKz~y_3@|*{^t3$Hnul7UTF#XQD%H_KIgCdtMjn!LplUFA*sbw^ z{-$^sWO%UY9pPak+~T`5Gq@DYeZC_P%FW5wCJz%D59n`-hZ4hsP45T~n;_5% zctC$sJRD$nu<2=8tL6Cv94du2VKnlPoC8&Z$-_R42lO|^!(oO8o8A!~*6uHPL-xLpzF+AAxj_@#ZgYS)%>dZQ=cf7Idi996dK-FOK z@M9Ve=x>ULV+;>AJuO$YJYJgN;O_C6dmE?qhBtUUkq71Gm(nR|L-cc#PTx)}eN{rgOn>zDuEpv6~XvfQMl+(B9H zh^3tJ-*HR1ld`^c`LOvwagN_mkWy(_Sm@H>IjyNOBoww9?UY5ITDR)_xyKX6`j@uVmj!&m#zjayaTPfey=9fuX zF0J-EC+o8vU#a8qG0W$z$>a7zmU17I<)$pl?I`89KDKTliAsqg2DmU7DXHa|}`jdS5}EjL!%*w)x$U{@)i_e4 z&L!*X?bAnW+ab5TkJu)Z2Q6N8EoVEnQ}x-(^~nFv#$4LvCguB1S=wbvmYZ&~+(k<{ z5mW|)aU53yzfQnmmW(w(dMy^iZxS~`qX!3yX9=h zPO84EmiJZPxm~m0kFEQ|#_zOjKP#8A{TlIueqZ%DZ2ggTInnez)QAnrBaP$##x`}# z|B>1DY;1c%#+z>v+n$!&zMqIGx662QH?i#=xvffU8<*QY-n?z{<8s?qiEUr4Z<~Bk zZ&O^Heo^mCKTY4&yiNR2ecR-N&D*9Ql-u?a+xFJCT|CshP5fki+teK!n*NvLcWjvX zU#^y$w~0!9+ulEK-ZuH?a=(9V-gfQgjWc!jtk~G}enNR-ayI5P`gThCWhv3O%Vgiy zh;4i2wiCp*{~@gdURK{WeP{DF@p`%K9%9?u<+krMZ@c)N`Zm$s+_y`+>;1m;r<=De z|LOX+=_i`Ei9f7wJ9v@UraaL<`#sz6#Gw3+J4b9&V=Jw`L!RB-*5Ve~5APzjy<7If zhlp*zAh*4`xy`0uE!*=Ko3~y3#rn3TFKPblT`#G(%klR$Z#((E`nGc)YTkDKLvq_6 z5ZnHszHR%voB7-EZpr3j&D+*JR^Rrj%gx)if2Y3fA78Smndw&NM)PM|!*imi@w!KQ zJ*mB((q2z%uPr(YHc=_QtVVB+gi4Z9P@DXU_1U4MBl2<-bHLvbyCL-YFn#1 zsrKxVZ8k~0UyJsyjQEBaSyF<+hW=wrRPII!?JRw=E-L(sCKgo*=gUmfUuk z*!C}STW@o`5*uXve^2wap7++bUHtjxZ9??})kmstef!}e(MLkIOApbW{c_u3V%rh9 z?K-hd$aYyxwAmWDZH(AfliPld*mgv2dmYhcKOoz>NNjtL+;+No+vI7v?O&R=9T)ZZ zzjAr=v4QB4-fi?lJw83sJNLTC=6FDto0Rqa|LuK$tffbJ-mGx|lf_&T%QDGgpMa4T z0`*O^5DSC-@yo1=LpNcG40Y+DG9*o0^;#GjxdaBAV1qXJ;snRglzw%LyCRmo0mt2f zg}y?9R>+WBWEab_=x0(Pr*hDR(qe6?)4TgU@60(f&w1auchA{f+q3_0%`-FaJMZuL z@y&@biMPx11aFt;4Bjr!AH1FTYRo0P-8$ysf=%#tVsp3k0#;>@@gW&U}%NC;QBo8sm*IUW}uBycM+b#&{m>t~c6Uk9IL` zaJs8#ce62`=q=rAT1oDE&(d4kPU@fZydrHUc9rf)rR`?jpG@1GkNL*6)*zR(o$TGD z=U{2OS^7=e%{tdj+s!)HP21gqdBnW}J`bsj9I4S7)ZZ-6wFR}g3qBlcI|siV5o`%q zjM=f@6NOLl)6}0+{Ybm?9Di23Hu1k%?JRu@-9yHB`(Qs08SPrMTQ}O>g?6Wex`Er{ zA++0Ww0j8c&NSMcf|_KP(N5%&>TUfs)AfS1OZ7IZU8=WP?NYtXYM1IQZ8uAAX}ei^ zOWV!TTiR}x-qLon^p>`prMI-5#HdDzUmd|Z#IGeK4vh&mMvQ6+b`V%kFv({zPsP}_ z6Sf>{g@{T1__<)e5qmyt`_3Hm2L{alb&k3Jfqu`(YicL*)MUoubEC*bYJ)W*7pVs{ zxm*!qOPu@fLT0xTY(KF7Mli8IvhV4!@9ECV<GwpD=gG(?vk8^Y1@4P6yY7{k zEPOf=%Oz&{lK>On-0GdB9VBLr5YM#xOe{u9t@1}?%$qRg=Lse`e~n<@Lci}5Y#msv z$zr_LFww2QXxm1IBi{-i`8U*u5|=c+Yq6EtL<>7>iM@169PEMhq@Tn{X4hg9%OsvP zO1#!Ek(pz>fX{|tzF_X!{6=IBGIxrBo>zG32&Rpx$_4Ul37=lWlzWfvB$8)~In;fY z>2;aZ$?5tnT_?|bpGDSD>H00DEB7xiM&y8An5XRW(u*-N^P%4@D6{-*6@ z9kV^ef8K5h{KdMSx0|&um(rcJFPFBPwJ(>pn`JL)yIJ;d*dV7SXR`bfTxYdG}EGo~I9IcL&bNvG%+H^Zz)RbOU)ZiS+O?Q( ztO>c^q+K6sN4=dh=!%?U{m#eh!QaRjuT;(r#*6Wm)0K9uF<)OOKWR5F`L%^|5xb9e z5M$6Hu>G*l^`NgvPimQ1qeM*Vl2}hhOlpFb#8^3Zi*;V?Cwt_vW{a5I(T(RG5qmab z?1;qQWnjNfutmsI8?(yVxoX$b`#06DovSfq+9qlYajwSeX`49Sxp5hF0gKm*z>YOH zYPE*;{TN$2=X(pW){yhjcuyl@vgge1vTN7~vS$4>tVh3i$13uoVcW6J-AC#(4SOm2 zF?nj(ZuDa{pN7f)2HV5XFj?cXa~2Kz9Qb?*sTDO$&V$&#frfn(^nR7l)3EQM-@8da z4SN**euwnaFtJ@03p7k@m-W*yi3K}}eQMYP@Q1ympN7f)nhH!Y1pfv zhkFP;4Z9ruzDxRPm`6WH^sZsoqu(<~KMngd`msAX8g>Wzy^PS)u+O94FOhy4CboMn zk*9`8D|uZZ%Acks5Xn_qtKh`#J0-kh@V%!(KM@^X%Ik4f`eZJ3#og*VOp)BVOp)BVGePy)*;htU#-^A zFs;_mFs;_mFs;_mFtJ@$PiUCfF6*aZTCJgBTCJgBTCJgBT8z{%t=7;mt=7;mt=7;m zt=7;mt=7;mt=7;mt=7;mv0YYAXqeb8>!)FTtwU-ZlH8B2b%=9yKV-U|&~lE3X|;xi zX|;xiX|;xiX|;xiNla$-goa5>X8klwt2H!Ct2H!C)2)VSwT6aiwT6aiwT6aiwT6ai zwT6aiwT6aiwT6aiwT6a??Xr48!^C!3KMm_^9a8I%T8C^Lh75Q0v^@_Eb9Fz&u`?U3 z*3dAm*3dAm*3dAm*3dAC$*i8xFp0^mpN46*hK6aihK6aihK6aihK6aihK6aihK6ai zhK6aihK6aihK6aihK6aihK7mlvU)8J*8%$^!EOS^-l)*9&w>~7dqfR>kEq#^zir`n;LVQc|U&|Y~lrq-Zg(85t*F} znXx-Amje3;=_ltT>|2ce=ojCZit$C>2|6vGpL-VOei6YMVDBZ^`ykIhCK!G*!heBa zcVW!0=a~OG#_V&{X4sfpKfN7hkIl#HP4w$xyx(;xzt^=lRqOJp+tLuPio51e^)^$K~ zrcw8TT-^&wY~m{HCDgs3sTflCf;P64>R!;4O@zJQ_||LOcayV%d1CS=>k`=)UIZq0 zB*ui^BCr+gZLbn~i@|L=%U_TFf z>^-tYVE+L0*ge%nV2jA9+L(*TsoI!}$f??xi^!?kn2X4%+L(*TsoI!}$f??xi^!?k zn2X4%+L(*TsoI!}$f??xi^!?kn2X4%+L(*TsoI!}$f??xi^!?kn2X4%+L)3X<8O-O z>)Ux^4(k=R-dqGGxoSUIk1YZ_fcdfSA{T-6p!ZBtUoQgNj{2Id{}zG06!i9x`7Hw5 z3wpmx=q&Z|mK{>3#O&eZPDGcgVw8fp#~v z-WQ(M`xE58aL{e_+iCq(zvXXP)_eZWp9J^(tKV)c=TC<3xoW<3u7000l{>WWbE@Ay z1^m`uv~6RSQ#KLw&M=4HD|X@cl;d8dhBfHdkbWBG(a)298rGs;OZsV8hkhODr(r$% z^`xJM$$qONd!rh*ggr-gM@hp*=(mT^)37~4kL+1#*!Aeg?#5`?0rX>gsv7nH`khMn z)UXlu$k=zg8n%LdEup7j2hfk*0cjOX_AVT;Gr^eOHkuz@G<+k^`iadmyLK3p@v;m( zFgw$D(axE@;+qaK+d=fuqu+?wyzD1mL;A@aJn45A=&^4ARxx*W{%|Jt^3ErFUF+z# zi}3P0*dx1v^m`R}*_Zd*_)dG!?fsLSv`n?$aevkBf@6fORBqx(!px>)=Ub>f}-&;t((=d1PJGR{`(eHB7 z?+o;NM^4ZG#?WtcE$R0X^drCfI9eV0wVxyXJ~;IA|1qZ*{FeEO_z}yS4QzL_e(PXM z%;q)!+k<{AR|zkk_}>BaW4Wru9D34k2W;Y1x$QccLqq(?qu-y9elmxfNxuis?^L2A znS&!^$~W$pk$y`U^HS394`55|w>ih?x1aR;udt=RC-iPZzsE?wUm5Jv|1)Br&jl}U z%g5~AKJ@E;pY+4qOzs-ePu}HNCH*eI9QNh?oClwOLi))*^v!v{(H{=|`Y(`v{{r;L zn=;*BVSay0`pJ7Uf0NTYX1`^=qWOEL_=@}s8yoJrL>**UgG zuXS>*lecnyTkGWMoKyFcovZuF(>77}lbx&k$Oor-i34Z-o=znIH&AU?|~oH zI(b@VwN9>e@@Dp>(^0dtA{bc9r{p4wzsP~ikZ|=#yR7duu>UVt3)$jPG{iuG& z=N$7D$UO{=wPR@rN@$W{dA9`R7*-w)DU+lMS4&ZJWJ9i!7UI*Fhbsq=zL-J0{ zkAS_4ym|6&oM+yhWB%>|>rNx@s5}dAto*+m+jG_%j-HXOT>XaZozVWb2dw{mjvcsd z!2EiSUB8Yo&$u`n^O*JLiEg#HF8ef^ZVwQ>AB1kT-x6TIU%C(ads?m|Cwr572=;4u zBj?`{>@(2&CvyFD_YAsSdQPr~{{Ie`J2S_Y&Kz{)b`fmXfOT)rvGDeqCeKwOPgw`E zZ(QZB@)GffGayg4hCCk_d*A6YVDBem${SUy1iKOaZXwvM!0sa0-M}6o*n_}+La@hy zk+W6zcIbVD*u<5!zZ2|xz#hvn|M-A4&m=bZ(}*u;JYOJ#?$t=L+d}75ZuR$!fLFq2F_J z{kflkZbtf1p6qkPv)5a)PVWV=9v2&`msFrMfCd`>GvS|Z6mhiki%P& z9|Y?ZtXD8*pEBl%*pgr@4hnWq>BsC-`Y~)>$yHJ>jR`%$S_M0xV4Z@kDOgW1nIGeG z1@qfWd_{f(M60DPA+{v%cHWv}{#Mwa_S+i72Age&b?+hedDVc8zMNytmj|qUMxJjE zJY&ekYv<)yf8KyC-=AaW-#=h~d1YRM9lG-3qcz{*8*=O&pBb=GoD?`~OAy{RsUoBs#hfI=U{$y6d3# zJ9DhRbHJA0n(L@}E9$HtY&4Z+~OH29j9Ea#e>swn}28)X?h$llsLI z-ChITYPIQhqQ7TD?>h;GJ3Ic*2zER4zLe{)TN?DY@w+6MTspj2>Tl1n_V%IQ^6PT_ zHLn}=_rReX>kkds?w`(ewCj0;j?Q{{js-tzNL}Cy_6t}}-H$l|LUo;T*$%8dhd-|4wOJaGEpE06BUv9)&%*tf3BF?R?u zI~?ruX#Q<>TzvYGjlYe5NB?`%?amBx*2jx$8ok}_!tvf&*zW4GcK)Mf?c7a;?d~jW z7xxBqxjbAp-p2lb#B+VTdE3Ff$1Am~(srfxH}7_(_FUSo(C#OGQ~3DW!Myb`XSui< z4~{L~m->0N11{&97r0#JZCCTQznT}0kKRhwkx%( z(sreBXx{Bg?YXpFT`zF|D3nWGFC63k(7gS()ZgapAJq=jxzl|CajOoc*Kbg&F=aZ#$Uxc%|{av|XwF&AVNxJ(sqtd4b2ZLb=p{ z{!#7VIN3qX3p`$x+H+~U!uVI$3p4D#t{0~5RKC^n;X9zC_nJ4pSJ+y+2Hy@@SG;PVw^F*6 zen;{)iBU(C*0Gg8UWZlrak)Iz?5~Bt9WwmwWcMSk&`KMmu>=W5sAEbgNvZ^Jvmrlhb+JBLDz~`4sqOyR}wd@cs1|& z%6P3I7ink7#c#6iH06i!8iPMq*iQJf=Gzs{qg20AzbqSh!C!P_6*k!VtiP|un?_#> zZyFtKpS=|%dv!j@ZgOnUAlPvlzk9Hd|DNzDb7L6zcZUndZ-P#8`7jLQx7)+pP+b1Y z@cjeI_zc7N%?@LHsS(-R+ae!^Vf_9Vjq$hRO)B;_yNu5;jPEZn#+Nswe>S{{l*^xC z7=IMsFXZw+4{wGYm_5E{7{;G?*PD-j%`kpP-Z+)_+bLE!zW>@V{sH#x9^~Ks^C06W zyTb9$eev)f*`mgO{l6Z@f8;~ty)*FNu5O+G&)+hP|JeT70FJU&aoIN z@r_~duNpr$erBY`PgmpTP_Jh7=S@TYa)(0x9cs?>PDtCt+;tOb+xv{#Z7XBrjcNaP z3mE&*z<2YskZ*X+uob=^9>(tCZq|kG)ZEAGHg!Zry?|-R@!R<~J9>_g?V*p81dMkgLsFZ!0pXv1*9t zlkvO8s$3>DR%J4&u?l;9lfEPSezI4{&;GU_DV8?=4KkJg4SmA<;k=#ff3Ac*sbQR< zCgXkN4r^QsmG?Ph@FRS;o8U)&GjMkpyPTi+oe7_-oWE~I_PeuvGMgXiQ_9c!X5^!u z9rJmM9xQz=)D|Ge`1?1u9EBfKju`uMo3I&6M~FAc?90H8OZj@Dx0`j|_0X5w!@@%LmNnb$aNGx(pb@AzA@ zj-1mp7{e1x#_tH$qn`_LFUlZ4D~*_(xine7$=~ZO`TNMc;<&T^p481`o8$TaHxqVX z|2=E&W%He!WBq&Zk7JR8#5l{x9Acr>?x{AO)W6P6{jN%Ok9i&PE6u@{oKKWKO6Mze z(Rzr3leJWgYfm+MITL%*$#=4uy`1cF*`?OXRliSk{hsXh_f+GrH15t@E+>layytPE z;#H~qO54p_E_FO!m$+K*9!cW0E;&JVa1-jQxF5>x^knzn6BXA^6y1|uA1BJLTKG}v zUhv7f{++vi;phA;>8ZPpDz(!SWmkuxw|MTu<8vv0PnLM~WSPf|-@{&bJ#-iBYTY=4 zE48b+$E(76$Q8D${PDO^<;Uex?S;#w+6$M4C- z+ene&-dEhiUW8nZy33Ffe$k$U-JjUz@)&Yz1ihRm<2TNg}GGa^6P5dSyVowx# zwpkrM*jxI>%MxTXBJvZR_+THf+1E|K4LfOXqN^s1$LVTzvK6`w=HU&x2hr|aqIaL! zpgrH*{`h>K37dL9q1(;S)ow-3V%t`%y#jPs30=`u)V)1ld3(@`TOSAA+X>wfbkHWc z(&j7Q{N5DC<8uBq=pGF1qVG0apj*1Xe;eo?B6P=Fpeu1^EyyU&L+rFo{4(|J26ojL z?al@7dkOFD44;@qD~%OtyGudqBMPnF;8*5v(b^AM4=J=Eb ziuw{6E*Z3>oyF7p23r1)6$sc(oS7qv#8$!~{CbtQi6g8jrf&Bi|csZU)P+ll-dgFn$n^q)A! zY;2lVgIMJaT0V)~UpgXJgZ}I*eiE%kvR4#)Q^vY?@YSj@$=Y zEJx19rfHSt#czSuHsZ&#v1wYRx$u0%jQCro(Kcpd)3j#$#>V;&vA~MS4chtOdpyRM zwwvuk&b6S`8MJ&M@5SROekfzac);f`?JVAV@a~SmUxk)6Mh99J?+){~a_em0jk>eO zD4l=4rs8s+?cI_;R1FgR&w7MC3NNIJTWz+@!2gqs9CAF#OA+^DjR$*PxEDd$Ae;J`Q0>5n{ zo0L{*U9bbRE+Dj;LRy7&LAMk2{hJ7_aUrb+dTkQlNY^(~Kdc2g#Tw*C@P|u?-S~;R zTWFGXm8LG->_(X2eeMh$7{9?^6lP3C$d(?<7pvq4>O!yZjZ9)4rV6J3cee+VLfW)?_Z5{JT_-?}vTf zocn_O_J(6VsrjqOx-n!ewaZTkZN*2OhBb&w-k^Oh{QMKSUpmESRm_8SXV89+5@R$U z*02t=t-N^OK-;k#toXFku);jqoif;acUErinvZLkE6khCX#;KdqMWwo^D0)DNBtR? z_dm>OYcW8>=DwzuSlk;q#v^81xkzHblHm&yr#gdf=^CYU9wYdR6{GsXd{{bOsa#6O zE0s%w`5HNioE5X2yz7_0Fp=*j_gN=%(B$8uXJ^>Mmh(|&m$Bv$nOnNvYCaO1i?$wV zi`>02@2%z|v6FEaKhpLK&PQt)e+S9m9k4~^BRK=RiqKwgK5|!~X1bfuUUWYC3248X z)GZ6nNA4x49X?2C-w3{LAu?&;o8E}=w_=RD$QVBJZx)xFyBlLXK*o?5WaXL%F$Swk z#n*ddE{|i3w-H(Og*oNzkoO81!@<8|%;EC55@TFT#wg4k{#uL?e}5>(mA=F@^%w*C>%p%ZsieQXsgSRT^uj+R62&p--r0m?VtrumhJaq zSI6K#9%FO{PaSx&e5rviU7_$~jnRQ8BOitRX=m^*v5MUv5m{Sf6y~XoZx9BZTE6}m zmqB5r^5W@3S)=E{<3=);i-rIt$7vZwZhuf`9D?SnaFx%=-(Imc!PG0kuS9U zlv3Tbpk?{E@Z=4iw0)LRISEgee|qq4@ucm|jNm7Yp*!Kp@&)0kHRN>DU{4!+$N4=N z;b~mRljRGgynhxp{)qEhJBD`2jQuK?pF0NiqAB~J`K5h z?L1`+o?3&a9`m>4B(|`kkJr2zdsXaSl?P9qKE~92DY2Q(u;ZrC2Tw(wVfU?tmb3T+ zEz7s=0j=*TxxdtBtoc75KBL_Uv~=8IUcDh}>;bz^l9(Yf++)bF2Q5R^&Dn!J`PUG? zlQG5yE%7Hq*4;mak6%Yzc2Ka{g}(T!iP8b&~knYJ}f_a41BQoAak+!(DJ&KU7X&D$~;i;ssOk5fnt9+kxfHCOkLsl~_SzQ^R>eY1HxaiE#{S9;&1#r&*T ztloRV7>%LtQl8c@UW{MV2Ay_4O5(XUc=9u1St=)qW!AoddXEb8>I|Mb@Z^$qDNp(L zZd^|4eJk)}%}e}oWbh=hc2|hClqdCGR_T6-_-1SHBzH)S8bH0jRk|M{c4zT)31Uu+ zeN;|PTbGpXhm4`)Iq{_42h(aG@&7L5+8EasUH6Fnj)Sd4+6%9BGQW?s7hT_UpdDjr zq`l~xW*xNIx4Mh2WAfM-=DqORMZOV_F)+|xc)cR;2F6$yXfL!znXFf|eSv01U6S4_ zoJTy+_6#KNTXp|DVnfM(LX3$#56mM@XnPG(bMzrLb3Wz}Gm7>hT!_=0k2%B-b&o>w zg|U{JODxg$FP0EPN4h-b5?8dnjRt(I=zPp2#vDRzba=XkY<65c{eD5oT?5OW^EeRV z<;L6igY8*-+=_N=JuUIh;zRr|+FQ;?^4koVJhVFxrF@K_XI3YPJkAU26ZxUvFJPy6EyBDQ=$a?0gV2in4;`fqV9@_m4k+Rls| zhsB3>2c(n_?cNdi@E_9cL%m0`0=>6-oKf!}P1Yile~(@hbtn3F1|9JmZ{$UZMRyQ8 z@v!;U7{g)ijlq-f-WlWl5cdBwK_B`2tuY$#Wz7M@YESR zi9BOW9b!ttlmGn!o-8}*z>~F)Qkc)(--4%~CFcyHe`8*5v->E^x;(oxai+7Z@HEoL zD7~lemdkuWYRTq8!c$k6YfAS~#22hs{fm&(n+Z?iCzhOK{%w$F^j&prbkShrYf3*C z{40*Bof%z^I6}UY)4#!i{5_#3`>E_~NL%Y@SfkLBJkHL5v^CB920x^4wrKRUvmR~j zqJ3YZ(NoTJv^9$QO^rrRYR$NR8Ei>iizwgKk#AYTm`*vP(bgR5w=*s5CFYw*Z?bNf z{99xa`_P=?YP%<~gtsGg~aru?5e@;|8vHLFMbUu$Y*ui?JLxy%M zubtk*Sw?NKm#v$WT1NPA$@oca@A7j1&WHT|CA%}N)jz_=lEKHUGssjPdrdC#PLhwfE5?_LeJL( zJ;(7y_T-I_aNpUgJI_S?IG^~fw$2fMG2*Ge1LNOM#@E(04stc(Wb=x_uDW;R_N}dB zO20#C-aCxne=;9mUAGjj{kvO-@!ePR@wIhI*zaBsc1Pn-*cWL-yJ$aR|4p#*39Qim zOY^0+Um(65eJ%3Qf)C42O7o?*kKi*}IUklkmF7!rf1!jA!|z;azSQ;|ddMUCU@nh{ z@%USqFV#DyQu{Z=hQ&Tc0polW=1cXC=^n(SaiA6D(Lq)g9}=^ze5veTIE@d{nZ?Is zUY-0~NGR_gy`;(%FQNnLZtMGh4y%#wGzpX)QH|)!L2VT4H*c8$#+|O6< zF^&sqNzPph^N%q^!+r#Lu(#~AI#a>aH|r!$vD#9>)VJxhb)bf6Z_sILItA0-n$y;2 z8m7J}r|n}anD%y@wrhJT&Umg6#;6sZMZXUUlssJgPQA$Ereokk+b3$F7bC`nyOVbw10ULclJH^0IFUzu zvuM-yq3%0%kVh#W4;%9E7_SX>AM8}!pX$-ih_#{@|G2@2$T#Xa@S*NwNj^7X+|;`S zTUoE}L;TrK)~mS;xz7r(jh+|W{{*e=L1sY~#eUf!pL&DVE3m(Mi$W{vgwM+t))3c$ z)?tN~W!GI{o$x4Vou2QD1{qqmTe@C-HujKTtkAOTb2oHutXKV611*mQ^H|uYq>w=H+IG^jAw{w}@5AD+Zz!tIGI;(bQ*BJbH&~1Z%9~*ybpu29+ZP3me z?L^Lr678Z(;3FdS>mKLjEp6%@XhAa`_e38-eah zBA0Z&<2mzp8Ro(6NQf`Sm=a>L{yPe&;{W%65B6?y-tXA>=)lKP&_Rq7^LPVE`0c_xxje)N#)OY~yn!V1bYXnX#~N&z ztefP!b@eUgbo^xf5cW4l1|P~AY94POg?HpzgAZjr<>v4PQrNGs_)ykX>if=3S!{J< zw6pk7)>%&WaxM#TaImrTI~?uoMdIaJ&`b13@ue6uxbKe2K+3b%yZKC$S~vqx2rWc7~(X9KweSI^%jNyoaxz?P&Ff@DXD<=R@|( z(mlt-PPH>1wH6URMut2JzX#CHg4DXCgPmG@h>aQF188SNC&eC1gZX;HAKZ*~(>2OB z?!9;NcOnrV8$+iaV_Pw5D?CUn_XZCwc(CG=@S3*MWt6%y?-SY$#`lD_*g*7&NL%uNH)wCe87TXGM2+?c@pK%fD)m4vXKtgpOlGuGVuV%?l#Va*=|UXX zJRe#;P&&S}i+b8TA6h-oWp=>F7e1U3V>J8F>VY17SmO&HF$Qyf6+YB@z#*Pl;|m|7 zt;<8L2TIo;9prWle5mz619_|%^A!Ere8f02SvO4n?Jy^w_}=vT*0~nES!)b+4Fg(j zpcVNmzwx?6FJx?8Z7c`Hp?#d)?{xQf0jyzuDwG9D*E@-;Bw|o0Nmtag;-hXJ>-H^CWpb8S67Lsr`5|_? zijTl+_H^H9%lWm$)r@5 z4mDw{y`w&ThH*bDwKd64RveHzHRf4PSMK;2^^+^iX&ZJi&^gbr54jJY#(^}?PU=n5 zRjJ=hj#nBJ3g;fai?Y@vrF6G4Cpp_{joMV+qPOBz(k=KLp%^C0&x-$ RkMc*uV>CUC<_Bt(2LJ#}2j2hy diff --git a/src/GAM/ItemTypes.gam b/src/GAM/ItemTypes.gam deleted file mode 100644 index 7f7588be48c340212ea792d040655a0246e50fae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72152 zcmeI5O^hQ)6~~)pLzV#2ZZ^pV!iRw+IS^@+T=*1t>|w`bGnvVFmH~k>>alC=X4_p( zyS)>0ng|FeLispw0fhr6SP2CQDZm9#azFwk5+Ow#AX3DQj|2pfxS;S}RabSn$~$g% zdrz-RV|P`%+oS&Zy?XzuuBv|R7e9LWJ8$)L`tZ8WdT)a4=55b@1owROnCCrt2KQ8{ zBH$9(Vg8Uu?tW@}-hhPH4DO;6?mH^Y@~ZX8C}HtLV!gYizl&Pt$`Akf?x|}&ccXU{ zOZ;pKetPm0&wDDKnrR-M$Mw-Vv(7@sbct@pu}?rT&pyq%L6K`81W`{F2yahZ`N#G4 z<lAm4_>DM-)%IezR6NB5w23-kV`R+ThLb zx&>agy`Gri@W7LB6aq+Ta(Ld6@tnmH*`Ao;@a+R0ch#2?-a0&U*yqU^_9=K)7V7$Y z4*NVg!#>yjPE~<|Uly^?+6?m(I2OuZ!Hd(E30-*tNv zj#a722YY_fPW=6SwTtBTD4th~??Ox=t$K!RJ?Qn5syoDUc!H76)1TTtJ+G#Snmj4j zqet!w^8)@3UsD%fC3sSH^c3h( zJg;t_>B(YK7w_%PBVvN=&<@nJ?0xEIoXh zSK6N}u@Y`5J@(37XogeC?(ekA=E1eJ&}1I%)<)^pFL*~Z=^;KlI4$lu|`tz#s=sFiydk8q)-Q@N- zJagD5NPc0;Caf(#>apsEhganOyXV{y^}Gf@Xomi1WHP3he{p=>Df_zZcy59uJ;*^i>0k$lCnuvUz+xEdWS!H`)9%PksB0x_D73J}&RQqh`W*g!kYb zo@dn=*|r(;(P*!NT8QUr#!=;3e$@SZ#dFHvg?&P-$*!mYceV_XWOG)hNGMoXN!eZV-vtU za^*HL{`2jS7gqP$X|cTx$~H$;hL0RYpXyKYSofd*IN*_K0iNoV^hfZ#_ArP87|*~X zw!6-wOW6Umat_a$M5JtS*48AX40R{?iXV4dKJ_kohbPpGXs5F{s(l8}LzVv==UvX% z{SjHqlq4LU#~0$MJDS>kJ`TGqrrsf<;*svsgm{ELT!WXgM|&%O2~pe1EWEFU{4%2s z6F4ZIdXfk5M7HmNm(5X?;UlMqso7_vq!OW;=M4Y}b-V{WQC#ArImOT3!bf#@O{G*X zk;i&#=V#9;FbnWhr)Xv047pD{6bU8{PpCZ6K5d&c%Nb0K(`&>q;G29j%IeRzC`jP% z==&cyf~h)GcZR@@1`DZ6Pk}|nBc;o+{zSI#g_miQW*$B|gx6G3_dBR#y<;Mli^$mI ztiqpG~^(yrVV3faO{}RR_ z^mknT_y=mK|S%#0D_NMUn3a5Ad9e3)cyW)vE zOn!DAKCX#ljW^xDM4aizPW}DY1{UG$=*%`lvn-FtS|LkW!<{xzr@aZ7a9O$`(?z!Tf=Hbb+lk3ZBo zPw1s4%<=G{lRn!`F6Zba@OG>jO@4MBKE9e>B2U!OOTe?ZULudv)l0y$oL-{M)X_`8 zv!q@k4b;&~z_W;668&|gNy^Y`_t&BN%+X(WD9_H`h5oE~dXD}Co@MkWb)=5|1fGTU z=PFL&Y>gvWsW!7*S~*95LNF?!Kgkny^e6Bvu0P4+boD3jET=zdGj;SQ@Pxm4?M*lW zYlSQs{dJ^)I{Fh}7S^AnNlM#t^e6BvtUoKBuKom`W%MU?q>laso`v-%<%tMsC~@>> zt(5*GPt?($z_YmiB#+b8pTM)6{-n*+(VxH*s?aj}lQd9Ae*(|K`ja$CFhWR<{;ZYI zpA}D6e*(`k`ja|RM}Gp(!uoS3NILyh-bv_Ag?IEP4Ere2|4E*xqd$RXas5dir>j4K zXF2^zo2jEefoDnmNgAl5KY?dq{Yjc6h)+n4{sf+d`#&q5uKom`W%MU?q>laso+b1r zE+QfgpXj@zKcVt0r9X)ib@V6jETcb(<8<{W@GPr8DKmBSC-5w-KM4bM^e6Cyzj^)1 zbvxXM@t<;0EBhl-Wk-Jk%o6&Ouw_cKamIfF&m#I$%$K>Jbz(m7BUnj*ytz z>RLiCktgctCE!_HFOkRT>LuV=PA}1B>gXllSyC^N2I}Y~;8|ENktQjFlB1V^XJNfm z@pSv^fM*fCq~>c=N9y#~0nZ}+bsPKp{b~t%*{(#-7i%k~y40SZZI|U?7`3vLuD1qQ z@yQd}ermaw{`c}l`9G3-HuN`oK82Ogj=u8*+F;n90TSaM}jdym#txY4Wv~ zPAf8UM&{A+9qUzfyxbm&&Ase^h4EziBZ4KH&%C}6b-ZMs0ow|qURI);YrOEsKj78B z4PMCT7_6s?Yt>@;UGRD*ypW-pV3+8F!mUaxgK@~J6}~;i6Z=3E&v!r``Q4gsO_rEP zhPD7b&%=-(uo#|W+<}Ld;~^xI;%WM?&Cf0yp!8|mY%mOc@;JQLIIv%!I-HO!i@Nv|QSxDSK9iGoD#8bQdXQB@D*CjC_mH+D8jYs;rI$k%7(v#O%^|(kx@#nuj|ANW0m6K=9JPGnb&s+N_ z7K`#UScw?l?o%I`EQ#zq@lzbWpwo$*_Nh;h!yCP|nE9~G8hNZs;3=xoi^EIX=- z+X0JNcPrRWE-=beZ(4bJ)kL$9eQGri{@(ZbhF>ad2OrV*kC01If8XSB;)kp3a?l~& zBXah;SAK~cRVvC;tg9GwXa{$IX!BeszN;SrwkgkzxJUWvo6F;=+DDrqZJxHCU)^v!6D;cb@q{4J@;qfD$>h1)9t26>{FUhB z%ky;Yb651((HtFiO?a+PMoG}2W0b~~UJIVO{v_!5<$2DiKc#(c$9^;#a9YE}%JZDA zKhysC-3AU9G5ml^Hu=)i-!QLrvG!5cKi}eT`zQ`N)bDqc<0*d$v{2c<)bzuU_CU~O z^)E@DaMzeo^zzKZm&>!s2SYy!c$EDEVmXKBr}K?pvN1{f#G!Rb?1wF)(a7_b%X1~_ zv2X`!(2>oXN_n|Fx7a?9du)XYJ@+~to(1o3N`FszHr)S1WzRL?*`z|xz0T$GOhO}=fx5E39D)nflh9JuW6Jbv&O5{)(}Kt`>YF$`t9CvbV(No zXA1MQmJn%hUhxDwvU%qAcdS1R$+Qti{($mC!_+5jp1I=@o^QmY3lTpES+~cC&p;~I zKFWY@!Zg^8eHgM7L~uKf;6Sj{K9irkj!Q4;w2*!3vpmn@Np=M2vUn=X+~xz)9V5%) zc|RNW{g4fs<2}+m%hjLg@G{76`(ZGGNA+BcLRdM-s0fH<%kz}L+6j*!Ank~5dSVRC z%Pr4S+Gomhi*;bgqWKSq<(I{?IgUrHTaBt+8c#6GE(ETGh*ATy| z39AXfSjB+)0(Lgf0(xFlpa#!foCP0_Xggu{+pyl+XdJVKPiwxBx_-4SACKfWHA2q2)p|kR68yc6L}48PSZ-}hei6_m z@D$HOZ1T~7!6aDHgXh7nu%1NwQYm-;ygI@24l%2EZn7wXb(FJDiRG5SQ}l>rJn6DT z(^&>j9J;7^!a7XQNuQjL;dT-++guh;6rin1H})I+fFQ!DOMdXoqpzwRVu&n^Za_Zj znLTK~cJl62XJlJwAMw#>JZglnN^Q2AT&{JptH*~3p74e&k*Up5m5<|xR$7bw%WQ}A zqap>77suC~QfLIv^m%7T@e~g{RVSs}_CXNiRPAOAYljei9*V;gdN=0T=PaJ-`rdHc zgGXd1Z-Q+({$88Uvo5>jr!2JTcgGzzri@bXaCm~6oM)fMXYgE!Ispu~p&pLB$6mSX z7G-Fn{)CEi9?x0!c|M##?YZ(W<=BoK9sA4^-)Goo16K}#NThxns@qxmbDn*A_qnv% zoe4Y&+TBlWk7J)X^wP}wGw$?x)J}Zj6Ji~nIrP#jJ>T$?BxFsPlt4SiJ3MQ};?a80 z>nD?ThYjH=Gt`{ixL${6LA@mJ$F+ySCEAtfvh)%>Z(=Zn8Qbjx9(Rr3i(1yP&w_es ziw)s{QlbG5{Y-mgJMIeUr5lvh)m6r82GK)f1`m`X-r{upJ%?VJ)jn##aK#Hzuur@8 z^xXDl4!tys=S~c*BkGkWc&k%?){5z+^PwM59`~s#K8I&Pz0{fvS&Z==!V+cu>C~SE H`M)=TBPcT>FfbTr2F>_DCeH9M(OfUw3o~$MF5bB# zFWj*F+Be)@$kJbU5Pm6Imp|8B1rz2J-f?BMX{zt1J| z@PMuUeum9oZ|C2){ddn61pjcI+5Y=qcRusS5$96Z&SCHcF#zF7>R|UZ4_#{=s)r#PI9n}Iy&T3q#%N$#AqkM(GRlm^bzIavU4|9yMk&Eh!OCLop zxK&Y}l|8c7pSQ(p?3KCqq!q#QY3YC?=QXa>Wsa@5QNF^zr!Rh5<_~j>v5}|hi`5sS zbww(V+Jkqa7uVuRD~9LO(g8=#Yh0MWy|@-nS}{DImJT>_UgJt#=GclG-4FP$>x*-p zz#vc67ppHu>xwl$Y7gFxUR;YOtr(t9O9vb|uW_X=b8N+p?g#wW^~JePV34Qki`5sS zb;X(=wFmD;FRsOtRt(Rlr2~$f*SJ!bIkw_P_XGax`r=$CFvwH&#p;XEx?;_b+Jkqa z7uVuRD~9LO(g8=#Yh0$6{KJoGme|BQ?%qz~^|KM;l zGtOOp=ihzs!+Jkk_xs=zaDn4V>R=b;6Krvn{eJR*Js7=~mH4k#4BzXh7C3TN<4RrT z*oqtFCH(vP;#}t~+`ET-{K@Kz+hmY$%uAGKWxr&uHxJDBh-6GpTKJw%O9vb|uW_X= zb8N+p@)iDleQ~by7Vh1v|9Wjz)`Nq6Nc~N3Yx z+$dk+-`5wPnEB%zTkQ8#U)=2t`NoZk@~rHa%=PAh`5uvs=}8OU^J(dTBj+`))MbvX zxKX~szppPoDf7oUw%D(%-=lYXL%wmNqC6}6C3C%bV7^BrV|voU_k3D9;K+H6D|MM; zD{hpp@bBx3PtN>tjxF|ARA1cf4f)26it?=Nm(2C%f%zVhjOj@W-}7ndfFtKMuGD3Y zt+-LX!oROCUY+^l99wMUss4Vk{(muAS0wVNJ$N^IaV?&-Vt76+9dP8l#+ACvu@yJE zAMo$!i&xG1ciqU-A8sD@;|GVEnelhsulOII@)5+j)U^*jAqH?fNgeE>e1a{mvfoc0 zum_{pvJ(H*is5@5)dEM(YFw$y99watyo7&WU!3#rx{;^qi}ijnT34+3QG4)i^x|4P zX~pn-S~}p!d5tS|nPV$%bU)zV*B9sfyKdyE`eOCPXkD@9NA1D8(Ti*Gq!q*SY3YC? z=QXa>Wsa@5(fxpbUtgT_@4Atv>WkGEqjklaAGHVXMlY_#lU5ARr=5Frox>R3`@`+q8`y~^jdC>K}=AL`vNekEWY3YC?=QXa>Wsa@5(fxpb zPhXt#)TR1jluzV(*)N$G&4aG*HTT>TPg=O1PfG_JIj?c0E^}H#6hh5DU;yHsCX`Y1R3}2WHLlcUj;*-S{eXX{FFxb+^JjkG)JBSL!myR@~@*z`v_6 zPI~ZyJXK$;z8I}5*8HeFcsF`+EuOSucs?y1aOAwkmAcHa6*syc@bBu2lODVvPt_Nz zFGlN%H9u+(-i=;dizlrZo=-~$967IXr7m-9#f|O<{NsIb-UnWgrFi)fc06#hM?r*Y&;To@?=>h3omWbik4G8dvHv$5!0ve!#!0FHU^!Qhl-dVzjPU z^P~2ZiiO*fCFIHcS))i}h)Lz&3ntQIr zlNPS$)6xM)&TCw$%N$#Aqx%8>P+z?9{JFEIFWh$O%FLhU_+leZZ+ZQ7Z#y_#V#c}4 z)4%BYw;;}?u6<+)F@WPq>R=b;6Krvn{eJR*Js7=~mH4k#4BzXh7C3TN<4RrT*oqtF zCH%Yk;>71J)femiVzjPU^P~2ZiiO*fC zFIHcS))i}h)Lz&3ntQIrlNPS$)6xM)&TCw$%N$#Aqx%8>uD&?&xl8rM>Wk63V$F}* z>-t`E&$W2c!u5PwI^f88jVpDTV=HcSKj7ch7biY_h+J zuk?Pl?)Skb-~z{!)WI&wC)naD`~BnrdoX$}EAd~g7{1q0EpX(l#+ACvu@yJUOZa#6 z#Yshs=C#!qcQhv7$muB0%6`dQZyuQM5y_aIwD3KjmJT>_UgJt#=GclGWsa@5QNF@I)EBQi|I&F+ zT{fFHTz+Enga7(Iso(GNimRUeD!rer`+e{UxWMrwb+C)_3AVV(em{A@9*kbgO8i$V zhVOM$3miGCaiuPEY{iZ868_=7IPIy+(m$#%*11cxu2}P<_PV~;+;c6Sv~WG2mJT>_ zUgJt#=GclG-4FPO`{J~xF4Y&Kd?MG&e#yjW9&~-Lx#ymE(!%w8S~}p!d5tS|nPV$% zbU)x9?u*l&x>R3`@`+q8`y~^jdC>K}=AL`vNekEWY3YC?=QXa>Wsa@5(fxpbxGzq7 z>Qa3%$|rKY?3YZ8=0Vr@ntSevCoNphr=hC0IUVI$*)N&v%>(m2A{o<@7QW}x(g8=# zYh0JZZ)7d|Eo-$a#$`b(v!;ZgfB3 zAMcCv9=sq=)fcNTM(c_-KWY!&jb2=fC#@KsPfG_JIj?c0E^}ixdraR-N+nQ`v&cP@L*AL;#U-S2}>zy*#cse@gVPq4*R_WQ{L_F(i{ zR^q=}F?_G1THwf8jVpDTV=Hcym+3}2WHLlcUj;**+zQVt+FV1=P@|fz2I~tR3WkGEqjklaAGHVXMlY_#lU5ARr=w{9qgif zf-SDH-%lQ}2cy@r693hT;d>p`0!PkjT&c?(TXCbjgnwsWobuoWd8)ox?-!$W#hM?r z2k%BNuEmp949};f1CE^6xKfunw&F(j1OA(sfPZISobuoWd8)oxeKA^Btoc!U@NV?tT0CjR@O)Z2;K+H6 zD|MM;D{gc@;NRI7r#yH;o~kcaUyRljYkt%oyc@l^7Ef9+JfD^hIC5U&N?qpIiW}Vz z`1kb1t0p~ndDbVM*gQM=+~v)m^~Q(j{cPRugHON(jwh*uU6fC-#Z~tE$piLa^jcQp zzgjVTucKPv$XSgmb(v!;Zj_hs@9c}yp1V|EtoMu2x?;_b+UxpWbI-MS(!%w8S~}p! zd5tS|nPV$%bU)zV*%zlhcd5QueKA^Btoc!UUEgc&xfV}axSmf-2OK%CaiuPEY{iZ4 z2mCwx;3)fcNTM(c_-KWeY*d(A!9;zvEv~ZPPad!bqt~($|J91& zdmYsRN6ur-aIhhBa$&aY2kZ5 zEgf*=yvCKf%&`?W%2)Wu`{I;GF1zi!{!#UQ5s4t*$muB0%6`dQZyuQM5y_aIwD3Kj zmJT>_UgJt#=GclGVd?o_G4fG z>iulp?}Jak1&$}FgI$zQu*FsO`^f|LVDws6;=fuke6OQg;K*5xD|MM;D{hpR@L$sx zXFGvGo~kd_`^9KovF1nZ!Mo9mYw@HN!}DqBfFtKMuGD3Yt+>(sfd87lINJ#f@>G4X z`eL-MSo5Ry;N9rOwRqBs;rX<5z>)JBSL!myR@~@*z<*6&ob3b#d8)oxeKA^Btoc!U z@NV?tT0CjR@O)Z2;K+H6D|MM;D{gc@;J>CX&UONWJXK$;z8I}5*8HeFcsF`+EuOSu zcs?y1aOAwkmAcHa6*syc@DKIH<;3O6%%9~rW54RMlbesb;d%EzI9z1Lxyzd${$IaV z?`P|NA9(^Ua6CyJ?4o>vEv~ZPPad!bqt~($|J91&dmYsRN6u_UgJt#=GclGTI zE%$ESzo@>r%LVzy#6)>k_Dkk^^T2$MNXGP}h41;abik4G8dvHv$5z}ZU*X@;7iT+e zxp(XCs=m0(1^LFrM0r;BOXhm>z)JBSL!myR@^9G;os30pP2cx z9B1s;R$tt05BbKuit?=Nm(2C%f%zVhjOj@W-}7ndfFtKMuGD3Yt+-LX!oQ<0J}L8O zInLPMTzzr3J>(nrD$296UozL52j+W3GNvaje9xz)1CE^6xKfunw&F(l3jdD2_~gu= zRPe#u;K9+>YD$(WwB@I9ZF4mfgN<4RrT*oqtFEBrh9;?+iawbww_Z+Jkqa7uVuRD~9LO(g8=#Yh0xwl$YOm{i%{|xRNekEWY3YC?=QXa>Wsa@5 z(fxpbyf04sXWi8ot1s@#I9gY%`B8ga-)ru<7EfBZo=-~$967IXr7m-9#f|O<{6l^5 z8RuVge&TbNcW%GO;9GzAX{qNfKk(e&{GWP1Tlf3m6L5j!N$Ox1&*l6Jt7&?lNP?` z)6xM)&TCw$%N$#AqkM&byf4mu?oz);*Wc+x>xwl$YOm{i%{|xRNekEWY3YC?=QXa> zWsa@5(fxpbyf4mu?oxfR`eL-MSo5Ryy1v)kb1j~q(X^<{cLTlf3m6L5j!N$Ox1Y&JjivDFvBWAcrhj`FPRm(2C%f%zVhjOj@W-}7nd zfFtKMuGD3Yt+-LX!av*>r~MX#&F0P37k4x!-^l4G&&qzuTyGwj?-9wEp0w~ipOy|d za$e&~UFO(|8|5qf!+mkuZ!y?xzOsIg-qDzRBd4Q0EBhsLy?J21M;eax?;_b z+Jkqa7uVuRD~9LO(g8=#Yh0tVHy(0uxS1K}F28*8sps^5w(j@A zC*T6dlhna3$|u<3D*OH90edidEi3U~tr))7Q7v%ftj3kP%&`?W%1ik7^u?LaU8*nE z`^9KovF1nZb$ze7=UO~z;d(wT9dP8l#+ACvu@yJEAMo$#i!-0QR9~#V7_BST{HVRI z?=|;aizh8y&!?pWj-1!HQkOZl;zsua{ylwh=5v?oi`5sSb;X(=wb%8%=ALWuq=oDG zv~<9c^BPy`GRIcj=zhSzr!UTY?oxfR`eL-MSo5Ryy1v)kb1j~#56T^DWgEcQhv7$muB0%6`dQ zZyuQM5y_aIwD3KjmJT>_UgJt#=GclG;<`eaM^p?ov8#x{2S=ld{>&*l6 zJt7&?lNP?`)6xM)&TCw$%N$#AqkM&byf4oC1uwr^eQ`%)@{OF1@~rHa%=PAh`5uvs z=}8OU^J(dTBj+`))MbvXxKX~sKi(Iw&iql1HTIicUGEpMLF5}ZE6TI7UozL52j+W3 zGNvaje9xz)1CE^6xKfunw&F(l3jcUtyz=pxKg)5(K6q92MeGmx#=VO2tn8P}_2z;3 z9+8acNekceY3YC?=QXa>Wsa@5QNF^zqc2{W`Li5n>|cFN^+oIt`NqA9@~rHa%=PAh z`5uvs=}8OU^J(dTBj+`))MbvXxKX~szoRcs`@qZNzqk4#cuc;L(@~z4{gS!fJTTuQ zk}*AL;d?$U9dP8l#+ACvu@yJUSNM1I#c3aSdF@YBUj&cIH*z}4v$9_@*P93Cdqgs( zCoO!>r=(m2A{o<@7QW}x(g8=# zYh0Bd4Q0EBhsLy?J21MEl{eG9XeDkCJ^5AeY?{kSweZW?4<@K+(y7z7W-LnP3 zKU`FA=vvt377<>UPAUsJO?4o>vEv~ZPPad!bqt~($|J91&dmYsRN6u-mJT>_UgJt#=GclGxwl$YOm{i%{|xRNekEW zY3YC?=QXa>Wsa@5(fxpbPhXt%ftNQtqWU6uOumuRQJ$6klDXbIFyAARF+FMFdp<24 zaOAwkmAcHa6*tOP`1kb1Ss!@0xcz>YdcRnGFr=&*l6Jt7&?lNP?`)6xM)&TCw$%N$#AqkM&b zS6`g;ftPddsNbW(WAcrhj`FPRm(2C%f%zVhjOj@W-}7ndfFtKMuGD3Yt+-LX!oRC8 zPWr&h%eJ4VQ-7yZeKA^Btoc!UUEgc&xfV}axSmf-2OK%CaiuPEY{iZ42mHJG;-n9} z)ZcZV+|ihPBd4Q0EBhsLy?J21MWh;;@bWX; z&l#)ti}ijnT34+3QF~qAYwo!gPg=O1PfG_JIj?c0E^}Ey{hYDt zi`5sSb;X(=wb%8%=ALWuq=oDGv~<9c^BPy`GRIcj=zhRI)EBQifBxbfrzSm(-fS-4 zexAJncKb8vAjnYae_<4B&W@I@m?|1Y2BXzn?r{4@R$LCH|`w z!}mI>1&*B6xKfunw&F&43IC41IO%EhX7iNli#r;VZ{&28XJx-+t~U?N_lRUnPg?k% zPfG_JIj?c0E^}iuH<9v!VK*8HfwuJ1MXT#F|yT+gSa z1CE^6xKfunw&F(j1O6R-anjT1&F1yn&l#(}SbZ^CSFHI_dtKja?zt9ETDYE1O9vb| zuW_X=b8N+p?g#uk`r@Rg(VNY=?dR!KU#z|utt;02sJ*W5HTPVLCoNphr=BR$tuFn0zCrqdY77C3C%bV7^BrV|voU_k3D9;K+H6D|MM;D{hpp z@bBo0vwr;I=5x27Ggj{x>-}Q1u2}P<_PV~;+;c6Sv~WG2mJT>_UgJt#=GclG-4FP8 z^u<{}esOc~?COi)G5JPLM|oEEOXhm>z)JBSL!myR@^9G;os92 zXMN!1#oNyrtM`l57o&B>njf{-^}XhvYw@Io>-n^Fz>)JBSL!myR@~@*z`v(2&icU1 zi{D*+5j-Z}$muB0%6`dQZyuQM5y_aIwD3KjmJT>_UgJt#=GclGnjf{- z^}XhvYw@Io>-n^Fz>)JBSL!myR@~@*z(3X(&z`$D@5e9h&Ku60{mSvEv~ZPPad!bqt~($|J91&dmYsRN6uWfi6k?Uo@WMVWAy1v)kb5A^J;d(wT9dP8l#+ACvu@yJEAMlU&#aU0It1m|RM6Q?p zl8Mng==xrB&pq*^h3omWbik4G8dvHv$5!0ve!xH87iT??u7Ov;h(g8=#Yh0e1a{mvfoc0um_{pvJ(H*is5@5)dEM(YFw$y99watyo7&G zU!3*i1$nBzxb#uvf}D=>tn87s{=6+-W3SA;C#?vcPfG_JIj?c0E^}Wsa@5(fxpbPhXt%MW zy|@-nS}{DImJT>_UgJt#=GclG-4FPO`r`GsoV{b>2VNd?=H%vK&wtx{4h}anp`0!PkjT&c?(TXCbj zgnvh0ob}jc^VI5#I~tR3j!7r|rljhv41tn8P}_2z;39+8acNekceY3YC?=QXa>Wsa@5QNF^zqc6^S z?6P^uWz`qKWAcrhj`FPRm(2C%f%zVhjOj@W-}7ndfFtKMuGD3Yt+-LX!oQ<0&ie6- zn=h-rxT7)oMove0R`yHgdh@`1k4VP!q=oPKv~<9c^BPy`GRIcjC|}{<(HEbT`Li5n z>_Wsa@5QNF^zqc2|h z_{<;X7-PTi9n}}HJ>(m=D$296UozL52j+W3GNvaje9xz)1CE^6xKfunw&F(l3jdzI zcxC1fbBwWH^sefQ*dFqYTNUM5*)N&v%>(m2A{o<@7QW}x(g8=#Yh0n2z#fcV z%S!xLD~9iNR0|wAt8t|+b8N+p@)G_XeR0-fm(A0vFYahezLC>Wo|XNQx!yc5-y@PS zJ!#>4J}n(^-n^Fz>)JBSL!myR@~@*z`vs}&U);!`S$JSj8$K(z8I}5*8HfwuJ1MXT#F|yT+gSa z1CE^6xKfunw&F(j1O6R-an@s(&C9l*r&E2g`eL-MSo5Ryy1v)kb1j~_UgJt# z=GclGoGj`?n^K|O{V!dCC))i}h)Lz&3ntQIrlNPS$)6xM)&TCw$%N$#A zqx%8>j=nhU=ZsxdeQ`%)@{OF1@~rHa%=PAh`5uvs=}8OU^J(dTBj+`))MbvXxKX~s zzoRcs`#ED*J-gm7g2&_=IUVI$*)N&v%>(m2A{o<@7QW}x(g8=#Yh0{*~?`TZEk<(G0mHm>r-aIhhBa$&aY2kZ5Egf*=yvCKf%&`?W%2)XJ^u<{pczMY7 z`(5hqbn5r$XkD@9N9}ceues-1JZa&2J}n(^ zU#z|utt;02sJ*W5HTPVLCoNphr=N3Yx+~|J5zoRc+_4v#m<``pNvHgCR>WkGEqjg0pkJ{_{UUSd2 zc+$f4d|Eo-$a#$`b(v!;ZgfB3AL@%Y-E#iUb7#(8nDi@N9=H7-gR39(C+|Ht+{}#c zcX`b{@B4VYpRN0S@CmrU@g#Myi}DG!xXOM%dB7fwUdu}SS1X3^byN!+IjeD{E^}wC>T*WyVF*Yj!VfFtKMuGD3Yt+>(sfPY_K zob!p7H*7zzyZU1F#b{lz=11*yeXqIaT0CjtdOj^3aOAwkmAcHa6*syc@bBx3b3XC% z?bR1|G$!B3=_t?2e#u;K9+>YD$(WwB@I9ZF4mfgN<4RrT*oqtFEByQV;+#*sd`I=g z9gWF1ayrVhvR^XSn+N85L^7r)Equ?Xr2~$f*SJ!bIkw_P`3nEOzBuO-FPGnZqJEFw z5}AA>r=vV8`z3R|d0@UrBx8Eg!uNbyI^f88jVpDTV=Hcyuki2di*r8l@=MhhcQhv7 z$muB0%6`dQZyuQM5y_aIwD3KjmJT>_UgJt#=GclG-{2lOumuR zQJ$6klDXbIFyAARF+FMFdp<24aOAwkmAcHa6*tOP`1ke2IltoN+E-Oy1dqu#ayrVh zvR^XSn+N85L^7r)Equ?Xr2~$f*SJ!bIkw_P`3nEezBuJqynNYR)fd5I@{OF1@~rHa z%=PAh`5uvs=}8OU^J(dTBj+`))MbvXxKX~szq2n+`M}F(eQ)(e@R)ofr=vV8`z3R| zd0@UrBx8Eg!uNbyI^f88jVpDTV=Hcyuki2ei&H-E^17d>z6c(ZZ{&28XJx-+t~U?N z_lRUnPg?k%PfG_JIj?c0E^}_UgJt#=GclGWkGEqjklaAGO!@z2=^4@uY?8`LuMvk@Ff? z>N3Yx+~|J5zq2n+`M}F#w%=n=eX;stw60k5qxQPK*W7b0p0sd1pOy|da$e&~UFO(| z8{H51$NJ(+ZoP2p#hWgkzy0i~3IBo-d3xE0|Jh{+hnt!4JqF+U*029_#JSY94?ZCV za6CyJ?4o>vEv~ZPPad!bqt~($|J91&dmYsRN6u(sfPZ&iobWFgk*Dg5)fc06#hM?r2k%BNuEmp9 z49};f1CE^6xKfunw&F(j1OB1D`0VrN&zwL1jMI0#c*<`|{U`4@vH801dc>a`9ByXD z|1Un|FYkGj-p|(kKKKM&;CPZc*hTpSTU=$opFCg>Mz3Wh{;L(k_d2Qtj-1uFQkOZl z;zoH1|K7eh;jzoEe^g(r_lwcGV$F}*>-t`E&$W2c!u5PwI^f88jVpDTV=HcSKj7cn z7biS+slNE&lRFxdZ{&28XJx-+t~U?N_lRUnPg?k%PfG_JIj?c0E^}8At1iH9u;v>wC>T*WyVF*Yj!VfFtKM zuGD3Yt+>(sfPZISoblMD`eOCPT^UE~iZwrKuj_lwJ=fw%3)k~$>3}2WHLlcUj;*-S z{eXXGU!3vSrTSv^#a$Uk>xwl$YOm{i%{|xRNekEWY3YC?=QXa>Wsa@5(fxpbXJ4H0 z*robn^~GHoN9&3;KWeY*d(A!9;z=ZnvO6yjX!+6SKy12~?f4t7yK!4_B9?j=nhMnG5z0d8)oxeKA^Btoc!U@NV?tT0CjR@O)Z2;K+H6D|MM; zD{gc@;NQ^~r#y4P{vl7*7ppHu>xwl$Y7gFxUR;YOtr(t9O9vb|uW_X=b8N+p?g#uk z`r?#lF4#Zhsrq8|#b{lz=11+pyU~kl@uU^Q^J(dTBj+`))MbvXxY7N9f2c2BclyHf zt~+~f(#KtPeewP`zVP=B4mUI7+~t8E{{64i``NnR2cLio98XdQyC|Pvi>vJSlLzd< z=(ViGf3;%xUPraSk+T|C>N3Yx+$b;M-`5xCJbFQ%sxQ|2#b{lz=11+pyU~kl@uU^Q z^J(dTBj+`))MbvXxY7N9e_vmm^XLV6s=io#FJZZ)7d|Eo-$a#$` zb(v!;ZgfB3-`5xCJbFQ%sxMYwjMf!ve$*bk8@;#|Pg*fNpOy|da$e&~UFO(|8{H51 z_w~g&k6w_c>WkGEqjklaAGHVXMlY_#lU5ARr=-(hn~G^{4#N!Qp0RoV&c{7oL7b?`P|NAAABXa6CyJ?4o>vEv~ZPPad!bqt~($ z|J91&dmYsRN6uwC>T_r#MHuIJOz0Y}bjT&c?(TXCcN0so%9 zIOnNL^~ETk$n~;cGBKJ5UEgc&xhI~qa6O-v4mfgN<4RrT*oqt75BP`r;uqd}`wQp% zYM0&iAx|&4@iR9Ehntyk?(&hFzvStNbE#_|d_oN1c#=BUMfn6-n^Fz>)JB zSL!myR@~@*z(3v>XFYYPz8K{bxnA~5CPwq1>wC>T_r#MHuIJOz0Y}bjT&c?(TXCcN z0snYkob}YD`eKw%AW%9$$SCJSN}B=_t?2e#u;K9+>YD z$(WwB@I9ZF4mfgN<4RrT*oqtFEBrhA;*^Ik$W#6QV)eynU9sjz?ZLazi)-3}2WHLlcUj;*-S{eXX{FMjs9)3=^Gb>$6n9=mMbzy1Hk?>YIlA3HeQ%#3rF8}Iww zzo_@Kb-xcj0T(!)qz-mbKEW1O+3zP0*n`n)S&9E@#qhn3YJnqXHLlcUj;**+Uc$ex zFHU*vvbpx<)fd5I@{OF1@~rHa%=PAh`5uvs=}8OU^J(dTBj+`))MbvXxKX~szppP& zdF-<52lalj`eL-MSo5Ryy1v)kb1j~#VL&*l6Jt7&?lNP?`)6xM)&TCw$%N$#AqkM&bUtgT^*robn^~GHo zN9&3;KWeY*d(A!9;zdvo}>jzYgvi^YQ^xqj%tA;XEm#d*(NsxMYwjMf!ve$-yq_nLdI z#gi7U=hM;wN6u?psmmN&aijYI|4?6i&i4CV?wIspm+b~3PpAIit_K|)Zf3^wF5my$ zJ3bR}tm|t(_HS*zX8Ug+7h(X%lhna3$|u<3D*OH90edidEi3U~tr))7Q7v%ftj3kP z%&`?W%FC}mao_UgJt#=GclG z-H-czUsqq8^U!6xfyi_9#p;XEx?;_b+UxpWbI-MS(!%w8S~}p!d5tS|nPV$%bU&`> z>x*+9x@~1* z)fc06MJ|up>-t`E&$W2c!u5PwI^f88jVpDTV=HcSKc4%eU48M&$7lX9#~2%VuD)1( zF@ZUtgT{ffwYt`eOCPXkD@9N9}ce zues-1JZa&2J}n(^ zh3omWbik4G8dvHv$5!0vemvoQeSLA(2VRip>WkGEqjklaAGO!@z2=^4@uY?8`LuMv zk@Ff?>N3Yx+~|IM;=k|fi?crPf;?AWtiBknE7ts|y{_*y_gsr7EnLs1r2~$f*SJ!b zIkw_P_v0DA($^Pfec%OouD)1(Fnjf{-^}XhvYw@Io>-n^Fz>)JBSL!myR@~@*+|k(=XMNxW zd9J=#eKA^Btoc!UUEgc&xfV}axSmf-2OK%CaiuPEY{iZ4$K9QMan=W3kmu@))fc06 z#hM?r*Y&;To@?=>h3omWbik4G8dvHv$5!0ve!R7>FJ4v8yDYm|-(#@kA<8q>K-u@@ zP1pCDd*^~EI*QJ%2|%Dyjey1v)kGxwgf za6O-v4mfgN<4RrT*oqtF-wnUr*B9$~mt{ArFD`kA@{Bc5_I-KN^}Xhvx%Z@n>-n^F zz>)JBSL!myR@^B6?(Xc1^}Nfno7ESWJVbfM8Yug|yy^O0bI;s+(!%w8S~}p!d5tS| znPV$%lz;#7c_(Av2YBPzi}QYa^l}b+@VCG4Cl3xcGovrQ=c7LS6uqCV`+e{UxWKXG zUE43uz5UfE?hQpgy;gmxF6ZB{oqy8yyCr#Xp6jpqB@?}QVE#rVV|voU_k3D9;K+H6 zD|MM;D{hpR@K;p7ce&7Ad*R}#o6p{H@f7;vtpB;V%?NT)eQ~q#`r=cnFYb5(uCR!r zb!gcGYxE+vC#@KsPfG_JIj?c0E^}XjEOO0rS!#F|8sGhROGh$qTd%kqxxd?MbU%Mi%>W6Vt>k(GA721m(mw! z{V<)w{jI*}_rnk;L|-h41;abik4G8dvHv$5z~wzBucL>1;O; zd9J?b_r$ob|(W zwi}2%RbTY`;+wv+-YN3Yx+~|J5Kin5* z{V<*F1|m<@7yZ8YgdeKD2%g|#%}49dvR}}~UWx5VD}v|K(g8=#Yh04rwN?)Az+oP*5l26{>FaGYE z>-{3@v9}H_d*Y2qVtdlU_k3D9;K+H6D|MM;D=v9VJ=dV;p%1@bymHo0)2Y5l-gtfS zQ-7@b;-%`%szYm@cq5Y7p0w~ipOy|da$e&~UFO(|OCD3tHRyTh<9%`72VRh;`aRnJ zJ^C>}S$z>a!DZE3@BD%`_R5%^v?6#uEgf*=yvCKf%&`?$_dl*d&%;077w3K81$nBz z==a6%dT;eb@C27tZ@u#i+Sn^&deVyE`LuMvk@Ff?>N3YxT;2b;20ah|cwe0NffwYd z`l8<#Kl+!dFM=nyta|I6U(m*08Pk(i1kb0X1CE^6xKfunw&Lpk$2I7A_{aO=ybrt} zPt_OwzW8I+7wbHFTPN%_kfAMhbpNyF;S=wR^FHu`JXK%x`{G0YW4&Jl zPjFfF);qtTjlD9aC#?vcPfG_JIj?c0E^}tZSTI{<_+6_`?wGTIG&^qc2PdT7FXHtClA_UgJt#=GclG-H*F_`{JaZO^ZBNU#z|u ztt;02sJ*W5HTPVLCoNphr=xwl$Y7gFxUR;YOtr(t9O9vb|uW_X=b8N+p?#Cazy|*vU`PsC{ zbM?jQi_yAb&5zpa`d)L-wRqCP^?X`7;K+H6D|MM;D{gc@9`v@}zBuOtFUWKC#p;XE zx?;_b+UxpWbI-MS(!%w8S~}p!d5tS|nPV$%bU)zV_j~l554<2x)fcNTM(c_-KWY!& zjb2=fC#@KsPfG_JIj?c0E^}EOfUf1`Ud#=Tk7Ov;h(g8=# zYh0EOfUf1`Ud#=Tk7Ov;h(g8=#Yh0GpV~dSES6{5Y z7_BQ3dDLFl_nLdI#gi7U=hM;wN6u?psmmN&aijb3`tH71&%0nh>-$|6R!4cp8Yug| jyy^O0bI;s+(!%w8S~}p!d5tS|nPV$%lz(r%L|^=WJ~K!) diff --git a/src/GAM/Item_ArtTest.json b/src/GAM/Item_ArtTest.json deleted file mode 100644 index 9cf0b09..0000000 --- a/src/GAM/Item_ArtTest.json +++ /dev/null @@ -1,104386 +0,0 @@ -{ - "Header": { - "DeadBeef": -559038737, - "SnoType": 2458, - "Unknown1": 0, - "Unknown2": 0, - "Unknown3": 0, - "Unknown4": 0, - "SNOId": 402453, - "BalanceType": 2, - "I0": -650795141, - "I1": 0 - }, - "Items": [ - { - "Hash": -384660481, - "Name": "Art_Test_Dagger_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -262576534, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -384660480, - "Name": "Art_Test_Dagger_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -262576534, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -384660479, - "Name": "Art_Test_Dagger_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -262576534, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -384660478, - "Name": "Art_Test_Dagger_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -262576534, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -384660477, - "Name": "Art_Test_Dagger_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -262576534, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 962696286, - "Name": "Art_Test_CeremonialDagger_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -199811863, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 962696287, - "Name": "Art_Test_CeremonialDagger_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -199811863, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 962696288, - "Name": "Art_Test_CeremonialDagger_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -199811863, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 962696289, - "Name": "Art_Test_CeremonialDagger_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -199811863, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 962696290, - "Name": "Art_Test_CeremonialDagger_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -199811863, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865916, - "Name": "Art_Test_Sword_1H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 454792, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865917, - "Name": "Art_Test_Sword_1H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 464147, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865918, - "Name": "Art_Test_Sword_1H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 466313, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865919, - "Name": "Art_Test_Sword_1H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467578, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865920, - "Name": "Art_Test_Sword_1H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467370, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865921, - "Name": "Art_Test_Sword_1H_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467394, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865922, - "Name": "Art_Test_Sword_1H_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 467579, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865923, - "Name": "Art_Test_Sword_1H_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 467580, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681865924, - "Name": "Art_Test_Sword_1H_9", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 140782159, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681901853, - "Name": "Art_Test_Sword_2H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1307049751, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681901854, - "Name": "Art_Test_Sword_2H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1307049751, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681901855, - "Name": "Art_Test_Sword_2H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1307049751, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681901856, - "Name": "Art_Test_Sword_2H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1307049751, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681901857, - "Name": "Art_Test_Sword_2H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1307049751, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158349067, - "Name": "Art_Test_Axe_1H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 109694, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158349068, - "Name": "Art_Test_Axe_1H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 109694, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158349069, - "Name": "Art_Test_Axe_1H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 109694, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158349070, - "Name": "Art_Test_Axe_1H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 109694, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158349071, - "Name": "Art_Test_Axe_1H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 109694, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158385004, - "Name": "Art_Test_Axe_2H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 119458520, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158385005, - "Name": "Art_Test_Axe_2H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 119458520, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158385006, - "Name": "Art_Test_Axe_2H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 119458520, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158385007, - "Name": "Art_Test_Axe_2H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 119458520, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 158385008, - "Name": "Art_Test_Axe_2H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 119458520, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358601405, - "Name": "Art_Test_Mace_1H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 403366, - "ItemTypesGBID": 4026134, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358601404, - "Name": "Art_Test_Mace_1H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 450124, - "ItemTypesGBID": 4026134, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358601403, - "Name": "Art_Test_Mace_1H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4026134, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358601402, - "Name": "Art_Test_Mace_1H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4026134, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358601401, - "Name": "Art_Test_Mace_1H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4026134, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358565468, - "Name": "Art_Test_Mace_2H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 89494384, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358565467, - "Name": "Art_Test_Mace_2H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 89494384, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358565466, - "Name": "Art_Test_Mace_2H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 89494384, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358565465, - "Name": "Art_Test_Mace_2H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 89494384, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358565464, - "Name": "Art_Test_Mace_2H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 89494384, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -389825947, - "Name": "Art_Test_Polearm_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1203595600, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -389825946, - "Name": "Art_Test_Polearm_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1203595600, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -389825945, - "Name": "Art_Test_Polearm_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1203595600, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -389825944, - "Name": "Art_Test_Polearm_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1203595600, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -389825943, - "Name": "Art_Test_Polearm_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1203595600, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 292090928, - "Name": "Art_Test_Spear_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 470273, - "ItemTypesGBID": 140519163, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 292090929, - "Name": "Art_Test_Spear_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 467598, - "ItemTypesGBID": 140519163, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 292090930, - "Name": "Art_Test_Spear_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 467599, - "ItemTypesGBID": 140519163, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 292090931, - "Name": "Art_Test_Spear_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467600, - "ItemTypesGBID": 140519163, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 292090932, - "Name": "Art_Test_Spear_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467594, - "ItemTypesGBID": 140519163, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1029183197, - "Name": "Art_Test_Bow_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 403608, - "ItemTypesGBID": 110504, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1029183198, - "Name": "Art_Test_Bow_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 110504, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1029183199, - "Name": "Art_Test_Bow_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 110504, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1029183200, - "Name": "Art_Test_Bow_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 110504, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1029183201, - "Name": "Art_Test_Bow_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 110504, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410659541, - "Name": "Art_Test_XBow_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395324, - "ItemTypesGBID": -1338851342, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410659542, - "Name": "Art_Test_XBow_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 395323, - "ItemTypesGBID": -1338851342, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410659543, - "Name": "Art_Test_XBow_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1338851342, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410659544, - "Name": "Art_Test_XBow_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1338851342, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410659545, - "Name": "Art_Test_XBow_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1338851342, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -180339696, - "Name": "Art_Test_HandXBow_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395303, - "ItemTypesGBID": 763102523, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -363388401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -180339695, - "Name": "Art_Test_HandXBow_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 395304, - "ItemTypesGBID": 763102523, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -363388401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -180339694, - "Name": "Art_Test_HandXBow_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 395305, - "ItemTypesGBID": 763102523, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -363388401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -180339693, - "Name": "Art_Test_HandXBow_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 763102523, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -363388401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -180339692, - "Name": "Art_Test_HandXBow_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 763102523, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -363388401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999413953, - "Name": "Art_Test_Mighty_1H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678091, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999413952, - "Name": "Art_Test_Mighty_1H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678091, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999413951, - "Name": "Art_Test_Mighty_1H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678091, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999413950, - "Name": "Art_Test_Mighty_1H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678091, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999413949, - "Name": "Art_Test_Mighty_1H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678091, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999378016, - "Name": "Art_Test_Mighty_2H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 402773, - "ItemTypesGBID": -1488678058, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 329205162, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999378015, - "Name": "Art_Test_Mighty_2H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678058, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 329205162, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999378014, - "Name": "Art_Test_Mighty_2H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678058, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 329205162, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999378013, - "Name": "Art_Test_Mighty_2H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678058, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 329205162, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999378012, - "Name": "Art_Test_Mighty_2H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1488678058, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 329205162, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247386133, - "Name": "Art_Test_Fist_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395330, - "ItemTypesGBID": -2094596416, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247386132, - "Name": "Art_Test_Fist_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408775, - "ItemTypesGBID": -2094596416, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247386131, - "Name": "Art_Test_Fist_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 395332, - "ItemTypesGBID": -2094596416, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247386130, - "Name": "Art_Test_Fist_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 402499, - "ItemTypesGBID": -2094596416, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247386129, - "Name": "Art_Test_Fist_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -2094596416, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450778504, - "Name": "Art_Test_CombatStaff_2H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395125, - "ItemTypesGBID": -1620551894, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450778503, - "Name": "Art_Test_CombatStaff_2H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1620551894, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450778502, - "Name": "Art_Test_CombatStaff_2H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1620551894, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450778501, - "Name": "Art_Test_CombatStaff_2H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1620551894, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450778500, - "Name": "Art_Test_CombatStaff_2H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1620551894, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055433, - "Name": "Art_Test_Staff_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 467587, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055434, - "Name": "Art_Test_Staff_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 467595, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055435, - "Name": "Art_Test_Staff_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 467596, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055436, - "Name": "Art_Test_Staff_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467597, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055437, - "Name": "Art_Test_Staff_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467598, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055438, - "Name": "Art_Test_Staff_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467599, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055439, - "Name": "Art_Test_Staff_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 467600, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055440, - "Name": "Art_Test_Staff_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 467594, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444055441, - "Name": "Art_Test_Staff_9", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 140658708, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 408231071, - "Name": "Art_Test_Wand_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4385866, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 408231072, - "Name": "Art_Test_Wand_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4385866, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 408231073, - "Name": "Art_Test_Wand_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4385866, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 408231074, - "Name": "Art_Test_Wand_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4385866, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 408231075, - "Name": "Art_Test_Wand_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4385866, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 33348266, - "Name": "Art_Test_Mojo_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395198, - "ItemTypesGBID": 4041621, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 33348267, - "Name": "Art_Test_Mojo_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 395199, - "ItemTypesGBID": 4041621, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 33348268, - "Name": "Art_Test_Mojo_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 395200, - "ItemTypesGBID": 4041621, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 33348269, - "Name": "Art_Test_Mojo_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4041621, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 33348270, - "Name": "Art_Test_Mojo_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4041621, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685112, - "Name": "Art_Test_Orb_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 464684, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685113, - "Name": "Art_Test_Orb_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 462864, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685114, - "Name": "Art_Test_Orb_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 462866, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685115, - "Name": "Art_Test_Orb_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 466047, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685116, - "Name": "Art_Test_Orb_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467582, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685117, - "Name": "Art_Test_Orb_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 462249, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685118, - "Name": "Art_Test_Orb_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 462250, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1044685119, - "Name": "Art_Test_Orb_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 467581, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 270279342, - "Name": "Art_Test_Talisman_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 462866, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 270279343, - "Name": "Art_Test_Talisman_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 462864, - "ItemTypesGBID": 124739, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240067759, - "Name": "Art_Test_Quiver_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 269990204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240067758, - "Name": "Art_Test_Quiver_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 269990204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240067757, - "Name": "Art_Test_Quiver_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 269990204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240067756, - "Name": "Art_Test_Quiver_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 269990204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240067755, - "Name": "Art_Test_Quiver_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 269990204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -531666482, - "Name": "Art_Test_Shield_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 445356, - "ItemTypesGBID": 332825721, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -531666481, - "Name": "Art_Test_Shield_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 332825721, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -531666480, - "Name": "Art_Test_Shield_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 332825721, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -531666479, - "Name": "Art_Test_Shield_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 332825721, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -531666478, - "Name": "Art_Test_Shield_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 332825721, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118213, - "Name": "Art_Test_Helm_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 484395, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118212, - "Name": "Art_Test_Helm_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 484414, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118211, - "Name": "Art_Test_Helm_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 484216, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118210, - "Name": "Art_Test_Helm_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467603, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118209, - "Name": "Art_Test_Helm_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467604, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118208, - "Name": "Art_Test_Helm_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467605, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118207, - "Name": "Art_Test_Helm_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 414753, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118206, - "Name": "Art_Test_Helm_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 414930, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -174118205, - "Name": "Art_Test_Helm_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 428455, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933685, - "Name": "Art_Test_Helm_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 426784, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933684, - "Name": "Art_Test_Helm_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 429266, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933683, - "Name": "Art_Test_Helm_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 434736, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933682, - "Name": "Art_Test_Helm_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 439183, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933681, - "Name": "Art_Test_Helm_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 440054, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933680, - "Name": "Art_Test_Helm_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 443602, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933679, - "Name": "Art_Test_Helm_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 449959, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933678, - "Name": "Art_Test_Helm_17", - "GBID": 0, - "PAD": 0, - "SNOActor": 450187, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933677, - "Name": "Art_Test_Helm_18", - "GBID": 0, - "PAD": 0, - "SNOActor": 455405, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933676, - "Name": "Art_Test_Helm_19", - "GBID": 0, - "PAD": 0, - "SNOActor": 460892, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933652, - "Name": "Art_Test_Helm_20", - "GBID": 0, - "PAD": 0, - "SNOActor": 478928, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1450933651, - "Name": "Art_Test_Helm_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 484903, - "ItemTypesGBID": 3851110, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768390, - "Name": "Art_Test_Gloves_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 484394, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768391, - "Name": "Art_Test_Gloves_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 484412, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768392, - "Name": "Art_Test_Gloves_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 484213, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768393, - "Name": "Art_Test_Gloves_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467352, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768394, - "Name": "Art_Test_Gloves_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467572, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768395, - "Name": "Art_Test_Gloves_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 467573, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768396, - "Name": "Art_Test_Gloves_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 408877, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 273768397, - "Name": "Art_Test_Gloves_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 415190, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422293, - "Name": "Art_Test_Gloves_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 415051, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422294, - "Name": "Art_Test_Gloves_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 205633, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422295, - "Name": "Art_Test_Gloves_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 441196, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422296, - "Name": "Art_Test_Gloves_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 460920, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422297, - "Name": "Art_Test_Gloves_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 467352, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422298, - "Name": "Art_Test_Gloves_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 478906, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 444422299, - "Name": "Art_Test_Gloves_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 484904, - "ItemTypesGBID": -131821392, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620356, - "Name": "Art_Test_Boots_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 484392, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620355, - "Name": "Art_Test_Boots_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 484410, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620354, - "Name": "Art_Test_Boots_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 484207, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620353, - "Name": "Art_Test_Boots_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467350, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620352, - "Name": "Art_Test_Boots_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467564, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620351, - "Name": "Art_Test_Boots_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467565, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620350, - "Name": "Art_Test_Boots_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 408866, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620349, - "Name": "Art_Test_Boots_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 408867, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214620348, - "Name": "Art_Test_Boots_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 415050, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462892, - "Name": "Art_Test_Boots_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 415264, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462893, - "Name": "Art_Test_Boots_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 441195, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462894, - "Name": "Art_Test_Boots_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 442731, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462895, - "Name": "Art_Test_Boots_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 460917, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462896, - "Name": "Art_Test_Boots_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 467350, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462897, - "Name": "Art_Test_Boots_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 478905, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1507462898, - "Name": "Art_Test_Boots_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 484908, - "ItemTypesGBID": 120334087, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -408922948, - "Name": "Art_Test_Belt_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -948083356, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -408922947, - "Name": "Art_Test_Belt_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -948083356, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -408922946, - "Name": "Art_Test_Belt_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -948083356, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -408922945, - "Name": "Art_Test_Belt_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -948083356, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -408922944, - "Name": "Art_Test_Belt_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -948083356, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 518362436, - "Name": "Art_Test_Bracer_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1999984446, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 518362437, - "Name": "Art_Test_Bracer_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1999984446, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 518362438, - "Name": "Art_Test_Bracer_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1999984446, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 518362439, - "Name": "Art_Test_Bracer_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1999984446, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 518362440, - "Name": "Art_Test_Bracer_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1999984446, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005804, - "Name": "Art_Test_Chest_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 484393, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005805, - "Name": "Art_Test_Chest_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 484411, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005806, - "Name": "Art_Test_Chest_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 484210, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005807, - "Name": "Art_Test_Chest_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467351, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005808, - "Name": "Art_Test_Chest_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467568, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005809, - "Name": "Art_Test_Chest_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467569, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005810, - "Name": "Art_Test_Chest_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 408871, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005811, - "Name": "Art_Test_Chest_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 408872, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 791005812, - "Name": "Art_Test_Chest_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 429167, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 333387804, - "Name": "Art_Test_Chest_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 441191, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 333387805, - "Name": "Art_Test_Chest_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 442474, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 333387806, - "Name": "Art_Test_Chest_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 460919, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 333387807, - "Name": "Art_Test_Chest_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 467351, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 333387808, - "Name": "Art_Test_Chest_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 478903, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 333387809, - "Name": "Art_Test_Chest_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 484907, - "ItemTypesGBID": -1028103400, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980603, - "Name": "Art_Test_Pants_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 484396, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980604, - "Name": "Art_Test_Pants_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 484413, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980605, - "Name": "Art_Test_Pants_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 484219, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980606, - "Name": "Art_Test_Pants_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467353, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980607, - "Name": "Art_Test_Pants_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467576, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980608, - "Name": "Art_Test_Pants_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467577, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980609, - "Name": "Art_Test_Pants_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 408881, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980610, - "Name": "Art_Test_Pants_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 408882, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 136980611, - "Name": "Art_Test_Pants_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 415282, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392651, - "Name": "Art_Test_Pants_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 205645, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392652, - "Name": "Art_Test_Pants_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 415049, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392653, - "Name": "Art_Test_Pants_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 415198, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392654, - "Name": "Art_Test_Pants_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 205647, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392655, - "Name": "Art_Test_Pants_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 429075, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392656, - "Name": "Art_Test_Pants_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 441194, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392657, - "Name": "Art_Test_Pants_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 442732, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392658, - "Name": "Art_Test_Pants_17", - "GBID": 0, - "PAD": 0, - "SNOActor": 460918, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392659, - "Name": "Art_Test_Pants_18", - "GBID": 0, - "PAD": 0, - "SNOActor": 467353, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392660, - "Name": "Art_Test_Pants_19", - "GBID": 0, - "PAD": 0, - "SNOActor": 478904, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 225392684, - "Name": "Art_Test_Pants_20", - "GBID": 0, - "PAD": 0, - "SNOActor": 484906, - "ItemTypesGBID": 3994699, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653221, - "Name": "Art_Test_Shoulder_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 484397, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653220, - "Name": "Art_Test_Shoulder_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 484415, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653219, - "Name": "Art_Test_Shoulder_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 484222, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653218, - "Name": "Art_Test_Shoulder_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 467608, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653217, - "Name": "Art_Test_Shoulder_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 467609, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653216, - "Name": "Art_Test_Shoulder_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 467610, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653215, - "Name": "Art_Test_Shoulder_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 414760, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653214, - "Name": "Art_Test_Shoulder_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 414925, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1962653213, - "Name": "Art_Test_Shoulder_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 428444, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046805, - "Name": "Art_Test_Shoulder_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 426817, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046804, - "Name": "Art_Test_Shoulder_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 429681, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046803, - "Name": "Art_Test_Shoulder_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 434757, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046802, - "Name": "Art_Test_Shoulder_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 439186, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046801, - "Name": "Art_Test_Shoulder_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 440061, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046800, - "Name": "Art_Test_Shoulder_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 440420, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046799, - "Name": "Art_Test_Shoulder_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 444527, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046798, - "Name": "Art_Test_Shoulder_17", - "GBID": 0, - "PAD": 0, - "SNOActor": 460923, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046797, - "Name": "Art_Test_Shoulder_18", - "GBID": 0, - "PAD": 0, - "SNOActor": 478929, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -343046796, - "Name": "Art_Test_Shoulder_19", - "GBID": 0, - "PAD": 0, - "SNOActor": 484905, - "ItemTypesGBID": -940830407, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1666282522, - "Name": "Art_Test_SpiritStone_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 576647032, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1666282523, - "Name": "Art_Test_SpiritStone_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 576647032, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1666282524, - "Name": "Art_Test_SpiritStone_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 576647032, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1666282525, - "Name": "Art_Test_SpiritStone_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 576647032, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1279238537, - "Name": "Art_Test_VoodooMask_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 441178, - "ItemTypesGBID": -333341566, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1279238536, - "Name": "Art_Test_VoodooMask_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -333341566, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1279238535, - "Name": "Art_Test_VoodooMask_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -333341566, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1279238534, - "Name": "Art_Test_VoodooMask_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -333341566, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1279238533, - "Name": "Art_Test_VoodooMask_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -333341566, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1560729539, - "Name": "Art_Test_WizardHat_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1499089042, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1560729540, - "Name": "Art_Test_WizardHat_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1499089042, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1560729541, - "Name": "Art_Test_WizardHat_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1499089042, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1560729542, - "Name": "Art_Test_WizardHat_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1499089042, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1560729543, - "Name": "Art_Test_WizardHat_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1499089042, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 958749919, - "Name": "Art_Test_Cloak_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 121411562, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 958749920, - "Name": "Art_Test_Cloak_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 121411562, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 958749921, - "Name": "Art_Test_Cloak_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 121411562, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 958749922, - "Name": "Art_Test_Cloak_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 121411562, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 958749923, - "Name": "Art_Test_Cloak_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 121411562, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1019619021, - "Name": "Art_Test_BarbBelt_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -479768568, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1019619020, - "Name": "Art_Test_BarbBelt_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -479768568, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1019619019, - "Name": "Art_Test_BarbBelt_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -479768568, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1019619018, - "Name": "Art_Test_BarbBelt_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -479768568, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1019619017, - "Name": "Art_Test_BarbBelt_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -479768568, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -519396803, - "Name": "Art_Test_Amulet_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -365243096, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -519396802, - "Name": "Art_Test_Amulet_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -365243096, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -519396801, - "Name": "Art_Test_Amulet_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -365243096, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -519396800, - "Name": "Art_Test_Amulet_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -365243096, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -519396799, - "Name": "Art_Test_Amulet_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -365243096, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 222044741, - "Name": "Art_Test_Ring_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4214896, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 222044742, - "Name": "Art_Test_Ring_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4214896, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 222044743, - "Name": "Art_Test_Ring_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4214896, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 222044744, - "Name": "Art_Test_Ring_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4214896, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 222044745, - "Name": "Art_Test_Ring_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 4214896, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -267000360, - "Name": "Art_Test_CruShield_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395192, - "ItemTypesGBID": 602099538, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -267000359, - "Name": "Art_Test_CruShield_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 395193, - "ItemTypesGBID": 602099538, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -267000358, - "Name": "Art_Test_CruShield_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 405429, - "ItemTypesGBID": 602099538, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -267000357, - "Name": "Art_Test_CruShield_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 405514, - "ItemTypesGBID": 602099538, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -267000356, - "Name": "Art_Test_CruShield_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 602099538, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600093963, - "Name": "Art_Test_Flail_1H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395210, - "ItemTypesGBID": -1363671135, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600093962, - "Name": "Art_Test_Flail_1H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 424257, - "ItemTypesGBID": -1363671135, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600093961, - "Name": "Art_Test_Flail_1H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1363671135, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600093960, - "Name": "Art_Test_Flail_1H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1363671135, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600093959, - "Name": "Art_Test_Flail_1H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1363671135, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600058026, - "Name": "Art_Test_Flail_2H_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395227, - "ItemTypesGBID": -1363671102, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600058025, - "Name": "Art_Test_Flail_2H_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 395228, - "ItemTypesGBID": -1363671102, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600058024, - "Name": "Art_Test_Flail_2H_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1363671102, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600058023, - "Name": "Art_Test_Flail_2H_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1363671102, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1600058022, - "Name": "Art_Test_Flail_2H_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1363671102, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937757, - "Name": "Art_Test_Wings_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 198277, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937758, - "Name": "Art_Test_Wings_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 431028, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937759, - "Name": "Art_Test_Wings_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 435203, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937760, - "Name": "Art_Test_Wings_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 435242, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937761, - "Name": "Art_Test_Wings_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 436082, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937762, - "Name": "Art_Test_Wings_6", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 436200, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937763, - "Name": "Art_Test_Wings_7", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 436233, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937764, - "Name": "Art_Test_Wings_8", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 437346, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 899937765, - "Name": "Art_Test_Wings_9", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 437592, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825043, - "Name": "Art_Test_Wings_10", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 442388, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825042, - "Name": "Art_Test_Wings_11", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 442801, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825041, - "Name": "Art_Test_Wings_12", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 443364, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825040, - "Name": "Art_Test_Wings_13", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 444468, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825039, - "Name": "Art_Test_Wings_14", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 445989, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825038, - "Name": "Art_Test_Wings_15", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446797, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825037, - "Name": "Art_Test_Wings_16", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446803, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825036, - "Name": "Art_Test_Wings_17", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446835, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825035, - "Name": "Art_Test_Wings_18", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446867, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825034, - "Name": "Art_Test_Wings_19", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446901, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825010, - "Name": "Art_Test_Wings_20", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446932, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825009, - "Name": "Art_Test_Wings_21", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 449274, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825008, - "Name": "Art_Test_Wings_22", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 449608, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825007, - "Name": "Art_Test_Wings_23", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 449683, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -366825006, - "Name": "Art_Test_Wings_24", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 294578015, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 1081301157, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 265601, - "EndEffect": 265600, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 483985, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423454, - "Name": "Art_Test_Pet_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 430903, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423455, - "Name": "Art_Test_Pet_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 430906, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423456, - "Name": "Art_Test_Pet_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 430908, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423457, - "Name": "Art_Test_Pet_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 430910, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423458, - "Name": "Art_Test_Pet_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 437119, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423459, - "Name": "Art_Test_Pet_6", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 430905, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423460, - "Name": "Art_Test_Pet_7", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 433063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423461, - "Name": "Art_Test_Pet_8", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 436532, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1045423462, - "Name": "Art_Test_Pet_9", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 436534, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235662, - "Name": "Art_Test_Pet_10", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 436961, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235663, - "Name": "Art_Test_Pet_11", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 437807, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235664, - "Name": "Art_Test_Pet_12", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 439337, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235665, - "Name": "Art_Test_Pet_13", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 444316, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235666, - "Name": "Art_Test_Pet_14", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 445705, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235667, - "Name": "Art_Test_Pet_15", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 445870, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235668, - "Name": "Art_Test_Pet_16", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 447255, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139235669, - "Name": "Art_Test_Pet_17", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1269690848, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": 988742338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1422, - "SNOParam": 428398, - "Formula": [] - }, - { - "AttributeId": 1423, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1432, - "SNOParam": 449221, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524937, - "Name": "Art_Test_Pennant_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 430771, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524938, - "Name": "Art_Test_Pennant_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 430810, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524939, - "Name": "Art_Test_Pennant_3", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 430843, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524940, - "Name": "Art_Test_Pennant_4", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 431332, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524941, - "Name": "Art_Test_Pennant_5", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 431644, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524942, - "Name": "Art_Test_Pennant_6", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 375410, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524943, - "Name": "Art_Test_Pennant_7", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 434544, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524944, - "Name": "Art_Test_Pennant_8", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 434579, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1562524945, - "Name": "Art_Test_Pennant_9", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 439533, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715417, - "Name": "Art_Test_Pennant_10", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 440807, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715418, - "Name": "Art_Test_Pennant_11", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 440337, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715419, - "Name": "Art_Test_Pennant_12", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715420, - "Name": "Art_Test_Pennant_13", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715421, - "Name": "Art_Test_Pennant_14", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 445419, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715422, - "Name": "Art_Test_Pennant_15", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 446254, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715423, - "Name": "Art_Test_Pennant_16", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 448876, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715424, - "Name": "Art_Test_Pennant_17", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 448877, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715425, - "Name": "Art_Test_Pennant_18", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 448878, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715426, - "Name": "Art_Test_Pennant_19", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 448887, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715450, - "Name": "Art_Test_Pennant_20", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 448918, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 23715451, - "Name": "Art_Test_Pennant_21", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": -1933735925, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -937743655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": 377239, - "EndEffect": 377240, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": 448949, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - } - ] -} \ No newline at end of file diff --git a/src/GAM/Items_Armor.gam b/src/GAM/Items_Armor.gam deleted file mode 100644 index 4f646ead4391d764837b63340fffa1eb22433ff1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 465984 zcmeIb54>eXb?3X023kaH{s<^wUzEfP}t%FJi}_c9g5FVW8VUrzI`j)3$~% zt+{HeZ9)k1Vu&yfpH_*lr(v9)dHTeJd9NoQKc*)G^YP_l@|X#4hJ2Dq$izvQ_sE32 zN0PUGr}jE$-QTHIXWw&8( z=q8I7Nb;tm`+ue<>7}la%BGCpiYexrK0zY$wQeDt5}SN@8r!9#<5{Bz{r~V3XaB?C+iMk7tiBz9ySyOYsrH zp^f+7_hU2A1tqCi^H6T}-vlN=h5#8tmj7_=5Uf4gXJ}#i)BA>Wt^Qo-u~OEH^W&Xg zxbw@1-~2a!_y>Bv*gBlnI>(oF5DyCcy;{DizoI_QUky|8rI(iiL*#d~oqXQ|={_##S#Ex6BsB zfsN=}G%Xct9?C5@5AdA`ZU0{M!KfivGX3d&N4i#jF7#L_>uo9*9}y;g`iyX7I40%d zHhZuwOfwf>>exWJ_yNfW7hhw_fu-2$<>J2C%Pu=RbFu7~N#`zeWte^Af^O2&>sD|w zpvPvh-llSKjXV&$?d))5IHr<|KVpxyjp+~4^`gB$w)RjiZWST8IBhb)Qf&2d@t)ay zz1TZe+&-N8_e)amSjX_=$6Swko;!CVQ-HO#c*d@fD5{l#4qh zA6&fJl!IBZ)yu_i2p1p8*NbJpWG)6nD7QE+%~Ux;eOs9IHI<9!$OX;X3wpNdaPiXV zOYO0?G5xRpaPfHbI>!jg#l4abE?#TOO-ULXa}jkQV;|D}@s3CT@oeT|@7&E?6z7wm zzQ%FLt^SGnwlwR5uQzc#x_DVp9DH>+r*TXr7hC_H&i_JOyx4ZWNh=rki40u4-sE8n z1{-q`?;R{37f+tcT0PV(Z`2`37;( zj;B~Z0OJt$%LXoDTw23=Nnm3xt}12fI~=okH$vXZ!8wg%DX$kr((dq0;^ONab0`<@l6=_kMpNz*Nn>L!qTKRbFJ2{F zd^SH{Ec+#MF&IL*#c^q-$`R_@!mO{UT->@&#tN?N<6`T_qyJapqIUtUT)bDD1H9XA zoCFUeurU|$Pm*Qh;==odi%(}Rmi>~s7!1Mu(*4p*l_S)%g;kHnP37X6R~5y{8;b(x zDvqUdz4*pF?(zt6@y)jLO7az`CEc+#MF&IL* z#c^q-$`R_@!mO{UT%48%XL!CyTx|Wg%eRS(SJ}=tY31UBA_EsOF0DZ>!wYQ8#nq*Z zeMtAm`+V_p!o{tbi)E)|E(SxWuW?+Osd9w+wlM2!Di;sP1F(zU-p57nw$YkkMW=s* zxM<%?vI0+1#s%G^r{AsMWI&J2V!ch};#0!KQ{LIf z#nz9zJW5=|JYunccWw|KmJM9ohn+G^1Q&~MWGH*+yKC-Y19)px7LsAtQn9*tKR z7hC^7z<*6#++aK3q?L?$}NtK`&LS#zAec5 zRu~t(;a6*d6`lT#uN}W=UfPY$(JB|$9v8T1$7gWwjg9Z4F|8Y9>_fUg-uvhu%oPh) z%|SN~Ar)&L%1t^y&_;xn)=u=ns3BM;{po#2x>kQK^jInDZ7LTJy`d=H|E|9K=qv28 zwlTf_sl{BBA^T`hF3v@`h&tGqi>H(__95LLD;JB4t}Tl1=Ih0>_a>dA>I0+1<)J1c zPk*vfBolh9nDsW5i$~;+`P856adB?PtsmLDanFZ$?UB_CT0DEi|9Ps+5%zCyzEsyS z5bQ+*`W*o;HsL;6_aQ?aY|6!tOC~mzu@C9~FUuMR4~}gegPED_+yCSm=ti4TvF4%N zr1Jx9L|AFXGKWCneUcBNv?L%Eg48ypkDq#qahVAK$fH2vv) zN4i#jF7#L_>uo9*w@AbP6eq6)9MfVhZVMSL{A4cTUF=v;F3w0MxG2+Eb_4dY)yu`B z8@F%Yp1D}|O6FoP1oKPxOEXoDP|p@tJsLNai%$y^KUrQ3;aC=NvBht9{|CBWESJEs zF3?FU7x5es3_Qz}086pe%f(f*+qXZExmfl~=3+2}a*N~AOqCQ@J=JOx%GN zjV0ii7ICq~Z+HJk;-XC79S!BBcJXe>1sB(uQlg@>Zfd<;ynZ&XW6(QyGZ%w{GQV`+ zxNoH->e+&-N8_e)@fl&_n@;c9Y7rM({C4*r5EsiOaI6b-(&%@Dn`8qQUyq$KoGCH3 zdb#)unTzJ!&0Gx5sodhYblu7k>f6Gsuc=%-C<}S6dU?-Qi@Dg|=Znn6(nQt;I%(zN zEwTqL+DmM(6kEMq{E~1n&od_7&KSoLV!R4zUzH;8|Je$Q5m zxY*)KmSuhL^(MZ*c!eyC{GRpUoW?ON;$n;6 zUp$Gpc(Lt#lh*4+%ohPJ%G5;NaG|8IF&9y1`M8L6uQC_4Q!*EWC755juXd^$qn<6R zdNgh-7qRZu_hqmE=QNIG5f@whp3Z9G;%jZ^o3wKAvm%2H-)r(@nZ*Jdb8%HEQ{Ulu zyw{8Cg^PLpXziBF#b62cIo($~RgF>4mQ_6(HFw1Wut;9HP>A#qXu zMjj2y#k(aJHpIBJhSx~~8*>rmmhXCTM!5K${Cu(Ol+49o2;~;XrI{*6sBa6izNT_< z{RKtwc^NE-a6}bl^e&y1i}#9iz=qq6li)D~Hs<1qrHp+@_s4p@nAg4Pm{q$a zb1_&#eT`$aQ`H#tZCTdWR4($mSLQyt)vI5fLR|DFUPHelJRlpmcsq8=fZ=>>%*8?L zUX7QFdEF~}?q)6q=VX5Ae(AcEBWqh!Qau_sm5aRY)gmsoc--a1#6|o5jddEmUVKo5 z;No7B$?IO}d^-ByK=mDt$I8VbuX_diYPV!A21~Hd>Au>jYHV$bI;uzGrgD+jy;{UY z@8+?p(HdOtRN^A$%ZUZ$;vvZd7gOtADHjK=do@-r=5?<+r>OQ_=3=mfa*JcNQ`H#t zZCTdWR4($mSBtpV;&GRk5En7;b}Z<9^kK;a7wt+1*y3@QHN?ehZ0DP_UN2Tz_e!r9mz9fo-K)+i zs$G`37%ZXO;#loeHAa0~mi4VjE@IH2rQtN<;s(bK%EhlsKCTx(VaiR!^sX; zzBrTDy|U+S=3;PUb^e=3=k}^Go;DPE}*nvt?C}#!clSuY2{jox47E>qpwX<`w$+pe#sm z9soiQr;v-K#peSQJ}jeU}qw)PGa4=HYl&8gFn+2$OzX z%#~sG!;z*xJ-z8#{khg>kjr|T%0*uHs>{U|zq^S3{R(l>@(%eLl#82004~b(MBRY* z6tUII#ixXepUqq>dnI!*7=rnw`=yyGM=O?%0Z4xGgXdI-xg+lO}$=xM40&L zGkUh_adDeH+}5R;i!XI7pj`ZbmQZeStahpzqrNT6`kKnc9diEv#JN3Nb-CE$ce-JXUnefU!gjt% zD;IZ)3|z$ciw2k#TfJPoYj%GAm-2md*(sTe!4S+Z-7n2lIYK>KSoLV!R4$$)7c^@x z=-H~|VyoA7fi*6a|GU`tbk^CL!!dI5>J)M7!p> zF&FVJ_;PXap~JtQxoFPa%*EiK%rD&!xz#^W&z4p_8aI`TyuM49i!Fao=VIcb9Z#`- zpj_N9LU0k|(i+xF0vmI2mB^Nhi$(E#=At=wGZ%w*Dz`Wexz#^W-5P37XuT6x!1 z-pRo^jbrL^QDkinuOcqK-Z6%9@h-`S4R18%E|D}g<|4{17Z)Eoyk@Q_9?j1e%YMmR z42EES>3(UZ$`R_>!m3B(rgCxXIvFdFiKY9v*z)n{R}&Y#%V*`{z2Y3O;dbLBcocz+ zxp<<;mW_+AdG*{whyPXPV%aa5i@^}eEsjewRgO^K7G`}-*;Tx|Kc%PGV~Z+#c#;)CKGxL(A#v<6+@g}Jy|3M|+4Vo|(Xt`}dExmb2ezFrK5 zP;POozFRd$eOs3GHI<9JzDt*j-i@O*!U|5mn7C-)OSFfrTs$N~a51*N3v+SM`Yz+V zUVP~AKbV`J|HI71vePmbgCUq-x?h^9a)f%euH)-W!YJHbF zxj6r;_X`(qomKx$#hQo1@~qDwpY^UdE_ws7 zG2^U2*(+ro1N%R~jm|MD7gOuIFc$}{?=sH&=;G+N=H`EI&7AsgD%Lz4>JRI@S2Je) z!4hl-=E^YpYU5Pw=}py% z^eoqS^!z;jvVDKPUM%~LIiy`WDRSn@F#CE;so2w-suRnD9xG?PP30o5?=rh<*WSFm zOHu52aZ#M~s!LAN^Wj7j>i*J`)nDOPN z6yC?dRxcO-?~V80_m49d%YK;@{;8XAdzdT3?5pln?CDL_iRD3$m9yTaa`Ag|A@qXs zq{lHS7hC@NV)1qXp1qGg!*;$&D;M7@GH~%?lP6Q#7TD_K;{5!jvw3}&-nq*h((alR zIdf&0eLbdB?CDL_iRD3$m9yTaa&bWh0ls%;I5HfQaF5Hc5o9hhIb zA9AaIqMj|SdNgh-7dOkb;_tq)XRE-))-PjF{Ox~Pd>>t!$htr$tz6tAd*I@%DX~`4 z*qDp(mE{|cJ~W%>8S9<9nTx?em0KK#-0GjGZ%ebjrgHHLS?KOPGO0AqX&jSs(cTZ* z<8Dj(?}&@`xuLazauNUkgAK1YnHNeL8*>rw{45t2v5rCJV(;9|TnrA%{L=l9Tm2LD zY-!b_aZ|a->li2(+ddxs_r%55+Ris=<>F^W1}6!S93f^!n|vZ z&&yx|bFuB?(Z>-Nz3XS?;=SS=u;F&&BzP8qjk$QD$d-$X59M_XI;W_1OXgy*gmQ~x zwNup?^=(lk!S)zC|M zJX-C*{L+2RuNtGCEvtGoZYmdf9RuZJ+s9pAPF%F_-&j9TE&0LRZgP+p?^$sa)iB43vxBeWSI(N=~0kT*Umcv7lV6 zvW|granL#j zzL?iB2xqExU*=-41oKPx)lOAo)U#z(kH$^qBClhh_t7n1#-Ml|aq&9a`6jJgtg?=Q za&gc)2IJ&nUdJGuq1t7ci@_4gEsoVrRb$k*Wm#WSxyb7nyl2O*kM6wX);(Cupv~{< zd|Bqxxbn0g{I;%RAk*t4!`men@9ALv91R#>!KUwZzfqh78{P#^jk|n7)-d>IV_L`H zp~EN3d^&H<|92@nC37(tg88NUrI{*6sAmhS9*vvIMV^<|aU@Q`c)IQUNcskm zfs2?YLc>cWfvrw17R8Lr8}ahY#j;Z}7lR>`TO5~WsvM!dEzJ6w%Ed?IVb`b6=-JA0 zvCZ%5e3iI(mhJpV`bLp~iGTPU-zGvlTqWCEEn7SuFkI$7hhpJKa$=lGH}uUFXmj? z$5tm7i{hYg@hka0TKWMYb1~R~`K9|IxB4gQ+0v><80z_{#E)yZlb(qWHC#yc04PgB_Gx9G7OQ9HG7~ z%=((j#X=TzIw+H;;+)1YSuVDDJo;MV;>EV}Bk3yhb?bQap!vGTIUYSf|5urd=G@I( z49?5^(*1~QCq<}d3#cBAo61F=uiJ95&EwH;B`&_kc77ziUu5`gxxwVg@(=|!zFu4< zvgNv7l$Ba#UfO>=*Ej7%ZXO;#loeHAa0~mi0B2i!*EGnTre-#I6@b+}dy*aq;y7 zEOD3Q!-g1_)_}2TY|KTJTP`ln&tEiG6i?*mi)E)|E(Sv|zjVJeQ{@QtY+==-aZ|at zb)AeA$V7oLF1C3*`fbF;LD$Yz=Ihq`=o7_}mXC`YWqp^&GZ)K~H*+xf3Uxuc=(*`MP`e(e0kI`^SijgZ?jGWxj6Z;-LAu$N79wu3+VQ@r#*@<;k157!1Mu z(tXRgDrwZS zp!vGT$;J8kj|&%%n^pf!#hQoXn{<9?AFQ-?GFOJ#SKFjwPj9MDEYJE3@>y?FxybW% zTQ0VF+~s=WqBmc+`pRKR;Ck^+6-W%0V&ica%q6jW&li6=b5TxKF?lCUI!Bo+!|dy^ zreaTTs!l8qdaRuFHkFG!U$^CAo5x+=L0t6a>sFt5SQ6mkJ{3qj30y3SgPDuw+|67J z4$Az}edE5BlBj13sveD3A{X2IKfreq7dP0>kEE;2*RA)_%Xz){(BUJ(#ZTw^=(5i; z7lR>`TO3DRJ1IhaTY&YgL@o{*gSGZpY3Xl&?f6CWFM9KJ>v30^uUok|Xuj@oK3^<~ z-<9{eFPc;TO~smrW14h+sNGjuJDDrP?5k~3v8OjxCzfY@2KlVFsa)jwy6t^*o9FDl zSmx`t^U`|rb*rybnXg;9c#2e7uIGyn9X?(DvVA09FP0rO=^SOQ470C3nTkEVsXDPd z=&^Fv+f**{eBHCR?%XR=bzf?awTpO7rO29FdTx|2Jiyd2>O^G`}PxO(6?wT6b ztjwvC{|8w1OTJzVhG2f_ercx45$f5(sz>9da`72?Y2;0(_iR;ivCXe8c8u|I;^JAh z^CRgSMFuWn{u~WwNCI2ET%68aH0N&SV(?Do7RTzlRb$k*Wm#WSxyb9glw54{tBaj( zK9{(N^$1d7yJUik)^NC|##S#Ew+I(E=j%o32ZYSUU= z+~Qd6R5eC@TbA`Tm5aM&!MYP)70ziKQ_02Fk4Jx;xOkE6{74%Aiv}0pZt^aWG`4!V zcqDVtoV%He!9kf{x^LXKQWEuSLDi#iQ@OZBZV*5Bx;`$pemwdU#KqUx&X1(`iws=6 z!Q`!%G`4!V_(bNSId?M`gM%u!I5zHEDT(^FAnR)?7kM3n@_MoLdTR-mdDdOTN>loC_#mj|@`MqvEcQY4*C6rqntDUOGsBg=% zzNT`K*D)x$IOw*~nqoz!KTTZ39J8r#NHTG~c!w$U7D;2Pmy6d37mw!a#j;;A7lR>~ zU%FqKsd9vRwy^5axT##^bqq=_wtn1YKXGxCbqwm|;`=fe&AFSon7IfGupfZqxUSK_ z>ll<=Z2h>)XNZf}sKJ~#wT?l(T-=?xn7P>JwctQ3^c5T+fDT)PbvE^S(cz-~JDWZ1 z)}#**7dH$z@~=xies4Zu%IW$pwQ_M`zi{!|JTGn8FMOS#-8Ct4=E^YpdQ7R<)0?Uj z%Yz;(XT2+oi-U$=ttnPy`U07++s;e7allcg)-kA;i~m%(_*~{<*?*J5KXoT=4|8Rh zebt?cJ-w+qu{`Lpa@N~aF7i4C<$d%O_E_7PzJ$0q$~p$Malk1Szf_P# zR66(3XPQEo;~QI@T%4c(y^RkY{)Id*ZP_oA!asErZVz*1n0?iqiaoulI;Kq|y>_OtU>Mw)!2$S>j@I=j$$J@4xT9%*Ej1edCa&cw*$tm0|Yvm{PH) zH&rK=2R&BKdYj6{zWKU)Tx|6_jB~_AdmU)~K+{_!fpHhi6QKcfd}FKkdU1YMnvmaL zEIWm-&q{ITVhJ?0N7Zz!3sD=bG_K=cNniFE}l2QQFcf^xM&~DzD)M9 z)yu_SoxSX`%Q6?G9}qGZgB?l?_C+DL`X?0F(yXwl*NX?vD2mTag(Jf;SuSp~2i&qW zbFnm$YlTUjmv(;sn{prh{>;U)=Q0e}XfqFJe^=RBwF6z9rI5r$hmy0c* zvzy0VF0`E=N#p;2xL(|3^43WjTb zQ@ME0%ZuVFS*!`?G>*w|F^{{L@o4+p(E5R<7bF22ZdQTB7nfU|T%4aj0q-wnE|&e0 zxfl$={L=l>OqCXo|xrYv)nBQM4J0){57(%(lvHEV+81-#g*4I=nZj~FotFMf5F^{_#E)Fur7sWZi zMU1~_zz++yI=Lu!_H*;|kLT;fvQsh_gCUq-x?h^9a)f%eu_oqq9cQ7-1^i{^TGUf#b5~Lm+o7}RY{|s zEvI@kZYmf1=3mtJy5BgRpD!9NHg*2R`T1YYTr}ry=3?d|EWmyMj^ln$L*G1OJuVJ< zq^2rXWX$g`Hh2ETgEAid-F&@RdMTd|>b#R8*XyiNVm+o*?CDR{iRD3$m9yTaUN0uN z*y_1yuf6|-Me{~fooDP*#z}CEiLK7(i$(FfG9G==oceDn);t`-q;LXlL1;^Rm@C8V z2aBaYJ-z8#{khg>kjr|T%Ei8U#(LL_t)83qt;EHu^Nitr9Sx|1txhgJbog|c>gPzl zUMxFh()r3<8D?MoFBN-wQ*~l_&|~GSx2as@dB!$xyM6CRZf^M`W75(8;q;>T@n^3t zrV8|IQGRxk(GNUy!1IY!Cigf=V|!LUj!FDRQH4!q>_fW$Kg}Lr{LixKzEL?u^61R= z?b|m%7b>S>%|p3K=Lgz|u+rLzJ{UCw%cMWO??~6`&xIZ%PF@K(rY;w^1zB4^nTx9j7-B~9!NoPE9QLu* z%f+J`<$5u5vFw-3#b5~Lm+qHlsvM!7Ev$MpZYmd_7AAhOycoiLA(l8$urAJFyU zi)`md(s+&t29{H{bxMGx*y`ots@d(^AIMzn^hmy5EX~ll22ys}So5pKsB6nwT}U^T zi!;K+9pxnbI1c4vt6$QQj((E3Xs-jUA7~o$MSzP_Dv(&Fw(M;6a&cz1D7NPR0haxe zuNQ+MaIVKfX{O2%blAeIv#DHMFHHQi@}$QxDHmJ)l8$ur|3zGUsqOqo`U4^Z7v=9m z-5@FoZ1r++U*@7YcQY4*dosUtzw5je6R2m4sveD-%EdLO7R7C6_iUwHZ1qbzVvher zT$Jh9lHnG~1sCmgHq45xUM_w~xcErEUX*@7$XpC|P;PM?a;tx$zAerAn##rJWC4;t zm$}9ea7=-VEuWNDZ1LJZS^S>P6bzIIyCn}?oH1oyA!%&PMfeJ2>_fUg-uHAK6D~fT zxmfl~=3+2}`WnZjnJP!9Zws@&rgBl|>&7{aV^S`@(H?9I)0Yz$FB)KjJ0%}Be7h-k zfuyl97cu<5d|X^Lm$}$GcQY4*gEGH#Kjc>bL_J$t^=RBwE^axuC_eYPa8Bb`l#6X2 zkNy$jqJ3^?{Xo^tppaO~4mm6~t?|v^I7uRJjieGEDWG)6vD7QFPJ5`NQ-mSCULeYI2781-yf)uVA!xwuB=>ppp7Z(iDP zAKmiFx}~G9Bram!?NoR`GQq{$O(BfwV`DC!RLazMI36z-e^$8oaK2tF`z3QR7=nFH z_e(QXj!@4QRy`Uwm5bBz;Ov^~`nlNlahI!zi*iYw3=c{!xVYDpl4WxWY|KUd4~+T_ z$7AJU@j2mQey>}*C37)Yf_+Z+)lOAo)U#z(kH$^q;sIH-?jjjP#l0PlMXwhJ-8WiW zti<$Nh>N4FW58T|p%@G@^&O7K%Eg7dg^Q=>dB#d7&0GwIV4u_drJl>EXX~gQjho6v zUdKSW*!FRktBH%FtYg4jJXsuR*|<3K<;+EM?q)7#F2Vxr2jDpF_cZW)-O9zbkGuRR zaq${8m=ixNa@cjB$;UM&wpzJZd?Rx)bJ2KZNP+{g&{uGP06J_D*4fnSMURVZ{~zEr z#KjG^^CRi6iws=+gvpx-E*|}^aPbTIKDz7|zE05YniM&6Wte?Erc~_dP1T9zL64QQ z-j&A1LF2F17ArA5_0;i;=IfRr`(#)v&kMmtJ3gc9yYTfQ<}6#j`{*Cc6$@A8^oKKbPj9MDEDw6Dob@)9i@d(e?4E5u zb?ctI!preb7R7HJ`ke#CGH8$ybUcgxx? zUmer>F7xvz$ffSV4eGzCSo6@nN#O+Ag3y-spbth3!D8u8?>o}9`g5VjN?C7Hxp+(t z%C7Iy<6^ttU|dC9w7j!^plP`%>u~W*6-bQtx3SgB#m@*Ar)JcDQ?cgZ5Zb~a94o@4 z94~WanEh}>=}%8@x>kR#^%>-{-llT#4!M3g7cbP6$JFCuyWe0ufw=gRU?TVPosxq~ z!B?0PxL?LrCl_TU!i^6d{;!#fWxq@c|I|&mJp<%Vn%*J_a1nFpXppHb3v6|AQSPH>GZ%a3E^|oxYEtCP zm0|Yvm{PH)H&rK=2R&BKdYj6{O|l5d`DcYA!!h-^*zPwNPa-b9%yxbx{Xvm|i}vXQ z%!;i}E<;J?oJB-#4S33+rwNLW?yxuVoz_XPAm_4teo{Wm5bAILG!?Q;mB}I zJubHU4aU{PMSFj2{Xo+@B>^s8tpbTbXt2sI5HfQahW{)t<30=I{`GR(f}PQ{+yRGnBJ^jJCTZ7LTFxj{Vm>Tpiun0j2a zcZBxH+mYt+=!*v&_CCo67q2(vE|fI3dbxOC=At=wnM2xLlOkuX470Dtl!`sQsXDPd z=&^Fv+f*)2$vyPcrCQsKfsFRCD@r}$ybM8(G|I|&m zJ@&#tLNeRGiZ|rXCmb zc(mo>psVM5#eT5icH<;?5`nE=F8+5JkG?Z=vFw*g;h(w*w}-hh%)aVQ#h%_&omd|9 zSUKx$Di?Vj1Lb1dS2EynmqGJrJRr^iF5YgO1S9&`>f~av@IskS=Zeh5vR{}(+Fg?( zXRZvhug8>%J-w+qu{`Lpa@N~aF7i4CJuc>P7kj;E=gF~tpy>xC0WM-(S_9TFz*Z|4 zi?inPd)>WrcT)JLKEmx`t_-uUx>K>IH&rK=2R&BKdYj5cUdN!v#X)zD)*34>&Hn?m z?@}S4c zS#MLh$n$mgxR}RXEElh_ogYa*EHYd#;yp$UxW>d*Cl}@aE}4tw++_}FUrmafxiZYY z9#bmz^rq^>@}S4cS?|i@V*VeX<>Ch0`H}S3MFuW@!sJZ?7w3QPM&aVRypBQHFO$MQ zbrWt6b7h!))t!nxy{S5}Jm|4<*1Ph!IA{dcT4UvPZEf-}H!(>RUV^Hh$;>@S# z=I8%?=3?1<%pvX6Ns%*GhS}F+O2wYuRGnBJ^jJCTZ7LUe9fRI|bh}qFcr9@e>k*_v zY8`_*xi~-nEqPDp#>~aC^CpFV>Py@n=E^Ypsyh{XdQ){`dC+6!thcFLFG=D(Y7!Bi)R+a&+Y&HGl~K|8`dL;Ss~ez7^&9WM@4gMtjW&7li=|PThjKVy@ju3wl6+d^r-=M4l3!iQp#uRr z5H^V%AxN`)kR3FCl(=K?0Uw_J0oD4lp~nhYFV2T|e&Nn9BYyMW{NW!U9u&0B@lp_V z5DyCcy;{Di|Dit4Uk%43Vb?L}ar)sr6mP%f*@5?c4uk2K|oj^v&yg68z6 z_Z{h4{khO%rL0#Ohqw+dvVFC!EJwR77q>`*|Fi@$^157X_v?$rU3$G(auI8r#)5JY z_t~)PS*FlxNn@**i$`WJyX-v!-(O@d!f#?+JmPTiQHP7i94=;ga1^!!&cRWGaX~lf zeTQ4Y$$%c4#d_=JBHLHn%5t>Za&bm3gm#pRIw7yi#dg2GSo{)kag7?3V!g)SEOOX& z%H+#b=moZVxme5<#d!mtFESV5H!&_g<8bkLhl{KK-}rrWmIp^+JK!7~H5eCkliqi@ z6`Ty{v01FQZZ5KYwXG~iyDb;j3lsmWJn50wF3R-1(V$%XfaJoic0RJx zWglC;TwE_)d~V6ti}0Hm7pFxYeZE-A;X?>=*qyM+;bNA@?Gvmw+GlC{WaNEAvQi`y zdaRiB*3HGLeuj2iF0MJXC~iAD92xSuTx|F2i^VS!7iIe1XizSGP;y~c`&btD)Y$6f z;wItZBTMEY{3*u8-3}M`Ib1y8a52lpF(j}Za1M?dg68z6_Z{h4{khO%rL4DZF0y^K ztt>~oEf;xxmo69E{rX~Y4{`B4H7Lc(#T_DtUG3XVU@5kGxwv(x>qYoYjEhGcE014{&|{^nw{9-7eYLGDN4qT-56GJ+pP34!kymoD z?aR9q-S>3LahJ7fP>Pj{m|qNbwf`49U-q%p%f$uZ;=ZLnUv#+mjKjs}9WJi^|D5NG zSuUO-<8ovNoP(o=j^Y6y-ggYB)|U-ER>*qm<|5ly+sbmZ+j8-c+~|G#qHsO~i!>$;Y*6>P6V5^sl2Z!P!{3dq2I4$z%^TkpQA3{(YY@+i% z%hUD=xubomjZ?Ar4XHY@Jm|4<)>}6htNI_>ZMk?%ZuI_}3>H9!ye=2>dpe8WUwoDA ze3Mo#;(yVw;X6&Euy>dFj#mlusJ7a!N=e3R*l#8F0eAxB9rkpIZ zSYWG{i%$*3MfgpOi$@$TKI(Asn8U>^501iiV6F_aZ(Pt#dV1XoP6qVYEY@2$7umkr zR+gjPmW!*Wieg^g$$<=c-Rs5tp3b7{#W$!yDON7tEppiKCX@drnqurK^yzW)^dNIGJ zv*>!!yL?tI-Y*7+U2jvvON>Vm*y`otxkGUgeiP&3ZikEe94;PkxR~X^QP>X5m0|XS z=JcnhH(jeg7kaFe_14Wrwy(C8P9I$S*Fa52k+m#`gh4vres|5CB{9jQ98Jm|4< z)>}6h*}mFVmZRO4i@Y9Smy7v5op8Na&K!278kAz?;#WityY4ahc*h$Xa}jkQV;|D} z@y@67hM~9!zlm}28HbC{J6v4-x6bp$Ebn*<+edw1l(?gKz=x-QK()SX=&?f9TQ?Wk zzS>rnqurK^M`fV(iA|B~Mel){Dqi6+&!>ZR{bE76_%+FdT|Z_DVQp1x%taJgJ}zD< zT>Rpa{|5-aiE(jSS2m$D`p- zF)r?QxVX>Z;sJ+?SsomP?SOM|)L>lDO?uzqR&X+)$7ZqKy1B^q)wZ%6?Y3Ohby86t zd0j4g0}ZNpg~vRfj<-(gs?rXJC5Bz^GTvOx!^JEQ zj>2}pIXG%CF6bt`?{F(P8PH?1Sa022WczAcS&nvFF6ug|D381@7cpSa;=u3e*#A9S zvnUrI79s4q&ty&p7k3ZEMfgpOi_bV*eBR;W>c4ZIFJ^hiQ`kN@2S*LY1>L0g9c~3D z1A1&0>#duMY+r3F%hB#iT=WKDRq+asc|M&D&haW2zb^T(EB+6tVIsJ=uwS^ib`JfH zc6l++OAEh=adBGY(dUb$9QqN|2AdrIWqGg=+aXwQv`@8tD)zo1RVS7QJyy*gZc zSKG>Rw7U`)FT45D=@vg@?2fyX76|$}syeKV_Mxm&*;>haOvo_14Wrwy(C8 z=taq&mm&BgAxOUcD?j=Q{2I%oN~INZ1k{3gc5XB;j*?{IPT-#gD2v%GVP zvVE8rnqurK^I_}cP#W%H^i`{XTl8fUUcR5)) zXZg4|+_($;CdS2Skw>2|mU2BW)c-a){LAuSA-03sZrnqurIb_~v$Vu{-Wka&dzil;UB=U6z%LopG19EqUApeiP&3ZikEe94;PkxR~X^ zk=PE*m0|YDMWef(-e}>35PEDj>#duMY+r3F%hB#iT(k?7sInHtJI+60(f)YD zTr2#duMY+r3F%h7Jj#Ut|m_NhPFv?DZmK z%g4nv8y|n{;SK0_`P%C5FAC3MT$~np^!Z{b$M+!MyAU=xT+H&geS-By`wW`XpWZj5 zYxUsl^@|KT_TW0US@3(-Ra(IEPA5HebIXG$vn$w@&ccg3e z=R%K_vfjG6$oAE?vK;NU=P%CLKP_LvLtY;jTRN}Kx6V5uTrZYf#52KIP%h$r8FpQ5 z3L%ZHUM_xDxcK2Ea}jWDf~qb_t8=g8G_1>(RrWcY5RoS(LUA2so495 zRGnBJ^jJCTt(%Kg{SWQ7T%3^$p&b|?m4LiHF1GYPFTX)tToX*x_gVg=6q_Xnc73ra zfi$*yxwvMoD5jS@pAP&f#>HnGEaI(LUAoso495RGnBJ^jJCTt(%K% zUu`SP(QeDdHK)p&Bxi@x$m`=`OXt;jl(;C%Y)6A~@q>~JyPjoAA&sqGE^ZSpes9V5 z(eRrX7k4{c+~;udfWyTs501iiz&SW-FfQmOz3*@r2Gm7FfQ=v5Sh>MrD z{ym*?+-0pAlw#!~*1LjTEkDnfeQfn|@gCvg-AlfYhTp`v_>9BF=N&Gteu49RG0Vj> zWL%EyfOBxv&`~_#!~2c_)%vob#|l|*-CSh*YFk;3c3UnUk{i8mUlh)1Cd>iRD3$m9yTuxmeZz&~D4cV{)VS-(Hj8Vt!Aj)9tUaoo~|0Ma)MFyRI{N z@^e#QtCx#U48=wGQ;dtd9WL&3xOl+fVwML-VLLEahS@hR=q5eAZUrX;dTbW!t(%K% zUu`SP(QeDdr{%`)mD33>=J#|urj%t9qd~d&S;>W6!9fkLmIStXx%m80T!i1mxOl|j z;-d~1k2ze-^57+G2jv1hD`vfQbFr$Qq1~2?YvjS%$s65yBQBlJ@9A{9-Meg7F5WMt zVAt0hC&42KY_)Q6>+6T&BK#@F#oZ1U_c>fV;BYa^gQKt=m@C8V8y9qwo?f?tlL0+8 zi}lvcMYgZDmE~x+<>Enc{s-q=F21p?@9A{sjVR~S@qQkZiw}swVOM!n+YPwX#>QMk zon@Oh;^37-aS?tK<7*1Pfu^UR(~$^SSjnRn~Q8; zZ7a*sZp+1K8H>I~COwe9NynZqzHz#x@9A{sjVQTzr5coC<>FUF4!c@&VQOD&%te%2 zHZDGO?ND5V-^951jKjs}9WJh3!jM@dwFbIU}G+V6wAiNsm;R0 zhnM_6K=@6Ji_;>HK3^>5dS0koY@+i%%Y%hHJE;9eiB)$h_VlOf#PXoW%2{vST&(JU zXt(7euaipS(Qj<)8q(c)BT6n_Z9Ctj^?LD;$Y57HOa+!=V=gZ1dVojgg^T}r$>Y)R zrx+J^J6zo7aPfe{#Vi-ckid3et_-suG^am3z3E#0xzJ;!tha71vVFC!EJwR77kQo3 zJ}!C#4*CTvH13W^mt4d;EwQkw6dslscD2jmfTh@&i!z1L@?9@J^$)KtrcPV(ItK8Y z7#EK?Tzu5w;xUJdSuRc>f$hLt8D>9dPJeoO)3y3@p~p&DZ{1vE`)XTRj&@rv@;a$~ zT(lQJsCdS2Q94tQ%^af(}3sz|SHd*(|uJ0m4Q_-MY)OD}$JW&JcU}G-g`P{N`apA9JJ-{z4 z`Fat46XW8v$fM5}OSzsGYJ*J<|FS$-i0z>E8zolTr(#cks!l8qdaRuF*3Ct>ueO!t zXt(7euY2_qAN|nBZryWpYuCF{yS;7g3yQ11efFAS8a*4hWfnXv0QrVz$gur-m3>QBr?$YWeQ;BfJX!^JEQj>2}pIXG%CF6bt` z?{F(P8PH?1Sa022WczAcS&nvFF0PixKi|XyFA2!&a#g7pe?RB7*vGHcv zfnBGJP}g^9A{W(fn2V6dxcI2U#XokqnB~Dy*bX=cM-9dW-K6&&ZUrX;dTbW!t(%K% zUu`SP(QeB{Uf-q5Mf)P2Dr-^vcH-h$1CISh$%kDpG3CyXG`1#kQT>Lw2ziW)&p2E> z=fwE9OO^*mVLLEahS@hR=q5eAZUrX;dTbW!t(%K%Uu`SP(QeDdCuDt>Zk zrSIpc-F}?7c&=tR@ph5Ju6FnyX2sS-E~?)!7a@;v@j{VfoCZFGAjwX+-r-`F$L$lW zH`-@u`efvNL$XpN6MC$e_14YBs(yxcTP_|wUEaA{8;%TlB^O(}eu4HekGo81h7<1= zIqW)P@?RloY)#~%`V(^z@)#GlI9yzCxR~X^QP>VR2S*LY1>L0g9c~3D1A1&0>#duM zY+r3F%h7Jj#ocGie*j+<&S~UzxtPaY7L7+=qy}~3J4Ft=zTMYo_zj1PSsomP?SOM|)L>lDO?uzqR&X+)$7ZqKy1B^q)wZ%6?Y3OpA~%SilgU#d zLtdAQdE8|Y7iD^lWY{mcu;C4+6z(grHIa+zH_S!IV_ZDyaPet}i&-8Vh3$ZIaMWO2 z&`o;Z;Z|@mpvPvh-nzNS_SLqs9PPGToRNFz)iTD?$HhGEvWSb`eBEkiov-^Q6-cb} zbvKcV>Nm_q$YWf5*5TrLC&kBIvOG8n+kv?<%)W6!H|gnhD>xa@W3yOq-CSh*YFk;3 zc3Up;eBIsa#XRn^h>L?RpYIie!>$;A(SS!0*qX>i^&93QTE24~iUi z#rTT`{Dl%*6S=5E>QF79`@nB~Ds*bdB*gZc zSKG>RwA*s=IeBpQi*M`Azu4ts9(P%Ey@>h3QsHZo3A=vG6w>(@o5)4=8|EV9F)rTY zaPbj`i&-8Vh3&vx8D`(Opqupcx)q!Z=&@O>w{9-7eYLGDN4qT-dH%&N7YE%q>KClg znE&tM&A+IJe@GIr>m4eP7%ausL@uh|Fc%?@aq&A27k}VzG0TIaupO8y!|Vsm=}%8@ zx>kQK^jInDt(%K%Uu`SP(QeB{o`12+#XRn^=z7tce^KpxSQ4-+-q+Ef^Dj1$i|RMb zMaW}Ze9qzG6#i%`LC+VpO_m2supQJ+qr__CRP5Nm_q$YWf*MC7q?mm3@|W_fTFwgYozn0@1d zZqn21R&X+)$7ZqKy1B^q)wZ%6?XJW{`-e7F)}r`bGXJ8TXUv66?IQ zO}t)IzhN#y9^>Lxhl>XsE@pXf6t)9%Wte^Af^O2&>sD|wpvPvh-nzNS_SLqs9PPGT z{llI6m&rAFJ(k2_=H|L4q`&KCFCrY{czh*z{ z@Gr}Qg{s;??K(=VeUgej{i!;!Jm|4<)>}6hmtuFzMV^;7aIxht=}1TaJLTdOdba3X zBXtta$0m`(u9!bZgU(CKTtxn)a}oX&)YODR#G9Ja9%)d}b;f8IGys;x>D%ZA>#4OB1=KNX@_4L@vUg zVqAR0;o|olE@pXfnW}bRt_-v9I;qL<^qL}-lF(xdvfjG6xD>lvF6#V?I5r#;xY+th zX~h=ZahLM>;yT;;k@Q}X!LHYuyeUazYa$onPcbe&<8bkmljG0TvRoWMLRC93SBBXS z-lvF5*V-;H$$qjbjR2%;PRR?qZ)CT0hYAf+S$q%_@-i z;&N*u7vWDaF0L=->i>GU*E(Fx@?fE=c2K*H5^JBNVo!gnPAm_4teo}M&BdkI-E#5B z`9*R2rOd@V?!x0PueY5aN#ngm*!4z}cZsAs8@;E4B9lHI4S$MpajV0{eGV71JUB#E zJ1|#<*$>~C{`B;wYxU;`Ji@DaOSwI$ZpQ!^JEQ4pG$(%#~sGjSIR-Pp@0S$$%c4#d_=J;!^BxxybV` z;y$|dlP^j~^YcYJ&TRca(+4F1yT;~UY$6xoPcbfj&*9<^94=;g@Q|u@V6F_aAHFgD z>FG_^>d%E9D`mZPb8#tlw_N1;7Xugb^TqD-#q$3ySKH2yqz{PIC|LfsiC~|}>AI%PGzfofClT_^KPt}R#L64QQ-nzM1)i2R*%SE1N zEO2qqU8A+c%1n2kFP2;!Wu7tSBF>yi=OX+m#>E+ji#Ix4%<^!4RJ8+hWtjacXQZdM zN?lt9dU)UJuA7TXvAg9W&odUdn4d3ppD&hN9A%y{=HkiXNR!S*_*0CFcQ{=9g2Tlu z57ek?2g{UU)0R_S+SBco_vFxH^H^`)TwIFX2XnFIlP^j~|JvWKS~PFOM%($3bZVY4 z=HiQ_{-kpe{&a)1^ZRtHPnUA_f6c!7l=%H)mIn(}wS(Gqlvw*D6?^(qbz*tYW96*3 zZZ0mx?v{%@&sex#Z29Di($TlbJY#k~9n2S&3aNRH#?UPjO=}*;(lvF7iBM@7evKJs;Zpp1r$nzqQr# zjlE~>3yM4b@}_k<&lv7~Qvv^TfnCoug>VIhP3K>HQVL*`*BO&s{D0<-FP@c6eaxsF zBKeG5>K>d?|4qf3hcBt>PuiedK3HN@J7}Me5^JBNVo!gnPAt#*4DwlTQ@MDDoTukv zLag$b7IU$^j#?NA_;KO{$Eh% z8LO9zyJzKkaijWgD%Lz4(+}&shi-(dKW+!+$}syubNbWMo37QLYkdZ}thcFL@l|~&0L%saPX;l#_HwbV{#w8H*>MzghGx+M0?r59KDEA7~@ON^2+jVAK#Slm7I+BVDUM7kaFe z^){7@JkQu-F6MC;<>DywjMdAB9^m^qzIrP{(*4tDr z@;qaUxtPaYl#7Eb@kMbCTrci0PJ&+*Z1r++n{e^zd>>u*OXgxQ1oKPxOEXoDP|p@t zJsLNai%-0&DBd?)6er5T;aDse+dSVGKVQ7Uc77y%P-Ng@Y@V@tx%l&$i{jVXWtoe? z63Q)()lOAo)VF0>UsJir^NcO#Vt&4;|92T>o-yX)pn1l|`d;_K-NMDw^L=!A@@6gu zLomN|-!iUB8ue^B)uVA!xybX3E#_i=zNlOrWu7tSBK{k=Z2xze`Eur>Id?M`1I3hE z99za!Nu$0k$NHMeMV@DDF&76tRkIdZS?TWki({B)jJY^yp0TlBFBabrF8=3yy;!2iz}_2%9BxIwM{Da^rz~?@~qDwpY=ACi#*TR;_F5GueO*~R<3N{-HW+6 z$~8g{?QRd1p`&G_LPj8jFwhZ*}zSZ4SF7iBM@B7f5 z+xFbDY1`gb&oWjNd*%Ppw}0!`zcy9gM=$3*V}B)cjQx*1&sgX5(sORoc{Z+gTBZz} z*0!W#Pj{+LEDw6Dob@)9i#*SmB9^m^qzxwS3Iu->L}k>?q+Tx{=XbWwbaxOk@L7^QrR#CU(v{$Fs|dB(=eMa(m{ zCcoER_EY9!Fa+~U_e(QXj#ercd7d%L#rBRy7sbyK7qJFZD&T)E;G%v1`(?6^jh`=y zDEXewc)56J_Wt{REOQY?myo#_?4TUvIOJCUT&Y|&!%JC)d#_gX^%)rrt;MJYzjBwt1E@GwxD8UtG?4#>UIV zJkOXtcQY3=7hwVR1NaE;_cZW4W0s3~+(pKtOD@{yhH5(-FUSt;I*xh9#>>S#&sgT7 z_0*7tO=6+HWLg3pwgl^J>h&VeGiJG%$6b0{T+VsM#>+*_GxltLzF3~Te4U`@^rXm{ zE5q#TF{NTpZ>ml#4|=Se^){7@JkOZrVjg$tadFUZ#J%DixL(9MFB)*Yjjh&kmxcG| z|3{m1cT)JLKEmx`t_-uUx>K>IH&rK=2R&BKdYj6{H8RiG$?_*RooB4a#Wv3}*8hCb zjx$?7(DXq`fQ#dpXKcLJi+P?gd+suawEreW&RiL0UymsjdwNrKVtLlK$Y;Gx|HNjV>>^RepqCZgP z+p?^0C33O7vy90M*D}wToi}1R=NTI-7xO%0ol{lM-OR;c3FepXtDUOGsAtQn9*vvI zMV@EOUN5$Hma(GPcK>27F6TUBW94F=XRLFI>baY_7%ZXO;#loeHAa0~mi0B2i#*TR zdw1=+W!J8EZ2QR1w0okl+vNYzpZd}(e^AFfV}C7kj6Ij<8S9*4dd^Kc&&JhG=E^Yp z+Ll!8=}py%?p(#Kjg5NdJs-v4(lZ#>>S#&zL=TC!Md%m0|WRr@XYM z*DLSIt!+_;^){7@JkQu7F1C0;dM9ylIp-N0FBkJXWA@z5TnvO`e(Ao)KTmFLi!!Q5 z)Sz|H%zt!e0BVT;zGi7I86;yL7p@ob!y0my3CxF?;T2 zE(X>qw>Tb5!o?-5ZIQ$Jn#x6?q+=Wga=<{~V>egGfA{016$ zp0Pz-%+D9Q|98Rs52e;fYN8_e)k>?p(#Kru4v3tF^ob!y0m5X_vvCb)~=Wga=u!M4p zW3^M&81-#g*0&zt~3?q)6qOEAB5U+q*iMm<|r z^=RBwF7iBMi>?=2Jki)cka@-|7ngIMv9WS7&okCJMfKdxTnv^_ZgH%3sv4udEzA0v z%0-@MY;NbSZ7rW-tkcc!l>bNn*I&E(q;bwOc1)ZEn+&-m$6bC~<{0~Ko@cCcis?Bw z={y@(JDDrP>}y+6v8OjxCzc02R?d2x%0-@MOu5+Nq3BLGZ&ogjah@^dBEBFs9z9+z z=6S~KxjX56Wv&dfZ#m_qJ-uFePi}3CGOV|$T;zGil#4AMitf0;PY@T!G0#{%T+H)~ z*>g8@F%XXVrTZbb`lq!mYN;NLo61F=XH2=+;-Tn{Q@oqFIF5P7>fvIZXUv|vnTvsW z$}NsVZuL)VThwBGP30obGuGu|d#4!dI0bWYsw4G3s?0N14;S-1WA@z5Tns+U{L+2j z!{a&DwkV-`G;S&vd7iPr#a2%-)^ULDxXT#l8LNkjd7d$Q?q)6qzA3jj4!PAot!+_@ z^);1?JkOYNF^{{Hp}UsJir z^NcAM^SH}mE)M#gs4~x3EnLj=jCD>`J(V*TgC&?>y03Ps8l#>qt9mqUDi?L0F&rC? zC2+CTQ;c=GnV&C?W1g{ExR~b|>ztx`?q)6qODMNERy$RVQQwwjeNE+}&NGH%!!aor z^Yg{U|92V3JY&kmLGz4_^}X&q&sgVF)pIvvZ_bprgBl|8N;#R zSd@!{?i;NwR${vQUiTR18B;EvBnDfy|GVUQ#yY2{`e^22u!M4pW3^M&81-#g*4I=n z@;qb8#r%A6@%7?3<{48io-B^EY+TIqjCD>`J$Ew~gC&?>y03Ps8l#>qt9mqEX)Z3s$ZhrI9D}1eSA@T^2D%*ypoG;AC4}zC>P8ByWkox6*fsG z?0SwV^g>BvV=kgd>Uwb!xCnoWaq$X=i#Ir2%yRU0QB<`9&cRVb_{Q|7_Z{h4{khO% zrL4DZE-uCHmWw>kSjok<4@VatATFM1J3o@%A~M+3{$KDk*~ivIF2bK;T-@z&@h*pp zSuPGBp{gC2E5q!EZ%luBdegP~bD_sdS#RB3T#DT-7kQqsl8bF0jxK(ZxCln1!VbxV zUG4kdFOz+2P2?i{DaOS^4i~@Ua52lp0VGtl19N4V{qT+HPfu^UR(~$^SSjnRn~O`a zyX7L!Gp1Z@`7~oi_xWOZA3bF|Ka#F8&zL@6MDB&dT9Y>= zX>3irUW7lzxOmQ~L9YHUht~<0iyR@#N3(<4Z)YODR#G9GjHca_F&ntha71F2(Mai#pF3USY&Bb-0+P z8S8t#XvdkYA87iZBw$yJzi4=~B(OE{`6B!&#>M9xE}r?4_;a-^58hDK4$PHd_SOGV zv8OjxCzc02R?d3s=HgQ9Zn>!Qj1d>}^F_U0EdTFvwe9>!`jE(A*E>w!TO^H*xj1N^ zu}OHZ8~zmI;&drj|JTF4-r-`F2MblTgW7eJSon^#7e*~t&VabGD?=*$LQf$mcTv<)}dphu^7#DXqT-@()G0THP zRJ8+hWtjc&jp#duMOR>Ai*&s>j(NuP`Qo5?#wOu< z5&jh8;z5Utk2+k;@<5HMc3`dyvu`=&r9Hh~c~1^KHjnkz&BdkIy#g28KFwJ1PtHGK z(Yz7km}gA6IB1@+N#G*<=>~E5?^~yr^qMt6uKustw}>1e%SW?=+HaIt`y>^6`crjc zdC+6!tha71R`pA?+j5cT87r?B+dj=$@sl#on4M4OI@|e?^qfqR1H0a3@=ymG-$xIc zXKWI<2!D!k@ezlMr<@k&L6!%HsA>o1$}s!J1>K~l*R9}WK#$F0y>)YODR#G9=-I$G+y9!z7z#p)i+GlJ zOv>o>;vg>m%IxvQA=%W&I$tpK$CL6Goc(j^zh3-eX`|-htKd&~m;I$Azg*;K|5+rT zDdpVe>m6QZIjme1YzMX9C~?r7{`B;xYxUQ?aKvRVS7QJyy*gZcSKG>R zw7Vh~Z`ii;Lm!b#$5vi3UUK$H#RV7Nb9&WzXhh3}8OFQU#@qW2hJTkWH#o!6( zcci?S=cR?;#O|Y?D&^3F5VRM?<)_E*qq96%sHz=;RY&{OK1s#iH>B#s@}S4cS#RB3 zT#DT-7j<4*eNV^SM_Vr5ytid*nH8>~6WJ^U@CFV$0rWJe|0R`DIf9 z<14W1I#cLWNn=~;xXUD5FT$T`tRwA*s=8F`uRO>(z5kc*ewqhI-HzK=e8z#-2|KJ04empD`Qu{Dv4@TV9T zpK!Q%$(eB;WVtwigsOI6t_-suzA^pj=}p(_&xIZk(~@?fE=c2K*H5^JBN zVo!gnPAm_4teo}M&BdkI-EwiWT+saPD+hA1bL{#2b<9`sl_>#duMOR>A<;uSJb z@E&;~BYhwJ#+&!H?D-&2!D!k@p}#zFFY&G#VijF zQPmF2m0|Xc3%W^9uUo;%fF7I0dh6!mQtWQIxaHiU_?*0CGLVax+oNCkX}*t^Db17N zZpnpR-)&00O48Vx$VK>5jEi@aa`k^b+{YX)W_hqsRXeC%M~SshQn9B$RVS7QJyy*nH8>~6Vu$195BH|6o+KrXiIAJcpvZO2orA87iZBw*JYRUq*t<<>+l!k=PXoRarC zAy@y`!`&-#ge)J;4r;$qV(pVu?CDR{iRD3$m9yTuxmeXN(QeB{ov(W!7hCp^X}*sh z^cdmah;zWM+l`Z8vlvF0PRqy^}XqxL(A>(=7^oA3f-2;opjFVAq|-M!3Yr)DxAa52k+g{s;??K(=VeUgej{i!;!Jm|4<)>}6hmtuFz#U1kC?7z#*0t2rX2TkN} zjk5yMd>?(~fMfbUBp-I&W6Hr~*qX>i_*0CF=e#U_AH7rL2zp+0cH|?=gC(lkLG3q6 zthP_Zp8iywSRV9PIqR*Pi%YS)<>JxT7R3{r261uFU8J?l%1HBl^q~2=k2@}K@lJF2 zn5!FG6S)X~igEF%!^JaS9_M0~2ZyL?2ji_*0CFJ4(6wzaH+R4i~dLSg5KU)UKn% z+9#>l)1Rsn%Yz;(XT5cEaVd7UT;zFa<6OMl9(pU%KY!lhc_XeHaMY>!7n{gM_*0CF zYtD_|N8ciH1U)a*Tv;A0QPmD=zfoefeJb|!r|QJ=pvTHtZ{1v6irp<2d0yJieBB?} zfteTQcJ8|UR(s5?O7A+pGhg>{Q{kww)=4TnArsWXuJ$qP%Vb|(5A9wr9{gNUJO@XS zFlp;vsXvF-6-8Bl%H@OQ#$^ZXhf!i}ODgvCr|QJ=pvTHtug&{mroHd2>c^;WxoF#p zytzFeEoY)_Hyl6wb0-w{O*A0J)%}aZi z$T3eE&)5CMQV#tH;aiL1LFYO$%Y%j34#9e(eX8wKvG)zBIR zw0i&-KeFu>vxvd8YHC;f?BP|5xG0YgqoKU~>%6Dv*>#H)IwrMs9RnyzT`!K8i)%JM z{@BAC(C_$OFJ>;nZ(>}0%;Dk_4j2E};bNAfH;RJofc_aZ1kLGB?>o}9`g5VjN?C8+ zTx9!dTUm~Fd*?6my2}={l!t1!Up%u2>ljQ0NmVW?Cshw(Uf)G!uy-tsmy5;5`|rDN z1HK2}>&47P_)Uz9r^s{H*!AK$r5ySZ@LdQOiX0(GvwV;pG=G%1WAFhVp8f&V`m&+N z3R!R6T&(JUXm^T>n{M6t;hS&Ywdcb(@0RticHKOEsXglUq~H5DtBSAwi-q6*i3`Iq zdt6kD9Fzp?8k?t4$6Zk7N!bum*Ng01p~kSEPtBkvbf)5WnldN{e**usEs!BhJDkh% z@z_W0JxUx}lK%Acr)%}+LXVZQUYqyBOncv3)h|&$#l?^8*!9t!av!~U+bthyGavua zBddxlPy4|N;Nrm<_#^s#P^@K8uBtzwEJ7|n9y_29Mh&4Q=}+%F(zW_?p~p&Dug&{m zroHd2>X)dW;^NzO?)uoRttMjVz15GeDvsQ9;d6Su_{ssDdQgnY*NbbV&XjDwB^R4` zzIgE4GOxt(l8~@`*Naci;``9=gJLa%a#j5aWf5}u@z?=6Zk*?LB3q4lK zdTrhhGwpqERlh|26c_P-KslQ?hWOw{+&^N>HS8aoJr&s!!hX0%E6dLGs`bBU>d%;T)%sx?+3=l@3{ih;hdH7C6GPNLWa=LqqJCgr`2KT@uBylX(z%}f zhiU(%rv7g&{reX_Z|Xn2^!mkjO#QP>y6W+-zP5Y(i`r7P{yTd0i@zJ9{U0{;Iox zdi{ex-K$^Rx%B!+js3p&<3?9S|Fia+dF#^aTl*b+?b7R8`xSq=^y44Zeyh*8uG@dB ze`V?If9_{{^`HCerPnW>n(2OjanPhI_Fs{I|9bYzzkfYjRP~?y``5Es4ZnYN^Lt|X zxv-(vFY3!v1MVeOa-He&erkFNHkjl(Gv)EjEa7;TtIp=KZJU?SwykBItxKr0yR5T& zV(NtZz=aLR$;r10C!hqCY22Sz%!Is|nf|gIJ9}kVXS|)g@_sveWmsptovSKbm-Nc8&Uia}<^6W{ z%COFOJI}1p&R!YT8E zyq&%Bemi?*SZBPQ*H>s~uMF#qx3gE?Z)dLz>x{Q^ONDm!%COFOJA38*cJ|7!&Uia- zsnE_|8P*wZXRo~9&R!YT8E@y_3hnHbVV&`I_R9P1?3H1i@pk6>PrbH@-zVSI?MG|R ZaQ#^Ex^mQK+ar(7d1HGE*Wl5>{|}OM#@PS> diff --git a/src/GAM/Items_Legendary.gam b/src/GAM/Items_Legendary.gam deleted file mode 100644 index fc2d99464ceebec37b054fcc9edf8e8f6c537105..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3971536 zcmeEv37j28wSFf9BMWgg1k|CO^Y z1l3NKSy88y`iDFy&*qS(adAJ}jUL1;n9@{%i`$E5?zA{MBVRLM0lDtp85M13!Xu1# z;o^Z8G!8DFVU)4rxr{ym7oihye5_FpJqz)%g!0NEmUg~hwp9`Z9{y_ia}V#naKaQ> z8uZ-e!OMk5vK+|^;d6&LrF5A9L-Q)?=5@!)QreROM#i{BUb9c04rE?k^1aBbFjO9v@R>)Vl3)f%Yp5Xho(^y7k^@(rY@e~BhxhBg5qLpi+pI0!cR=9 z>_`8Lcy{Pa7iSD>*o%*dgzj*0fxtzrPx4x@%p4537>lmfIL8J{Tdr*PtYMa!L?WHX@k^~owrjyMb1>jy zEV{J#L_yd3ep~xj8^^jQ(HpjZbR018Q;V+ywW3}YG4bDJkGiHV3qKBn=Syg-YO zi+=T}hnn$4iHl}hCDENZIL5`#iMzHk;UUJmaB**ei=iJK3$E5U#O7+0awVo@4fC0j zsEarB+~!@pz(=NOzQxDIz2)Nz+if`|YIFYsOAqa@Q{wHOVWz(q=z4FA z?~nOtj4}Rg-gUocY0z_jox1I`819<(u=y@BPfpqfsLC93Jzn3@7P6^2l;Sw0l>Bo~J<%sRYL{vKIUn6DM4)v8 zN#nPO`_bdXeS=JROXFSr=wJW*rMI;n*{%i4%)u}p9gD8f?NM9%R~wf`NwD7qK{nM&tIboQe?JyGX@_bPF5Pa!B9E{-#XA>_JH+=nwH_AuUsi^CcS7oit$ ztbSU33itP{++uF|e%U5T^p9(=*ct1(fsNQB%@U#KHXm@Y~*HI>ByO8VFPgSyS&LzoVW+?!o?E;E|$mp zDYjbUP@|PgJjp}(Oi2{;F6;baQGcw_xn%u)Mh|*_@f4H^J-2zu3;NG@0C{8@uB9t1 zF1E@YzfuCl4lhviE^-Z*?a8yOUp!IZVx#Q?^c|nr#3c*`}5GVJ07 zJ~B=7Ei5j!__$)ckdr|9?yq0>G zH5_m;mRzIbu59rwN!xvpEDGbZ(b;VkEjUGTR({-X8BcFi*K(144v^a3u%a=`jU%tgaq z1TMmUgznkS7}L5BY$QG+kJL+COIKK2^weH#S>NoB7Pz>LXng8~h>9X}s2Jv5junwx zn=sC7a?QJ36mYR@Ur=m~j$6H5Pl+j6!>nTxg}sP5mp|;c`xei=@x2pS7WCZaB`>M} z$S2dthqSP`*y87Wbib#~{%C=V*te484%s%w#o6Mf9ZYyf<6XG;$os)wY_PSut%e*HJ?T3BRC=q&Y^W;TLBt;&kf#O=a!s4Q*`&}+G^U)F))aIyRzQEUMhC8}f#Q!nEZ+nC$A`gQvQx@3iQ;^* zNvoEhhV|W_GV{?a4SH_##6nW?Mm~l?$%nMKxF``pN}$-`ixn=$Uqz3fS?dO3mzm8| zuooYQZ|V3w!2H6y?8P+!7t8Mv#TIaph?1RBmPr)nb>nQ>PY!?nbc{7}pEUO(km8J5 zgrW0N?-@odWjVUmg~dfrzX&)_;bL#BU;HrOV!%ap4u{5-EY}jJTw#naV*TRK&CY%W zYZr-&a?PR)laIzn)Q@SPy1s?Q#TGx$)4A=>mHlXmi?)7rmUZ2Ygo}@_6YDf}9Cq7A zLeCk0yn2sAe2fG=B?pZwS*}@^B+Bo)aQ))qyH?CcSVTIlArz!^K0- zYwI|z+tX9VqUdWs?h{>nPoIeEx?wxf+4SR`4Psox+8ny|O~6Du#}`NK(C=ieN49J7 z%R{SO*PZwMW?ciHSQ2UFU~B(s<0$(iign$;TK?R_z{IN#->CfEE9kk+gBSIl6mh5< zD4nirQE}1F-O*9>rm+_#E}CWAWheE5kA5%eP@U&~uxo&XbZi@-YlbKBPs(ML$<{N72`n zy@+o?C%N0Ui*a$DxC!UMSFPdYEC=YsW^W+um#dv&iUkb!CI_OW8{b;P=qO;** zmi3F@+^y4IOnL`cZXOzNF_vChe4?yteSeZ3q)lVpljz)ma|ZzzaXu~PV91;67BzM8 zLOz*BKBPsp7qPC>M|Y>P7v(w~{htZ>WLc-PEZ|~!Jc>G2YaD8{a)~E-D4!{b!d}F= z5uB6e{%E;A2R0F}$qTwqk2utmX}p$oFCZ>@yhx4wDPCh^y7TAJZs5@i&@SY zd*(C8w@Dpxg{9tQ4F`KMmRzIbu1g21iBF>=n2(0Ni2Z=r_d@>AbDJkmiHV3qKBn=S zyg-YJi*j5|K7Y}}7b{$p>u+qhc>l0?d~v1_%m@=UpHFp;FZTazz(u}86kDU?R&Upn z^2kG3$0Uj|MV!Bga)6JVlZKw#yo(p|%QRd|S5RE^^fa9)I_8Z^dvSl!_-JeGnoHjU zyjvu2|GjJ8<%S6_}q6Z?L~=;^8b=@$cu|wpX4>m$V0>UVl2Hz$6eX(S;J}c zgy%0}-UWSXoK1`JG#>JrJhkp457R(#EnUHI@rbD>mo@^*16id23Lf6-w|%26+Yc`9 z0~{ir*Vd1IrL^DWNO2$bx)`(5IllPhhKJuSb;uPKEHeiKF2vd2X^xWoMypTtx;aa-F+KZU9_t33>L!XNAMR|UP4HsK>iE;7ELRJtR zysIC*ZotKWi|U+Ti78pbLIs^cuIt7=Kxs2V&u!kt2z8Wcy3U2gML$3960QAB<-7~d zn5DDzqt7%8nqV(}mp2*8J*F;P9J@v6NAo?R*n+)CiDajgWfH|4H2Tr<+tDbIXDMq+ zUfL!=9;SifTDrpGqNfXW2C9CvT&E-TfZ;6bbPf}^7}hVwk_@;gQ6*cLI+;XWoVhMX zQx`Ark!hN5QE}1N4KEujT$JB2KwEcl8NOri34x1RpX7CyvNA-3bvm)o8Xb3KyJroj zQ4j2k#@a=k9f7rs{JsmO6QJv){H6iyM0&{|b=23g-bKVkpAU{$d|999%o~qhm*++d z6pgR@5=dIPN!*W?!?7kR+SGVgKYGgEOYV?5lfdBEvmr9VM1Uw9T{yFa6_&W#eG9ecx&TbxOj2{ z;Ud}|j@3`APvQQam0Qd$-!I!FiDEwboWEc59L`~sr9sba-o*=fWt!xLa8Yrw)zkeh zQ{L=bfs0t{N@wdwXIa<1WOU=$i_~X6W5C5&61A2C+aV8S8zxcooiEyR`8t?;f$hlh zY-_p^Cv5>4Mm|{%`H&VC7d<^V;=I=@adB7C_);$zJ<2E#?8OC)Fcj-y&GH?mz4-Nj zi{<%Cimlc-)M(`rPx4ScQxfI5w3wI1I3vq5%Wxy;y7p4%Wf=KnIpjlHR9tNF^g{+W zDO~Js+t2FK`o%khl5icEs~`QlgF5ZSMw^fJ9iP~YwUz_%BoAfXlcSDCQ+Qx zjk9R6-vxbXmdZ7^no1i{@Bb_8F5~ zT0FHEe`)^d?!RTsLtLk`6_lXlY`EAwC>~!toHrS|rSXG}clDzWJ7(?z(%p45% zVl28ww}aE@LwEP2Q4)+V;><aRT@wR>X8FF$f)fHR@;#y`8y&ZLyPlLs9?Ci|*4;36fGol=%b6!Xw)#!g;>u|@WwQKBAK zzfb*1qN3=`!7#oUi>}deH%SlDrlnC5 z%tvG0BIaHsU+B5b0}nMOq8#J}rIWl6E+{T~YAr_5i~rZR0vF|Z-8Njza$fh5TL)a^ zd&Kvu(Q&J{>q&X!p{!#P<^E{7Mh9gU?Y!=^`h;gsu|JyjqUjy_>9&a~?L~PEr41Ly zo5Q&w*JVOn=!?L+?8SxK23&+b!clB#^|+|_$I{66OW7n*lmJY`xjGnU{GU^Bxt)V7NG@{aiD;*xlwg3ZsDZ<$L=^%f8j8 z{GHSd#WULM#Zeo?_TqNpzWye>zVR-5asNF&e;M^Bi3*mPgI_o|&WdsnvQfq%y{GZ% z@8)IF{5LAqL&h&x>zq*+IA7u+i@YwDSn@BvV}NtUh)pesqkB=mdJ|-a4VF0vEAHJIVdf3|2#~W5i9HoA4IKyKwP9fs4JpKe}36Osh|P z-0tqzxQP30xVXZBi@wB5OvxH%nCeZ1s42@iz(=Z zT$b+v{y^Yjqm3`7)hEiNyZbdR;(i-0uJeU>$0gq@^7kd4&z*--W=Yh=A9`-{E?(dx z(=^|D<6>I9LA}%BVvDC|jG>*6HT$FGe6(DrWBu5Cse`;tDI9L0wbhVynNnc(>W_BJD+dzlu)l2I8lTi2KnO^Cm;_ z{blSob>ZTVCpNCVm{yyu^!GTOXyN;nxOe~>J;A-QM~sX2 ziF+_S3-7|kb&v1F#YUTVNvltM-0tqzxQP30xOj*I7k!DBn36TjHc6r`-q3TKcku!r znWp*H8yC~+4eFg57k&MBv}x#153lS;V-AH5ZLQszX6_zx{jNyhnVv3O>?d$h>yx|| zEHekI9bZhVPpnXP_iJ3l{We_ui~|>aiI?r3HOw|iqOcQxe&u@`Z!-QzM<00m&z7?+ z*oK@hl$7=&D8t~7e4upXLt1ZKOshAjZ)#lh_2Vw4kq>*f(q5G7bZoeoWt~p{2FAs- z`o#C4yZbdR;(i-0PIBO)FY&~aJd|ycL~&mCu`6F+27E-Hn&okg4wmRKEOlREBKRYp zEQfqZ>y3+P^#=7#kBit4TsaWSnv@tx@IevON`--e6R z9JuI9Jnh_CTpTxb*0j=E z9X}6`*x$^g9k}j=yK|k+cB1iZxHxI+xF3D8xNln%9&Ws=AAQYM6W^d7HQM-MT7BZ< zc6YzVMci-0#WNka=u15HArEDnBvIIiIBN{}_=7cXmHW}qbDQtuV1|0iBwg=%<6>I9 zLA|TPML*XtuJ=JDE@Ipz$z_?3zOI3BF|9sPCf(hyaS`|1aPdM1F8UI$aV5(&+a!s) z_;UVPQx`Ark!hN5y>T(E-k{#q;i8|Lr2psbN?ep%e{BDq&87M1yM>bQ++&x$_}s8g zdr|9?ycR4o2dkZTNvlt+PZqqBS` z_4x+I#kBfFP3Z1^jf=S7hKn~jaM71|jVoEM*(OO8e7SxR^DjHSd)yX?;~EN0UA&M- zrr}z;dgEeRy+NI;!bMNl>fGMmRDp|0b8^s&Ec4O-uYqwftv>Oc=J93g z0vC^%aq9Fr=TB}OXTE0O57Ysej1Gb{ntudlt->nC!{_MFoQC{#p^|+8FGyFG~PA7 zc;yxW7x@lRYGH5_m;mR!KaSPrlg(T`r| zYybHe)-h7wb~VX7a}nc;49B@*yHVPV$j3BL@*yoIF79Q<7yaxykuqE-mL>F52V1^7jCt=Qb~GM9CL*)Yr1!1;#}$#~05x{b*?~ zVvRPP4Hw7n9^>LN-ef4pX zn~&C@d=>zFvaP$m$Fc4@#K)4$D+iYjR1?oOOrqe2ezdk3q31U5;sri34cF4u8yC~I z2kN}8d=L>v+R?LSoHe&?atRmxJ!kAZ(*uyWxVey%4Hu^mh;b2n1?WsvG|+e#F7DDm zxQMogW8Ks0Q@FopWTWZM`QXN&tV z7mc|+7cQPYv~l{;)MHlPcYLas9M}$dDC?d?vBw2{=$F=>)c3>9j`%9egPxBt9#nep zg3YMyM&v^p9r=(J6BjWv<)<5?#uw$JybTvumi7VOD8z+5fY?Lj!o`^Z7lXa1#%qZu zd8kl9XK>OngCE2hI3i4-gRuo_>K^C|NGl24uGT-v(@E^2*}*DNCs?QTAr<*|%f<3T8wEs&p5 zmPr)-Xw19(e%GrG7`oZnuiSjY<=dcS=()|4m+ng=57R(#EnP8j(aWWa9nJh-3Ky|g zl+MQ-?ARsE8%|oa{4|z@b!K?$q3_ZY z54BBze6k$!AuT2@N-Ie|eeuJGs_{j+w$+AGA0(2tI#*XZ_Wk{+Z@OQR<^PY3hS zaxNPDq31U5;)y&m4cF2Y9T$Du`SLHVO%=Gfm27-VILmoDe;2qI=3Qc;Hac#x>3gf5 z5>v8Q+8T6knoUM#Eo@2Unt)dML6Tr9OLc8#eD-Vmfs_aE#RU? zmg=u5%Or~PbhzK;*H7QO2TOsT+q{bx^2s#vAuT#C`nL1s^XB`}a(q$R%QjrhvVL*y zkAuC)_lNIRz(qD9`K0_#)2KVQJ8Fn|JX-KAA>7q(#R?-@YO}K-r6OosQH4 zhO?~GIZxnX7+;Jf8E}z^lATf~lc}qE?(dx(=^|r2rOfEykVHpX+o+h{kUcVFrhrLr5^bcnTv79d7(~#=GWSzB%-d3$z~Dt__Ra zF5qG;!hnmh9B$bD(Q!Ph8yHEwgPz;GRKS3X-Yr`!H~-78MHRS+x#c96<@+vw8s3SE zp&uPfx6yHnI?!A7BtGS#tYZ>&@rRzykvd50HBR zr#}AA0Vof8Zu77arJYFL$ipxwuB9s|E_%B`deq-4`_Xb;yA2n!eD`YPj-B?R)FmC3 zdY3gEa50u#UfiPmdy9{5`z+V2V-n>$ogb`uYq^|{mfyOPVHYpdPp0Ym78DnKTb@&H z;-mgiiHir7Q=-T=zIdkjlZCzbU2)%mCJgVg7k3W0Shg=Hw%)>5qf8iIoXMLE9br87-@9;e>vsY! z@;##1YK=pURxag{hw_<{DEOlfJ#op_D-nM9`#W`<*9|?lc^5C_m1($^u9&#!?{}~E zQ}&|#hp_#3{?Kd=04{z_C<*tOx^VIMRRI_I4pD3Y7b%hKl(I~s+#ii`M&Kh$!yXst zI>r}4>8bOiCaJ?AAH$&JLt02&Y=w0EbpQ9`N_$bxN29H^%Q7E5IpAXXJ)%4VE)r3) zQ_3=l0vEC01$Ls`2M8Rr%|~lIByZG`VNhM`LgHeJx6>}sp~_x7ST?>ToMk?GionI* z-tQ8|7vn~2bllarlI7Z>o?W6`e4*zy--SUb0(@ke=37WyZ1s2E#)Vr+VfQzx@0xrgKK>vBo*vU&^FJiq8_r2IKQR=?dKj^89lX{DA!Eo`2_S4$E zo{#>{`+cLE?>@LZAB}Hb(AoOYS-$V`pOaR;r}fBo&2sZl@I`(XeNiz7ehf8nD^&dQ zQatO)BkqIF^uIw&u!jj3xGfJ$#TetwBERw zRxeRs%n#Tc(vF@r z4GR@?26@idR}3!x&nZ{mwD_(S^HH8Wqg(C+l#HbQBackOwRH8y#cJf90vC^(eUh1W zkso`K5AQ+v3+BA;v48Gkop)Ks^88umT|W0;*PbPH$Q8B}S9KJ4Ba@42dlC9%!^Kw| zxVXlFiy=O4sVxic+c_`Z?iQ=5G+eZ%j;H|-1E|up-K+kQSyfi+do=gMP^{zKArqxT-J2fu)JG>a} zr*N^mzliBZnIP9M3MIj;6}$@|*kw>QCTDp4UVl{G4 zfs3D=JL8A=enZcGW~uC|Z2h4@%ev>Y_9WVse9=nP)) z`tL3VZ|rxG_y|3>c^4z_kZHJ!!; z>+NE^3l}$SU|gi$Xk0|R4HrM-z{NQZTnzECqG&k~Px4Tqg3chm1Bi1YelTPHSXmbI z+~&bZVUh+(8eH^s>SeXUMLC{e!^JG;(hh83T%_J;TtvJL z7w0>0ahU@bLwx*(YB}Kj%CsB+q-h9L5+rVzb-WQe$J-2!A`Y7U}mM>+Z*X=m!cHlg?Vgvu8PH?6Yrl_M_{)PKWOW+mU*saS`!0T>P#B7hiVZVu+6= zt>wUW$V1tNNz}z3dT#SBUf?6sG~asLi(0;{tByy#tHH(n$jCFgHUSrH_F`UK)cPc^ zdqVW!2R=!ZX}FJiqj3@OHe7tofr|tF!#?j4;vwZI(sDo>2WYbwvwRQmXZ<>HQR|buW?SZ=;D`J!s&Nr|W5dNO9k_Ut0~hai;9`i6TT{zH zwtLoa8a=_7;>gEGM>sQL+RGcf%d%|W0z@3f7U8v{J~5trNb8M@TE48Ojz@i~!9`!^ zqi4MnRoIJC4mMnDF%!>_>z65bL%E;IWiLM0z_U^?mvz()xdRthIB@YD2QG&ASW&bbG_GX17Aoir(q05Mq91+W_{+bIvgBD2 z?C(h32SYj5h&-|oTuWDPT-5SqU3EO_oB|iewaq-koEqWlY;+X8ctTTj%996_&!sin zpUcj+KYIFr7#HRLh>3~@8c$qYvS}3IKDbpzx!!;0$P=Uvxx#Ude81og4oQ@0xKHa1 z;^0Dj@5%vfkk`dEO#a39t}wocezYtPdT#UNrtL=LWg4jDg>W%((bryd6g~7|-wIsB z+66irE~Z(hqjB+rfQ#k#h_dw^cQvkLxuz_WDE7NxTv7I+QI>6u4s~DJiR6tu41?lY zx?F^ zs~>$}z{RqCL9qo~lqi)gOj#yTaK?NzY{v1^Zf?Hf@x8A`9P}Kx2r4~z(O#6;h&)K6 z!?kq9v=^}g&rf&px|Q}~yb3Rth13g5XPHqZjN3lI2tyAjc^598|9-F+`3_NR0T(He z?3A)hqUc9Ib?L3Q9(eoDmSc<&_9IG!p3?Sr%vJt^Xl2b2!i(iIaIY|l zD7xNwIIPndJ7LjMtw*-&I7hx;@CAn?$~4>;a1m0dy&TX6d0kxdK+|E|&XUe7AhZV~HtQ!<1zb z#e56Sr9~N+tiR7_mgQQfgMKsn&ZOXve6k$!AuTE{`ns}vqQb@PW#e1IubIukn0J{W z(zY|<5yo@gMdRXviJkUh=tswb3%E!`$xej|I)g6m&~ux2F#;c%ruh~X7k!a-ruoPi|WGk%wuZxR$P{xajN3?r{nid*VDDZ7=@l zxK4Xf>XHsiy~`Q~PwK6U@*bqu8V^t=obTo8w$E}MOEUQvc!=@E&BxBaZ|dX!9Kdq) zIXb+S+$1(ioxwfiLt0Q=^mayitinaPPDknm^(D=DIvN+B4!Br;k0{50i$s*{l(I~s zz(tgRF-EM@!Fool-QoHiuGb-@&V$M@c*t^aEnUHIaZG#r985=J`I47zZ-a~dM();+ z^U5>NDKF^V?4(fUo#Oy5MdnVqqjPE@g-7+T;VuJzF+VLha}20 z+~+$!K?ZQOmIK-#uZwG*{JY*8f93h%3M zagca;w6%7t&A~aq#gB^wU?kQ!xNvbuz{OxM)@fZg#utH&*Zp?V>i^hj?cKyO=()`c zwXO&vpNt?M(t_fmuhY@dbTc07Wy1MhF4`ckizS)-3rxg5K=h&IS!2+1n+G@OJw2}BP}evV z|LVFI6c_iA&+JopA7w9gH!nZkC==|(FA5>yls0%5E`IS7i!Y%bg>^cy-~ujEBeGMW zg3h3eJM`S*A`q63TUG(_k?E)9IKFRBz5H|RM zPZDJs?(-d=AOpBs%K>eW*TpqY{=N8)J^vl&jA5>Yd!tb<^xQW0LOT&uI^@yUh@&eg zF8aDmCmOBnMY%uPhKp&wW1w;ID*+e7_+p*L7uk=#>V+q7$F~fKV|d}^zG#Mti@-pM zjmYN{F1F2_W6obhFVIi7U{&8}TH8fG;e2#|AqLxg^z;4Vesr_A5B+M)?Xe&IvWXap z2;(pxz5g9!R!|?4Xq+S8FZDNxG7Tlw+D_ur`Ce|49;8j9ER!hKabt~+o{xr}+dOzl zJS18_l zFCHXtG0eNff(y8)k)`@;p@Pn!i!1cp=3R`yN2Y1Mg~UaFmvu*9P`J3AXng&jiKIze z$GCX1xNln%9&Wq~7ti~8=tuKCqSyj1QX<(YWtl{=ei3_Kuzpdl(}AAjzZ}&3)pt;Y z;rhg+OmT@?mZCd|u5}@C(c|x=&R4j&t7v>%KYG;mF)l6;_hB8F`Rt1m7cU67SnhXG zYylTFvQ&RfSte1;Lv#J2ECG6M^T0%U$rpL`wd7Y!T=aLD&J_w5VES=eDNd1_m&(e?>v-kl|->N2lgV*U}SmtABV1MZ?hG_ zANfG($cMDvxR|z`P+!cG+8ol3o;BmFxowlj#Pcp#;pwNlRN?oB z60qh0-qnwO_#2Jek4~#keB5wZL1;^*J~<0_zuX zUiad=R?J6PdR@2t?iKZ3VkGj&GH@+j(QtA0)RWt0d;A6ITMRD#XxUG%?o(?C{f{NgZ;91z7h*Q@DsZIyxIJzA`Ar#Upu>p_tEW zHr|DcpAWcLevc?N-*HsqN|tNNGKu262=LbX0HNnLPdp?(k~erT42o;%ii(TAjxgS= zaM4URmz@n4(|q4W+lx1j3icx3AqqF(A|;ZYQkF?{?!dW&uorO6*vU&|Nzik1WL}qV zynvU+M8qL4D4pbma8Ys5*Ad2B6)s9S*l;n;e6+^JTLUhZ?F+tF0T(s0RDVrbCQ$|az5$n5g4L!Gc$%}nz#37GN z!?kop#YJBaroB<&qMVPGdcbg+`Dl%cF9}?1w0(fS;}hGp)^d=Tk~Pe_Cs7w~=()|i zc!7^h(|n7Hi&%f>qx-VLMS0Gc{J$*A#u(OEzxYTwB8m<&VR)ClC~;Bile`uzGY7#B znUg5fa9^$Q0A<4YUM|`ouZty_{0n;#b|U7auYPa-D9pd0T#;E(G$RkU_ zwR8o;#j(@d&Nc^)wffqPjwYDz7&M>!(2uxIXEV|Gwth5hLExgCzc*3Q0ON^^OU)T$ z?~8NB?%ryvDN=`AVNrDEAb2Bl5@j0h^Btcc1Grkt0d0`i#Whd<<@clYIb+asn|E5hvxtnj}`ZAZNfO4#D$CZ23+jGY58u| z8i&|ijZ&`0l`PkMrX&i!*aOJ@fGh`kP7nQM7`$L3(&HKq`QlLgOFpCp#YJzwllnPj zFYY87-!>n8$hI*q&KCFWV8S~Z@5045h6Q_(?+?Y+DEL&b`cNKuDC?d?Q7k!vHg27xtqu-iVU)8XcUKCv{)*L>?K3Yw3!Ki>=;% z$Y5uMi#@SUN8{q|0vE$No%rnvxF}I2TUg?hE9~NITceYt``{zX(0q%Di~fH2YLvpo ze-Vw3w(jEgiu=)zhy=Y(N8{q20vEMD$!ozfa}fNHIf*h2_xX-bkO5q+<$yNG>*AUx z|MGi)uoroj4$9^F9CQ?+^Yn6jQTCURN0x+Z=?aF6(r@;#z#11?e`*(qh2L@~aI^A}+^%95bxHcws}8PdM))#}{q==q%%l*Q{DTi29gBlk_`n8u;VhB+4}0S8F^#nQ*?Bi#EvXVo4_d z0uRxT20s2_zumWBnYOV->b~qhlRNS;3`#zv1?xu(T=aA5<(y3_aZwH^*l;n+_~Nwz z7t8Mv->ra)M3n55vP`0whXyWUURs{nEyomPSn`tih+4`tUF+iFqMu83E}Kz_i@hi6c0^xUqOv+xo?aHjMYX;Jf5>SkrBy%j>%J zdEGZZctyuI*{DMx(a?D2C+`%%T=Qc0L6eUyS)7Rt$T4-GKaO&k{g^SyZ#<$^O zmhYs#@Nlpf`3_OM!Cs_9vQx@3iQ;>JSDmxwH!tnG@UOBY=()`YT%2*%+_uRRD*DkL z4l({(;iCE6U)kAkahy5K6X$g=EZ-GHyPNPH#=Gpr{|&ep?8Q3Si`ef1JVbx`2W#G1 zPHcpp+q_WgiXigI2=XBlH!G&`|kYTA|iud_)}ZPo@zMNehOHpKouU*4}=^ z)U!`F%NITDMn`W?Zi+7b@^)|b=K96WSFhTE`jbSZ-enDgKk_C~rr|!{?Ka2&uGVru z8{~Cy&69t*W)b+f_cJ$-W|_9Ni->bM%J25Fbx#f(iIsOJ)Dk? zemtcT7qO;`PU{BZv#ej7uqN1xe1|C8TH9xhRxag{hw_<{DErYkmln3;_m6w6<9i0S zwTn{sHBZ!2#_4(&85ccV)*Zd2`q2l7#<$svuaxGa?-TcNUe9GO-W2^U^rK5J62%s9 zQ6o$B*OX-v#h4<_(ZPNf*^kE7Ht71O5=9suwg9~emK|zWzAyn@+alwlhtn?6I|>)& zybId8i_0+Ya%;fF@_R&i23*w0QvEe$nM5%kjehhV+x>n7`qV51eM33-!mx`M^2s#v zAuSj#PMmSU)Y;R z;D6U;FCKF5(&^NnBq~^D4uU^2CsC&1KHu>PGJvbK9MA@NU0n0zUw-!rcB3p0dT#UN zrpJ(wmuaAq7s3U`MIVP3qibeW;v)JIbT)f2OFw$S0|6KL9#OWn#-Tn6m5B8B`)?xKl-wOi)H(Q z?^eJ?B1(2jStikmOSWG5(%O^y-h9L5+hEVj;=5MNM~Un=YYJW*UnE5w@_^FeTDpSa z;@Fw(Q?Yc>OIs0beDA4E(HplO)Q|n>o>-@|biF8g-*~uHM!7CJwY{&@Ay+ugk?$A0 z!6At<4fpwuPmlpzt>u6=$m`;oC;xJMQTL;5YjhCD{xd1Lqpl2t>be&c7kym1*wM`Q zDO{9m+im^mH0MTWTzu^GfQx*O_-@r2hZ?P1$|DcuGbK^tBGxaWPtEe6=Qd9~1Z5cf zkq?xPd`Jt5i#{&V>1g6_DO{BOXsH*}hcx>DH7@?MJ>VkWAIdS{A|;ZYQkF@S>la}! z{@Z!&`>*%L`2Hx7{b$Zglad#4k?#QVFbx#f(iIFB$4s4l(wMfHn2z>xcrogKa8uNO z{HcFnKYEa8e4D+P=DcqG{pbO2zj~3>Ay-%wojC~J$ecu(hWmWSC&&P<)^b1_?K`c~j#PmC{WTpSp1 zvHTuUn`(_ijaDx4BoE~?CDC=h_MeYo{bCqj?36UleX%**QTiUBuopc%WXuTXYK4n( zFO>ezge=qS1Jt;9)L(vQx@3iNZ#Ntq5#FZwyec$LCM`5go51a$#4&36nmE`B!PVz3wMbZ!L36aVLwt8e1G z%cNrlKL|XteZv58#6n4-_s9cEhimDIi;I3P)wxpPq8v@IjW4E|kJh;OZvhtrF4hSb zaaIKE#RUr=es=2P{~SOpv&}_I-Pbk&@(~k3$%nMKxaj3Jz-T=+?;^irpmhWKkmfrE z8W*pBFZ84N{y>Isp&w0&WT&wtlYf`2`rg;rkH)#(f4*S;(I^pnS9#uvq_h*smG1!Z zFb)*g(iImMeLOWHivB~{iwBFwx7mwnzGI+qaZ$j<@_R(_23(Y=k}XVGCQ;0{01xr) zEA*#X(k>-dHUW}s0*J+AIy>P%A zT)((!`5!TgZ0G5WGl#uno*&u6=$m`;oC;#HyMc9kjA1%v+p4+^O8}iCD$qV6v*^9(QKMxr*4gH|P z#lfQSZMb;l<}ogQLfp5731f|{3m2~mxESokI@ybIAE3lC=()|)UKHxx5ky`YCwU=U zP+V-qID?PwzZ5RwJ1um!^`FbOjB)X^yvb1W$(Lv=<6XG8FyLaq#X8|4&R+y>!EOYl zgPz;GiMBfAlL_QQT2NeUk@K+f`HLQYMB(Cg;(=}Bi<68p0WVJ$_iby!!;N?0;-g@506F0xkwztdqTnb=^;0dh4xMz3}Ai$3OLI zc|IEd<;dF8aBuJBl7vxQI3XbT)f2&3+f=2gSV0^#K#YJxq?4D=V zb<1@+a&^1SUL0>0=l~a&QDF?li5u`PT)ZpbV!*{Z;Ue}$W1S9cMUE{38=>bmZ=yR~ zuopYlFShtPzW7~bFCIw6Fw};N%S@*OxcGp$?*J2qcj4kU11<(!tP?JdpLTOI>_x0! zjLCB&us<4O;&N{^_eT>GLFrIShCy|$3yO=Le%&RCz87$@L*1$8)P3J^tGDGq zdFP?5V-n>)7wmh%H?S^Qf1lAP6YKJTgQUbqVxgwUBg?_HbOpo3f15GuRC8*CoQ0K7 zU;OZC|I!qlIsTA{=SJWR2s+z3op&~f=Up%^L$|&Om}uv`%U?cs!eLT}Tw(IdL%|#Q zlPJ@0U%)>|q4sh>8{~Cy&69tDi#THpaIwWG6V~Y*#G4F-er;yF3m5+ua53Owo!05_ zJRS6*C6+}n0 z6BpkLxEOG;PPmA1MXX=sI3w{4dT#SVtt*1aCnLy*w3xW)>uEYsbb+!Lhl|EXTWfdy zkQf)Ih=grScw6IL_Tqq}!}ucKABrvXqbZT>l(I~s*yn=%F6c+g?_LcsnTA`uv=?O< zwUp)PS{D-+eO z_O$LOYE$;&9-{GW_Tqf=CkuP=YH{CgCXDaBxNvdHfQtba>trup@%Y|XWB(t<8Ra=+ z&~tix&wybQEIWyfz`k;V3E*0~LgHeJzv~xgDO{B6Z)~_Y-57?z#V-ma!I>NIE?gWO zaIyRzQEb6pl&F#|Oj#yToS}p9Mf9N`9rDaPmc+C1G$j_&ZX|EyV;GctNDGOJdr35q zPhb4-OofZs8%1Zs#Vd_*2wc3AHyMi2S$G#NHV0fRzef~Xz(pcTc1l?$QTC%T=OWiI zLeFg;yfh{v4z&cO)3q)nF1AQC;FJ47&sVtE8|RE|6>u@&Vx9WYSht9M(XbhDt`6}G zdX6!1ebyM>dTBG_8qP~x+zTgb`03`=02f;WE(Tnz6E1RHH^vwz9W(eriHjN&rA?sG zz)M{8_O$LO`l*_a<{5O*3;u6P9m#Ue*j@n_11{DH7txP~t%&nM@8f^HEr(dz`F>f)Bno>Gb1sA4Upxili`)+= zu~1?odFe4msT;UQ*SwJ9i+f=<)lYY|>PH8AG1h~Ci@hrcjVoEM)4Z`bix%UGI6ngR zBG1*4SST@4;~~rN5*J(jop)KLa1rOw(XkJ~>kexELNFiwh={})67a71=+KYuv@a+& z-*Gn!4(dFVWfDa{8vCQsm&P7x?s>sUG4RlL=>sm#IBRa(2uDX+&a!2PV42Q^ksWCMf==%*f)4CZBO*0Z|fgL>*26kXg+4SL z@-YlbKBV==#kBf_`eJ^-=8$&utd8+Tfs205N$==6E~eEd>QQ(1Yh1+rHe76R;G!?_ zcn9-3wn-Ab;Pu~K3|xfG_^}VKd6H#HER!XB=Y4rxrp8^*r8hgnW?i=)U!1aP+`0p5WG`M-rM;L|pZNUY{#X)u@eBm;|Hjx5HlywAZ+ z(bzxt=~Z0(-zTp^Z(p zMRzoD-P!??%OM}qg5l!Ww%KiGw9lF`b>?AHPd&A5 zwwagqYmN66)0?8#hYnuVoA%=OZW-~*&4Rty@e1+X@*Q`HCwVAknMARk8@P!1=$~Kt z-o`9XVxbHNT3yX-u5<$JZlMd&^1?4o*n z5%^>qU%cEgzPQ9Oz8K$}o9o ze55`xoqR~^Z7)_M_Y~uctxVU7~D4LEBQ5uK+F7w_$ z@`TN6WG_;GlPJ?rzqI;5NoVK3_M0ZJ^CVHY>>k!iS=u4uT} zxvtyKv&J4VxaeBf-Bb1=)^*nk7pq;@-P1Uy*Dr#J#pT3-|Yo9MA@NU0jpo-yf`bYx%#O z*SwBGh&TD?SlQ{ZChJRN`MqYqW*=|D&5vf7Kx4+>nw zIb#7A<2Q)1Nvp?2y`OlJhf+346z9;QA1!S~lqs=LhF!dnN2cLgx`N^2nD+KLXZyUe z`_#ToQNNM9^{Bo0T2mAaStr&a;NtC{SbRyq#rQ4ayA^OzqDr}@D1tHwqEcW%9L0r!{BAJ2ardW zgKOyuhKpmTw{>g;^m8)WH1zJ69bx>qu@~>ZeuvdITtr)Imu7tN5QB-=3tark zaf_A)T#Vl$$}`}iM3rn|$})-mVZYtC*nI5#`(Q6({)Ht;ERLiblO~z#F#tX!(Chk))ZA z=DncU2YC0>hfNE(7{5W3O~6GWN_I+FCecp~|LJ|`L%%h6%ca%eqSk%XQkJ7@T`*jn zaORBJGv-W~(>|-s&n1i}Piu1n=l*!l( z*y7vCI`16R6zwu``W-f0)c={#i!`{Xzmt02kH0jdR=8O0KEQyB@!MW&IS^0sP>EBn zFvb*NC;s~Bd-uRzK$a)5P=;N6kWZ$O4{6bGv9u3xANkBah4-k@KEPVxBK0?kG7arq zYdoNC`CcyZBoC!5lPJ&A!M+!aHL^U3g);2oC3Ob(kPm6WaIrM+;_K*Q6b&}xi>`T> ztoEXwcX{j^V^#!QjNc%>cL5iPDA_4xnM7xQXZ07+kH)%g?gd1N5({ORI!{X8$ipxw zuB9s&E{>l%3+FF-yA3cp(%6fKuR6#&AFXu*`jDm{t#NVjq8IKAxEQ}hkRe>aMTsie z!m%WifAReS%)6jJoo2rabsm&qlzX!9~448u(<}A01sA$MZd+#Deg zMm~l?$%nLHxX68gt-cO0{@`@?KESNFDD{W?09zY$-o3L-IyGhC#`Pv|zYMdvSmH%sz$xY4!oS&ZW(Yi#B_)R=8O0 zewSL~0d>pwa)~E-C}o*M`CS*R(K&GZ<=4TDpSaVrjoi ztGDwm8=HNAuKg}Og^Sql5^ynoi}-E@T$HGiElgP^QH&|RwDzRF*c**;MwTS8P=M3Fj|n#YL$aQuwBnn)_ zoC`29?S2<&Cz3a6$1td_Z834t+t0g1->eZXwgh{z<5l9j6>w1_OZC^3WfH|c7mP1r zy-pf?k^N|mji{Y0N7uHPxajY^%iRGNJJg+ePTlt%w|ZL+ly@G=Iwn!9&B1&$=AzT$ zqKzNwDdTm$3xUBPA=0)m;X%fKVEl69^*Wt< zw%TgSwm08?Hgsvz2iNP;2ceFcthpU{fk_f&8tx1D2PxEE4rqhCF0OggRl`PkkWfFDqwP9kC?t_mkNAoQjE}q*yd)nky^JSM-A6Iop(f!k#qN8@1*1sol zQGeg%H$Q*r?SPB%o5Xi3;G#yB>aQuwBR9`_H)|I2VT7033#l*#rv<{VKw{FNxA{O zNMkP^V)jN~FZM?tHeu1yfQ#{)#CI#;qDGeLuPMtU>f#!3v8&V|t5QFj=jnJmA3ek1 zqC8KhCvZ`pr?d6Ji!TYd7{8&^#(;}1#7ZAeStd~zw}6XXr3P6kT->kgU4F#0DO?=h z&0}9bBpzR!BJSJ9gts-GhZtj{~T#Vl&$~NGlMwaTY zDa$14;yT=9vUwLT@R4bnZ^3Yp^Df>3tvf$#xYhSoC;9~qHQMLgWHL_HH zO<5*U7uVq?lg+z$fsahnd<%w)VqLeN>lZ&}&R>-4x_6b0ZwZguKJG^^5NSJ`@Gi!) zAFb`hYgR2E^kV2ocf3jzTfjw)EY)9AmPypb6?$&-E?(dx(=^|L;o_LtQ%~;L?Xtgo zXph2cOh5WZ%YJ$#=c9W97xntZn@9chX8{-EH;Jkha8V;m_1BbT5_NI4VPcZ*gO4mn z^DP)Ia(}d+n*dEi|EuXo%kLN@=?3&7jlHP%NB`fjt)>KAjNc@_TLBj}vQ&RfStd~z z*MN&%r3P75?sxI`oUvC=tK9F>6S%1D#r^+wrSn1;_%OvXJ7I3kv z)F7)8E_RMDw)(kLXJ&il_+obpIaiy3MC=2+Lx>gsD)6rH#cR#@;&CTD{wv5mtka1F z7jO~Ukk1JfbOv1|K+kR7#Rz<4n&w-uel+*HwD>x{c-Z!p`(1hh7xjLZD<&>l8gMaw zllX20T-3-?{WWEoL|t5Mn3$yd;3Lb?d<%w)rFA;q!eaE5mdgFnNxA{O$YL)ZXV&Qi zT#Vl&zFPqoHL_HHO<5*U7uSG`U8M$Dsr@eA4lwRz>_xc`uqSX)?{_)=(8ZSoT#VmP zYGc4f7hN9lI<3AQsI%^=mFsl6Tg5qk_jr79nGh>RX5l%$ zsOMc)?Do^29UsOQJ6=(WE#RUHvC_v=mPypb4SH_#E?(dx(=^|L^`lGs0R8vUql1zdzS z&ou|_ixTx3Z z{I6N36L2wpL#bo|7hQ;zKAy5nqAqR$7rROgvMS*s_W^pkJ35LEQTqUU0vGi@z^9K} zwDh$w@6z##QX2yjz#oG3PIyfBB1> z^Sth!z{T78N6~ug$8ulQCyF-R=)jq;H%LEvV^bfrKeYn*G|F5IQt^kG_>D~bmMVUH zDIPrF$me(y4;ROV`0nJu^gNWZPoggVMZ?9k`UiR7oIsmHS_v1Am~ra#Ip6Pt>Due=Lc-a=<&7*Rf5KsH=>Ci(RD# zS(R{c;?!BN7QG!_j2<%Iz54W!wZL{0XXrDD>>deEYo_Z?2fYs{Pik+p?o1)i;4qnxpxcI$W zM*Ol?xESok>hOtgM_N4Vsry}cRZTqWl0;qn0xouy8e~<%#c{@7oHVBWT!V*x&b@4I z#upD<_rl$K6BqyAu!(Qf3KzdnXM6EIH697P!8j$~Pio_I$9SYK@svj%N?9gR7yqK+ zVp_d{JW`A=esadyb9^0I>`E_Rg~WL2^k4?V9fo^Mj=Qqmvxd{?2Y5gC z#`jLtWkAnu9y~i<1jQWrWt8Su@AGuhwm0gXq91+KDW^>Dn38VsYr3V}#6vf2>cBDIEyIys`I=@)dUzau9WV3l2CZYu72c^^e3Wkdl&TXGPt)nOHDKK6$D2k5SWmJz^SSd-$})+%_(RWa-o*=i zWSZt%Z(K~PPpEead$AK2J^k|4^auJ>;Ns?@@oo0v^Z_w0%I|HPsE$5~3m0E%AY7zA z^D)!vQ@B5tTu;e??U0AEE=ly0Cm+=^Y1Q)6bUDy-n|JX-ewn8E6&4rw^0Om7%k-mR zFSeG(7l(_+m-Z8*rmlo=H`T^;d-}H^PY(F^S_~Mqb@h#yWZWiO>7?B2?+`@P#E^c`E z?OKm)*Meo{V0Yt-z;Bez0)S5#Uu1n4zr%I*@xKrsODL}#DDOO!ZIwjVdt-dZoXey0 z4lcJb%G}Uog07Py3{P8t)I@bST*V5G+7t^)}>Wuf*=8&e>>3nQ*Ym1K-<0&7+ z>vT9DjWsuPS~n0s-%Kt*uDkFiL!n!kb8z8eBdyc9P|cS>pMZ-Osrb*Bc+9(8tm3Da z;-N!u=9Uh3xdTT-yj?!A^z!|dMBjmB&{ge`zU=Map8wRPx86GGn86PoyYlsAED?Hc z^O6Vh(;*+jpyWeZZ(K~PXQ*#AxVWFExVT_SCRp}!{D5JF6fiZUcASFb6MjzHbVQ%4>1E8JMgjX4}8c`Zqee2CwVAkDX~n3 zkq$ik)$->a-hJVODVT#{dC+s4M;`Fd4*6sp`HRSyi?&T>ij(w-nUX<(G zC4NvR#v4F{T$eGz(EUo@g^L$mT)Xv)-QgnjnAK0KPvQPpay=ynwnHAux=1XPVWhv< z{@ELUe&u@`FFoPsm_D3bTG~Y?p`(5S> zT-@}*^}6U3bu6jev}pksV@WkS-m}f~Q0j!lG8sm?i@&^2hRIV?@R4zvZ$WXfwZ&6h zd}2~%KlUJI6)gWcic<7&JR_+jhMKIQ1o zW{pQb`UugF1|M7h{Y^)?MT?j1o;56$1lT4WuO}|qdgWJ|7xWvt+1amPtdTY&^xWo| zPh%zODEaF;*Bckp>Idqbq95J${KXc(W?;Vf*S;0!FJi4L9d(4)pjp;+f9%>3ztnnU zyO!l-4R?o&ESLP#>QlHsmRwKCf$flovM!`HeZ67(N5=sdfr*bVJY(2Z=dAe+%7mWV zyyPYMArI3)aV=f(anY|H^-wduD9@$E9Bh(1b8u`geoox9l?e|q-eoWDEpV~X`q2Rw z4GR_Q2ud7dnu|B|+~%22Q}B^-ns4!Oac{4B)O}B_Jg<9K(fBq!8)YW( zV23Xd_w8)LShwTC#W{)`Qo44^mImjc+ z!?kq9$3?$Z?3~zIX)nt8Xq%2?nUBWzU8D}V!cyT(EexT0T=3Pd6 zWiRgXk4k&-u6=la_a`>jocN zxdR;K7A;<4O4hK}&CXWsOaU%pp9{`mgssSaH1yo&krRA0FVqofbh^&<#>KSyfqJLF zMRCrUpF3WjdLlk&jQaqa+3<$iaB=(=aX)&TxX&En*s-_N)sOyl1D`XNR-gE|;r>_> zdF7ySCCfG2ggB-t(y`wKZ;B!Ci6xO%4iZzchADfA zWipI(tkc2%XpAw!c4S%5bDKvV@PH#l82Lcy$cMDJxailqMYit)@Aa*~#XXr|sMHHa zk23%WJA5G{48>mQJ&bqZ;;?{=WjlppON$>xy`OlJhf+2Y3uPGTe_VUT&RD;Q{Iq7x>s?q}Z1rn>4%>I16_vP%eJgY}9XZpS#|B*dE^jgvBXRI9Ts+~0 z#yywTcYI;l4SF&8Q?h*@S80lD_gYiY!jIb9U9rDaPlm$JvdFs5T$iwnLaV=e8 zak0fuTs(Yvz(uL&)cu~u3Cz39`bp=!3;5gSU4}a5U5XYjF(qr5Z6&c#hLMi(MPMT4 zqJfKp-d{Wg<=HTiHi5)MhLMNmf#O=adgEeR{Xm^z*Vr7=O6M<%d6)gYnun%b7O3$> zxlV`oNSbAx&WXZaY_$C@Y4wRR2=~X5$SViDgLxg>L}H-~Bi&U-ck6V>n-qK)2Gx8E zi;FFO&PPA3=A-{bG(P_;MO4QJ3-EvQh=}BWud5$DS>U49CwVPcW)60@ei7#{%ICuS zZ9Bi=Fo)fiH6He2`}3XlBKX+s#qo}Eixw~2J!_asBC$}0k&bi5@SRl5NuwOjy+F@x zUg`$&^BQ?^O^0jg>WzzO^#gUT&R+Cup9|af%vUS>(I01mp=fLEvaDa6(m=RKUFLJ8 z)u(WOEV-VN1KS}FWnCl|$}rM_gZSi&79c^e)t2ZvD)eqD;wY`Y%0eZTA zabW3tfLy=W8|RE&@VDB153sv_GhZ^r1U%V*bVu!tf_lRQi9giiZWDQf6#4k;e4to)E(SO))_br}#<9jEvEa1_7m67w=cuD9?eL-FbD zR^wf`_*etuVp@IT3Hsj6O8%#c3~Z@Gi@Op4&We5P4-7 z`4C4(KBR@kMNil1ocCO%y@+q5CAlo$1N_H_jWfRZ1*7az$MJsK=09F>*li&`){eY# zAfDu*)KiUzyhb|C7n`(d`Dr+x_LBAY={REyWy`Do~qtv}oU2KzZ z7qQlr&eo4c=L2$mgf|&V-E#G#*ESF?Qjb~vwE7h8k0sYra$q~;p{xtBOjD#|e35g} zz(tk^J-2z}0Uzy2E(=VmYQ}*J=MdRCWG0XbJe>M;)k zFFK08_TxU$#rO1yxPB2BL1(iU-`ODUM`LXc-TEeAqMh^6qju;147PZZyG0UsM4f6jr&MT>XoKsE7f6NzOqjC8E){?+p59wt7LKV)z7$U`h7 zMI7>h(vc5oy>T(EexSb9;G&cquH zJ5MLAKJjtG{jntS%7J*2hq6s17RoTvUHqZvHcy_Kf{%>Te2a>Ue)gixxU|AWtV5); z*^4U;2;%?dM&4v7&OOE&Mi(xgE^txnle`uzGY7k~7cW%v(Rjas=@+T^3r+k`6MwOa zzpWI{db6V6b=Y|!K9-P{1Lc>8QuY!HWf|1Y==CQZ6&c#hLO&7-8i2XbJHx3YbZ1&Pfd|e#*q(c zy>T(EexSb9;G&5fvR&i2PZ`AVEX?*Vp%b{mwh7dR_0{?tYJ3 zRli^LsXBG*RJ~K@eqH+=;lRbB@!1Y}DBDD0p$sD(<7nI)!SB29d^GIb=4~>;Lp_HX6A#gW2D3@hnxylZ~( zsV^SWDs9LW79ukTYaK`X+7l}jpHDTBR}U^5sD;lqkyt3hNXL3K_UYg}AkMu|erNZL zQ4Y&MK88UlhqS1;80xyqISLo${u>)E-m`Uzi!+6hY;VFl81KTxzF&^Gi2mYK(O(3v z*v8QZJNk=7;}cKvP?{hyOjD!}S==kZ{fnGu#8?_-!p?18%48T6d2}2+x_aZHuYI7t zHS`w)y-g=cj$BdMUzF=E<=L>ZMPylb`N9#6gNy&K{8QRPu&1p|=#Pp&sl=zn)5U5A%c4As@q_ltWr?T&zX!wcuiN zp!19O4@fG;(cSSqz(WKsHroD0Uwh&^k@b1>7q1ZO(U4=CUtHwC-J@SWIjgPk0F3Y;hp#m3a zM>eX<$`bEveo^mVggpVD^!~+X4IlkTy?^ob5});F9oMRw`@ z3?rT6XRNzmug--_hF^*@Vdpk4WikwkJUR{@UA=Kp>z8%aeAL$i7Z06$Lg^r2n4d97 z2L7&hvU%G99p?ZCQK5#~aPig6()q>1#B*Diu<3R>=NBK_@Q|BnKh>xZnK{@QF0yOf+l3?m(V#9Ia|=!3H^SeIsb zuydQIOihtb@+gP2u(%lL2FCTT>Qyn09xfW+hKtR+rnq>Mc0O&;u`< zDO{BIM%em`S-$V`8G(zmBO8@=mo?nkdh}d%Zy4~vwl4ftHSS}5B0tqcUOm{_zg8aG zL}H-~BmIwSF5Crsboh-ImQn5A2*}V5`6Q2WNb8M@zU_hf*0LTQ>VcPy6fTYujc>!n zEc+Kf+d#NDTj3(?$%cz(IdC!ZQv=DX2jWQ{N>i0sD8op{xoF@b?vB8in&rXHZC>YR z8OX;lDCLmW8y9`s1NHUA#gH$Kc=vVl?bBM{_;@jUSgRHBOUv6cs`ov0Z}IG+~$!Vj&jmiih~S;>U!537k%vm z^{xpQ106@-cz&-6T-;hTz6}>gm<`;}>v-`T_Q!5%ybBjkXdqmqJ+u10_7tB_HP=;o zU_0cYtP3$rQ>0_9<1kJ z!^PK4CknVYgAWQJF-03xy>UloeU!%`Jj|TT3B2R^x}xq->AgJPm0F3;o?wZOu)qj;yIiXFxwiP zxcI#W!o`b>u}d2V9@xgSD;?w6$WI$SuO5gec_>W~_+|4*M}HA>i@0wLeMXiCJGXhr zp_5^0Gf1Z#(t6{fZ+oD=HI1VK{lLq$3K#dHQ8?(T(!TCnMLPG#y84U1-@n{nY_xqk zzV^hQ8=p@#kyj7IlRT7dV#7pYnoBVfT$hqBCSxQIKt`CS)`rCDCJeL9pYDe~z!Wq}qJ z7X#hbeZ)FV74wUuMC0>+u3%;QzRRB)2p3nHA0y`nfQz<$I$K?9zc(x^AM4RGmNs>$ z5^`+i9_%Q$Xnct&S;JIjHC+7M;HU56T{=fC9I)XJetC5h%7dNTyiFF$K^~UJICymR z#zkNIKz%*N(c{`?woaZiYhrVAp#8=FG5_iA`PS&g+@~{8G`_?SvImsz89RgwLpL`b zca6Em(FY$n<{sKlH7Z1A4%XUV^tC5eC_bNRBCj5**@15w+r)-t{GX2b#rZ!!s1Md( z+)=7rr~G3(J17xB#tIvXx#`M%47Vt%| z4)u|TQU}#=5%=ie{zdH7;hnT7)Anr_Y5T-gmVrDBgCZ_nVR13g`*cRWQ;CZ>M^C41 z1N%!tSN_m4_k9L0t=)Yf0jat`pRh>Hp47ms|hJiiEBwCxWX=a^qC8eii|mN-q7 z_@yb*F^&BLdNlSeV(o>P2)VFxo0oYdHX;wp14UfAdiNK7+XHp30T%=9 zEt>PAf9YL;i`b)0XT!xT-!V9B%ZQ77hp1a$J1*+;)JGml-4M$(MLN$%V;n8#7h&f% zFR_sFK~YZ~mvt{FE(W?9og~{NmHox;m|whd+s47gADa7gWr`Rajs%|qEHE-XVj`iQ_p+#P|w3SCo7e}|9W@Z-y{T3kF_>~{^PHw-uSI2i!H)O*bD(!;op&O+0i`$W5XkX*kH{LbB zIC77#ov-c478fEj2QNA;%?kMl*(iBP?`mB9n^BsUZ(Cpap`+g!3LiSk>(G8S8wH;Z z-*-V@5o<1TjuCcl^UOy|`KT*-pt|n$#zkMdLA^ctizzM!`Yk}T?_0+Fjxpi+CQmhqUvS`M(fAryvc%CQHXCJIfnvWR_Ag@mjBgt7 z%nR(?=9w3ArEJuXX`s5k^~ObC`#`SKw|SXYhLK0d!K14; zF8bOH>g$V(EdkFj{#M~4?hK=|*<6mcb_Tu7hgAg z+r1I}uCw1)Q8YgBBo9TK*ld(-1&Ti6Edv(xk!vm}lXv533VHNW4)W+Ycy#r~MPK_s zeZ6rp&^u|-&QGXuG`<;G&5dYD=NIo24{@)9Yku(|fs2hczvydE{JEVyuW=F2+xm-J zIq)wOKJg?EMVoYni!S-FbDL*7YYI7%r{&fg7k%vp_4dWZ=0NWlLpvX3&PU7j=ux8a zZ8n!>pUx72i`t%KToj!-*x9&qikDH?q9@s8fOB}eB<}$pgh>Q%~KvIJ>(z{C>`R`)f*Rm?FM!Bz{Lsaf^?vl zb(=;$<=kG$|1BAI56=N&?*bj#TDvU!bk0Bg=?$a}xx%`vEb-28k!4f1uRZxb|Gs&d zP=vr+KrfQ#7I zjs7C;U<5XzEZDitYk7<#4`qTPE?vEG(bqmuXK!2#_d1>A@((I;abMZ^mhh{4q_}vO zNE>Ow@Ge|j_n0y+Hrl$2uRZbScJ{o+MLcgCN3U|=UnqQuDOtm46XF)zM^l$<*tyN? z{ER~m!=PGjy>ZdkZcuM;TnzQ&(WZUBFt~CYE$@v$TWgo)UfMna7qvafxGpP8yw>?e zUwdL*I(uH@BA#b|@n6I^dYy0C`>DGbJ{o6c|%{lsT4et)Bnk9+ip z{ce6{Da+#?3QZ{wlwp*Ee4uocLt1ZK^tBJv*Bci@{kV&1>@UiFIyPL)vQMXP z1L5LXY8(xF!Z`YD#s8||Z)N!BDE`SMKHmqvCzqA*OyeT>#KnQ)UfLTt(@DXEbmS@|eBW+*HMLsE)a!Biqi@tV)`ugKyu-EA%2b%qh za(;1?XnY$kX4$8+K?C99MaJM^8~mBDC)+sp9tS>k#@D!r=WX&IbjS~dk2c8b(1sen z*si3&L#(@?&&Y2Wpj_Cw%|jk#l0p{pfYKo@UA=M9*KSZ}4_q8OdG?f`_v)z=hc_vy%W7utZNS=L>?IdJ?6+EAm-FZ$XOba4{4Vt$(bsP9J8HwlFb@O%>g`Hg#QF)H&E^J_)?M!8LxzqhdDptj z^IMm35$)n~LS*J(t@De%_QVQx_PoYLJa5CrWe!{nh3~R~TKH%an~k!qK+#{s+2|Wz zJbdnu#k~@&O`{C16>5q+lt~I6@_^DIE?vEG(bsNJ=h|>F%ul@ZGv{4of3Z8(U4GfX zxaez7d>=Y{UgIL3x8dTe4qOa{FEJ%+7;Pf4i)|#S+^566izrX8w=gdA$}sZiICymR z#zkMdL49k(#V{{n9BFpyOI-Z4XneHwT5ednPv-%VK$~*)7k?#ivEJk8d1@U6_GH_? z*!Oz-x^QQFjf;5RhKrjzD&EbA`I1TNB!Y*ZATIaupB+Si^~q0XMy zxQOS0i@1OBTjKu3!G>?c*oTY;j#h;cN|MFShT_5wS%dE}u? zQt(hWP&!@LdgG$6eW2bRxOnJ{Y18MPF|lQ=`I-v$jrf7zmw`~PpnYZ=YfmEA1|MGfgBqy zp6tNIqVa9*Un`GoVzX1GaZV9uU2Yz-_20Qy2X=1r%tuPus2h2px~}!cMPK_sy=%k8 zFguL@_18*VY!;1g8%OsWlH%f(;yJSvlk91{3l}fmv~h9K*Pi%uVdR6l=uZnIOS zalK`o@BaJ4SbyO-8g_2;%mmhgbm zJ!6N6G<;WW3*%k=#WzOWx(V$l_7_vd^)wE#xf-Qh+Cv`7-z4#iJW`i@*tyL!pQex_ zd0K99aWTwGbxvGeiHkdl#z$LgcltKzIJ!+F>|nw>8t=lzAqSLkQQMP@3z3wA zu2Jxh4XNuR+dXTTva8`D?xn^49IU&Xy~kaIQy+OKbw=!BTvB|$0OMz1BQX(Wa?h=%$V+*o;2{qv z9pcgz7#D-wr!(4|kCwPNiVbh5t-qLMe(|J;iyi$7syE`IM3rn|>Qdqtd8EL?6SrLO zI?lS_ZXKQjgq_frCI>So(8}AxN?>gY#&ucrf#VIcjjpOK4dyS5}w)U@;XR{NDWk?4u;w~Lv z;)1@1^kNyXbDP)sSqAbk3`#kq#l*!h&j6x*9~fDQi(7$NayDE%*(|WEYtp~UhYZF1 z^&sP2xcJG4iyiL~)z;{^)!p?Zp5&pdqof+wb{hP`N$4Zu%*&A<+vZl52RpZUDNBZt zPsb?>w2-*i5^jI-!w-8^^cQy)jc>!n1Gi0aagKNnYc80>cH!blTgCn&-yy0k;vzMY zol=*QYFxx#Zp<&fyyp1cA8vf;zp*sfxy?fsWN10ahcr6MAuT2@4x8B0Je)r{C_4J? z%Kl=D`1LkiTwXfwa*cQnXI*f1z=ex58weNmy%E4C+j+bj9Ov;OKW+HDdLW+Up~3_^ zf*Q|o9-95dKd!m3V?7#nZu1?2OhDoz>M7H7z3YvOzU_f}W4vc`NIPQojIYmYomiS* z4D*gL=;lAnIY2qTxR*^~g15?C-U+?lDtP#h0`J1bI|i5gi;cE_(bt~%bK~==Ci3b5 z?_gfXHjz~0qN@zpxy?&iG7LF7E@c-J7lS?>Fli<)oVM)q`&PEOF{yQf;#sM`PXP51+hbU#!9Ko-x?D%~O`_D}smm zF^zFq=VIbwkXv-xoB2N#E_TQLi+42;F0M4cTFwvPJ+_UbA90MMBR@rlyn2wBk~N&x zr1G!EMPMPu(MK&Du;GN2OHX83w!0U>BOYow$R|sp9MXE@qHlYkzW(Fr5y8$cj#2ZA zqeSCN{2)8a{>8f+2p5;Adud@$wtHirb>L#;r;Fw9Ptx^4!Dc zPM$h-A})^z?n~02H|Je;9Y6h6?(5!2G`_9BxOl^K-Nh_Rceo8q$grL3E-N4U&J5a5 zHQFICN1)dEMPGYjmE!ZMCi3c`njQG2u}vh^xClH%Uy=Ao*|2k)m$GCS`E;DJK#Pux zp^d0N-O^Nni`b)G&1Jby=WhZR8*M#0@B2+%MLDS^eDxqPC2N?vmsI1TOE&D>=A|qd zh8!K2vWt$3p{-26(5n&`Wk1l?U+gAcl<@}=D z*KO-BX4%(0?-z~RU-Y%7j&~vu-0JS%t8pbuyrYgHKpZ2B_jO}_QGP$#wx?U#KJ$~J zehh=^`W77*Lp%A>PxTiMkd1E%k1&U)@c-sMk;XghT;u4|1uiz){9?q#QbYDI-fLXR z5*H@e5!ATok_$Vx`3^xU06CJS+l%ilK`eP1!DjHw5d)BbcNHi{T|02fF*r&s?VCOb3WlCAdC(|g0 zwBESrYaghu$2dCOq0`(P+A?%U6EAwcce3f&?=U%X?hKQ5sCRHH^jZdWTV`q~pK7N1Wwkyj7Z?7%mTZ2}4mlQ_okRXaR57W0eP ztHZfP$cLTVJY`9WF!F%XAue4(aWU8nbzXTrsldgZ*zgXT<@+vw8eGQ3MjJ=xeZQ%u zC@0l~uO1|(WDQgIpe|f=$%dWVyp$=!kfY;Lc0qA5$Zxx#oqwrt5%-1Bp{=#+XEryW zzj&oc*u#Wz*O;rn_=dnmX-hgRL}m`g{$i>+UwopXd-{3Z_F3YrJE#j6ADn+cg8m}U zMo(Vy&weNic5d@p4$D9uhCvaRuAsOW?8Om7->V!)j}VP-!^LrCa|3YkcJUm)Pwv9S zAv=}(i_(^KScuFVY*bvt{NidczX%+%%`Xmc%r6#=uiHLLTp9`S3>1zO`*g4l{m|;S zmdbH7?A+$tGnf8Q2BN5+Ow;wPH!k|x2kMRY*XEE`x_^=Li=l1L=}^m;{!xjGSX-vE z;o`~WpDgtHQ$A!UcHF_caB-Ig#zkLy;?IrGr<%yC2fTxM9oq!dg^SZ}ySqQ`8Jqv} zgZfBZ5~xXyRS}uM!vKJ{=n_X4$8+YsAI&echXieciwn zTYqs!M}M(se2ptv;vGh80>nk~*w^EI-8l0ianZI%N7_E~Qy%KaFsQC?y>ZdkK2Yx( z`ir4$&*^C5@4r=vi=#SH%3~41O0w+J*{y+b(bt}+gZO-^iM)EyxRNE#HUV|vBIXw{ zj>a4#aPgbJo3ILH!Om@-cu0ASBabW(ap?+%i{mHHo)YwTQulqbck+cdMNr00FVApx{2WtZd-^L-bI zi}`_)I=z==R3%V7v<#w|u8@aPe4EPigzWGqWYL!_G~x-5ux{&qjXN z=ttv9mUyYD+KFsaFc`-;B6xD*KCa zJzClU!&%m&CpHi+>hHS%7ja)V`0`ztF8H$Fd}WFM!*!D6tS!np7MJ*ZPpGd~4IeJ@ zEA>EqSjHe|o>UC(wnNP|_81|tk93>i`wk24Z)}xOXxF~H&hh;fg!;OlI*w;P#nR3q)xMJI<^QNPJ zSv06kJucK0|MHj1jb zsK!OulMNRSbl~DK4qS|UXgx`M^?>%t>(Ua-e{GoNDr2z8X7gofl_AKH94)urxLAwc z{c$n0+i1%ze7C~Ik>w<7Xn?sS0(!kur1G4p3m1n>F5{xMCm9zaGY26LnO#)lBJ9bA zi>H_P_n7sSA6;2~ zFYY()f}fzzxYfp|yoxem=Qhurltqd>Oanz+x_aZHubrXJ{29RoRz{q%91T0Sd6`#+Wt)PpYhG_$)cR%JH6Qi%$Hic; zrA_wuOC>IjqCyR|;bN9^fV(y@F2ZhXxVT%1Py44@#yapX@>31@>VbOAL)j*zHe3WA z0vB)j)75KG){Q?{b{;6~+~#dEARl>H4&&g_)f*RU(YpsOere9}X4xgQkE4nPzR29y zJ?787tm`hOtF)HOvhMQL|GeVsw4Z8pt->-eARpOWRF9)!Pc~ef;=sl89Jm+alcztuefIuDg6|Nf{R#ZQTX-WW&Xq9JsjHfs2u!8icPNG_GWc3lm%m z&xmg>xv+DamojA-a&%nEt~V~$qIYjx40rot@}a^-IloBTlJ<~ge(}E_E90WHB^|CP zCu0OMk<~?Ye-ZX%!^LGK{$GtOsfTwAALnDhm-7q*ZY=Yq-5prs^S7F8?QXi^!-dM{ z@6JQp6LfK5+Cc)H(XWL#KICEHUvk# zJm|o=$WJw-^^j^W-(Tt;RO1-q;}>qZ{E6pYI-6@RKJ$ynD?Q}Pwq{(`zTUW~^@}>f zX+G-gfs0?BH{;aSIcAD6)E$f;G&Lpr-@ipa-ZQpgs?PSm<zkSi=iW)4C&GFPKa!*jHoPZ-12e4IylM##eROAY>^zldkyz=M0o zfs2uE*H5awe19RC_?MQl_Ft~M=#pUPHt&*${8GA>S8rVOwKLSa7F-PVrm+tdE^Z+j z--e49Z<6BTXT)=xn($`EyKwRO2F69&lg35xZMeAFfr~rdWFHqterhOM4;ojp#39** zV`-^La^@SqKL@h0cTujtz|L)+`80(L$wOSadgG$jFYBuLsBZ{yjk4+bzq1o!fj`+qLB)FVjG!EQITgi(0>|tLCGwwcui?OVa;PxcEsb)KD8P z4&5Qe#RcLyvqYWjYP<^Rk&ihWeq@H3}C; zQK5#~`ioii>3l`tqP8a)7e!|dLLM?#qfEndv>T0!;M;I9x!FFyIMndrARDedV*W&a zstK)!R7?5(LUL!gh;y3+AzpSg~quw>(Vsohd#iJB1?ns3iYU?j%`5xdieag6~?McQ( z(V2sghs-XjaS?W7!^MRTT>PN}7neG4G4j)<)OwKZo;6G(v0);3aF|mZvSdW^tErb> zJLQ!P-ep;^bDO8E_RQiB?TIYPA+0wqYW=dFnveR{f{UT9N6&sIspu~br$P<2;bOB{ zc!pkY63_9RsjI*Ed;{Ym?8b(R?>KOAwF4Ii++rU`M}BH3S`WmNJd`F#EYlR}z(S0l z7hHb-a}N%BYCg+@o!dNRYKnZ4M>(YR#zn1P)>ZRS-&$}n)SJc*_($b98h6an*>G{( z?kO(b&W8-$r{rC@xZ%edx4#IxvEkx@hHo23f6?%5nhMY$$t!^JG$13clxo!*o-%NmAk|r{<&1wcui?H+H}Fc4dEY6cuWy4HvVlN4MVi`G&keF8 z>A=OvPYp`zL1IeQFillsnT!J$u^tU<#5fw?GeCK;bDO73P~t4Y$OB4;xODZ#MXg`f zQ}a=04_qAEI&+q}H6qm2=p=dR*rsIaWBYd8OKXllcewJXuY;9L@0X6FN0wQMVI}>I z=Qw)dCzAH(@W@JITpzr1*s;=vTwy$)*FiR9RHID8bJ}jegNyv`)dSifuR{%qT{epJ zt9E#BEan$6j+W)Y&TSrf;2=*rL@x%7Jt~g0vF{z9UCtC?9`1gp5 z?Kmyptbx~-8tH+V_63BFbs;g zbj8HQP)|oE$vNv*_7}V2I|h0jebxt!(_cKp7`=RN&~L-K3vHaXztyew{fJrl*r&72 zc&OdKn3;qesncltoJ!U+A@EWuRX=*Q_Xdi9@q|f zDC(lIP{xt&l3xuMkxx6wkvuK8khs_!>TTUga^#FkTpT4D-!_i+*{7p%@$3fbFVdd* zGb1jhn&@dgupRPH)Li1A4kI1wE$A#VV};J!>?W>ZO9c) zbL9IA*^uC(D@_`09nS#|Y~$IPj`3{dLu*NrR}U^5sD+PupeDZ?OnH)nO^Z0Am zB5vEGL)(}3!7%bb9v$M+)f*Rm+XHp>7)KKqgWbV6Ug6>nY(iKX?Cg9rWkLqRkby8A z;?flq7lZwN^bu+tE%)ir1}dn>dbGyHUo;RdVt%o_TPE%2+2$9ob<8hDergSQ^&l}N zYgpPPuuD3|iHobQIP8jl-FeNO_Z|Iu`+TEoJ(~GI=^+<&l=5|*>y3-P?SXpNGQSw= z4#qF2{^BUn_-JeGeAc5iE$_ zoUOmO%3PcST*UucI$$LBIJj_eP{hS{oR;ra=y*&#$wOg(5(jk{=?~67pdA~(`MU|L zFpg$_!p?0T zd9)1hkPnoOa!3n`i+hDSj^0c47eB>@chKp^n9yJRwn#TiF$ug27r*_P8_%WvG}`{f zp2h>JE%b6}4|ynbDKSikk?xWYJGXh{u{p?*d@Z-2xESj8#bkuSMY$er8%F~Gfr}3a zBiY}C;a#|Rv%p1dPckk#Y}K5A%`&U4M?(f2DZ+@PC zmeyUGL;dVklC)NiqelsamEYnr(`P+eue;pRK)5*5tOv>81$)9Az(wXIfL-vHE_LA6 zG6!x&eyTZNJwVra9ZHlqsKZD{85l=n&mzx8g9kgedE}uSgz1onVNk@St2ZvzqIVx$ zY@IpRe8(W%`??pb?43+$J^M+nNB0$tFY$xy7y6|A#Q|g(3O!?OkNw403}Xlw#$i2r zUWb|x!)z4kI3JBY-FiJ5c5d^? z16kUku9BzgUQApJ_11_aIbY!-z5!azoxDYggI^U7;r{nQ#=CHFe}RjQHoq8gE^Wx3 z)`P~CEOFG_hKJ-K-6a=xZu7`vbC4tXT5ch6G2HEo$wdkmcaV*53H#g|q5F$xe6Ml( ziw~M{w6t;H0p1VVIe+pyj`4Ejry9zu2kJWyMNNo-Hi~rY)4`r@?9;(|H1F5JIw5SG z6k*yvWWiA;!qR3Kmvyfg+#`4tASPa-PD)PomLFu89FbhZ^I7UKa=+_B)u* z8#w!mXEqQn(w13$Uwewrr<&_3J+K|}P}GIkWur*v{fpSABg=xF+q{&6{B+36FsPJ; za4~T)++~*w6)xhN7j!mU^!dJv?k}FzK)5(V^%sGQSa+eF^S2LJX#b8uJGqvPPw)w{pw+a9Q|KQ0Eltvk6u;i9}}3~jBQ&pl(hzxZ$i;Uevr zzsuL2;`6EIx=IghhddN@A&%K7(yI=gR*Y?!Lsu}UH6PhnGAy>4=5et(iIaI zgFPOd{ENcHQEYfaZT&@`{fiM7%kNOc-PEA89weq@4GUB4z(?|clW-G`+~Qu`ODoR+ zqCD8S%`+cqyAbmSc^C#oT)Lv+;+)ARw9YX*7(?Bu^DTpmkKX?D#oWKRp=f*?E)Lxw z9Y=2`p2I${^^NB^T7UQI@ExCiM%s`oEJS7wLN+p2qfEnd`h5itF7mrq4`_qD4mAXR zxjfQ=hqn1e*tyM1S;$X^x-tx^>t0k`4E2kEHz-`hK14bjF1~6mA;J8_VSLC?v!yY? zK5rK;el6l+$9qJzg^s%#SF*&RONnDTjC8I;>+>$KbDM_@ILb<6<^QuXF6&%WTnu&P zc;Wl=qCu|Cb#$;c?HH#>M3V7qvafct;sI0+5I7)hN^OTuwr$b(bL8UB&3xTx70BnTF?j8V^t=T)MwMAUi$WnV8y0qaTc}Ry;oQ>u=X_f*zw|V4Yeo#8(V;GcjNDGRK!G0(8 ztE#`avuJ!9E*`jTii>l^b32;wPR6@%amCiLzsUE8YKyo?jbx|LrNl5DM!M^KH0<2w zr3~b!LoFEw)wM1rE;fg{9Gx_){$ghz(QY;uilM)FlQ0r~KgflP|F3~?aahTwS$*J> z?cRuH$Gs6*`S`xeU&Z%bAjekj{*H2s#@D!#C5|?fIHto$hg{4p>i#0^+~$$T<{(G% z5tpvsxaeyis59PQn?qXZ`!1#V#pY0tyCm;VsT@aRPZyo7zv#1nQO_^#wteID7mqbR z4(|^g>%t^>CsKh==09#XC5`->7a7Ror%UHwJaxy>VwG6k^O z@wGir`lD-JZ(OWJ@BX;h670nhyQuzRSL|QZxVXE(#YWq|=xa}WC*t#|Ci3b*<4Tq| zY9et^hmr1*TeSU)zU={h_~T-@AHEu@aB&ojspM?`H+}Z$Xk6S=;G)Y;!DqR7DCM}Q zzJC$+gz@Ywb1$R(z2_Oe?Y`RE9sR|~Pg~7b4``pf4kctM|a)l``4~1;xuSS`M=X~u6&%$MW9`lR8f4r!ei}>aRUHL60CrPq=-{r_F8W$IR?TH$Q&!?Kms|Vsq9*UYs9MoZ?<2*F> zFQVTl%YvQTJo3P4Y((BPCH*U9AzV;g40b*G-xMy&@4KL_wafB-m!l&tcFc28pLucR zqb^6|N|rcups`TKk&b)D&|lo|=4Y1vYU-uevK-sDUBHugD8tAHd32ORT2NdJ^%!9C zvDV7|VppuY=yCLoSC{*XjkfL*IzI6|?`b^{Px4UIUE-h)Bi$vxXzMP%?FW6-Fpds( zpUxyTzc>oURC2cdqR+aE#>JZjF1qX#e3qMsQcg9>G?e3OPpngXKGj5CJ)jNpI@CmC zp^PIP<7nI)f%Aa!+gGr2o0s_!rbAsB2Gw;hSby>G>2337PHF#=L6}47AN6TUM)rU6 zNv^xd`9&KpW|?2SY~|9;v>n;v((bZ`A(wXRqI?GFdEalyfQxc!(}S)3YvrLtjbk#7 zbl@Sz(ZI+5-DmerS%z(Hk+v`K5HjGT%`i?`pvA?-Fqd9V{dgrV?%Qq!=^q;|zPd+x z-sLXw+(;9K=Xn?1Uwn2|XahtVfS|vb>T7IktU3s~qJP zjZb~&p=c|KgF1|K?CSdz%~J;QB20%o41*#rUD5iBC(oEOWA5Q|+h(_#-Q5AMO8@$VrsVXu zkK3N}iyMi?FOT}l%*7j~w9UhyZ6F(r46~lLS*J3WFvDm$}~Ke z_x*+pxG1MKJ)jNpy0pZ~zY@!k^5MpZ{u|1{9!9yh8+LBMV2|1iahcy4zSHp|q`{^EZ}TDDCZaDcU#cb+C5@6c>x!{D-v*i3f?u2ULJ8V;-cDrBrzpx zSeRf(P~#%T(d;h{S=_6m9bo4+-yz5Zq%71?rs+Bt8W#gR_3}TezleQ^bT(WZP};wE zCm%9&M9I5war1}cIGXPf)fW4U)JS$pT}mpk41BCd0~e24IABAr!JtI$xz&`iv>fDN z8Ytq@6&e=<+`>3n^%v#-MH?=TXi58v_X#86y~i$G91wA_<2|C|fOD(E}qc zMqI4ZI2!vFIgUo(k$pzkxy{qgL8biz17(`TM1%{5i(hMNo6^>H=;TvQGTRpe97ZQ^ zPi#uQanp8hcIW=ZO;)YkQQMI%F6}OB7;=%f8f6-u3%%b49l-Up9?%APU0U<E(W-*JDI+9B`$6)8sD}aJz_vQjvgF;{C#;SbwjGL z41A28abE=Xb<6%D?A+!dgC6jNU8vvrs28yFXT?TJ4(KA&nLuO2k6WQns)NNu=?@iS!OzHamz?>qYS zv53RYZJx3;MIOmRT)HCTVt~so$vdjQI7&3W4HvVlyF^?p_b;g4ytwjFmm@JHYnVD9 zwc+B0ONL(xJltcuKWvXNHTsVz4|Z~0iJd- z_a=U=DVcrWZU4@7mt92Tmq&eN<_+7W{l)oZR)RYuaF^iUjbCcK9!DSeqeauD4Y|T5 zYiNB+wShq@@#X9()Oingpp73D2KGbxESDVI!Utmah13@N;JL=7qg6`&yTp6VBKZd z6XhN_aM5;O_im1Lm!k2BCwZtaRVOZvU%2J+m)9KM`?{+x*al}_Zv4Tr^H3)2+~y$@ zm?}MZ$OB4;xODZ#MPK_sojulF#>{M+jIE17_7%~_KbqE*thj#vJ{(7P#Xg-y>m|tt z#>1^N26pzew%*c)T;ViFzQ2$S3Dqdm@SLwb;aRx&eAnm!ZIIWYChQlcwOacx&qwQV zv~7uN`mHNm-p-YWl z)GsM<5&IW0re=AzJ0rlOJWz%q3;96lD2KG5xESKr#r7t?TjAm;HoT$IF39#7M{8XC zXIsQYzCYAs#6@Z(JB2Q7HcB0X@*E)gi(fgtZRC0@#`Q&suydPdUg9F9-FUQfi!Dsf5gR(_lWOSPvcOdl}kLyL;0IDhLI1t&UgR)VeDUw z^NVFod#t;N{$hZaj2XMRRN>+d!l-Qa=JOo`jf-FUYwR!5DyiOxi_}PVN?qFQlxgTA zqOS;Sd~ncH^B=fi$_*$Hc5d^?M|q$OBM;K(5SOmF{lze+7%x${D8FMso1iU#`h3Sg z=X|q$NVLtI!Q!l-i>n;P1;bK>;M{8XCN(15Il65L=9Q`)i{S713d(3wt@>5OZ)dTS)4`rKF!^H)c z-~Sx@izsWqaTojqw6pbSEgN~r14UfAdgG#Rd!Wv>jiZA+2AHg;)?MUx3~cu1^Bn_? zi&wtiIOFIU3KwBdw*A$U9JrX3kA2-oKU&_`4LP=QFLsn$G`_@?tYPAm%}$xNaOKaw zOI*ag-G4swydzMa{(b@D>?blmWg`!HpomLXZ(Q`X57fCfTnzEnh$Q(})n7b7G(Or| zJD=|uXk5IyfpC$w%-`i}Px1Lwb6uqewnHAux)8ewA^Wsg? z`*c22W+j`NF!p}&J{^(Neh%=mCk~!Md#pxfzN}%$N8W0bX?U)u@CoDS-#%8>D9W{s zqwjHyql?Bz8{~CpKjIj|a5^r}yU6lj=QgkNw+l6Yke6XlDGT9x_ZNNb19kNnM-vxY znkTk250^hYknn#hT*UVX=xqACee)C-zs!dWHJ>&}1{&|e#mgHQ7k%xCKQ}&~Y9g;5 z@P6iXs0sUZHi~rIGlp_-U$-m|c5d^?V{^zW`BE0bMa9K1PrD?^5`~L{MdRE4cV0Ot z#l=bDxou2%TjO20ctym;j(3u3%Zn=?bvYVWvc#bS8y=E}^i@|Jb_HbPJ{?f3PlFCN zX*REIo^j+cSvnlz(iIdJn@0xPUwlB};&vS^pCq>V#R=x0Ec%fri06QbgN={4SRP+d zJ)z^DOAiuLvW6iWxaIOl$2c1D@%;jP8xZ#}A`UyZdB~EEapaMF#HA}JF1CcZt2;>^ zQn-k_x9MmTjDz+aoZ{j#n@j|^QID0vW8)Tuu+#sI`(xx{*CLe zzvRWoZa(Jm*E-gtVdpkaS;#BxA9VzePS?4pxESW{#Uy!H;i8;lEw2*L8j_@W*Ay3T zDzlPLnJ~Ny7q5!A7;&+ia8a0Hdr)E-7$0tY=)Yk-dd`2W`nJR}*tyL!KWV#A^CwVT z4EAE$`DXv3T#p_>Lon1fjvlvrii@|4=k_sSco#1IAmU=g#csky;Frt8L~;HP`xnt~ zE8M?)~whKskGL!_8r{IPg$UlWFR;o=<;7b7m# z2^Ysrxo!Z)(O7rETqEz*ft}mD#6yJXLhUbxxvM)#?o+tf73W=OOQ86ULBz$l9;4Tv zfHQd=?29;Nqe#cTZs6kXmmfZfYtks!cGiWqPg%%Mhdc~}A}(D)=NFs9ynQiA?yrK2 zun+Bg&H>6iz{NXbf3f2|qHZ)!gvOVck~IvS5yNa0=|dLxN-&PT^!@XO;+t2i$4p#^ z@?5y6MsvPnZz+0MLN&9;M@zo^>Xg|dyPPuHcSMMIH)P| zKpq|9(iIFBzcOR?w293vVcw;KHa_vwP07jQ4orAHdJr4lL0>fop|S3Am`KMtQ=A2K z^%wu|tH&NJZO9cCA~Ode8<|}c{aU8sIpCS?obqzDPJn0OBEM_&fHuhMP!k&-l81DZ zfxC1tzsR#L;K9yq9(m}9jff);`HX`{S8rVOwM*0&@2|}v?TFbkzCN#YVv38+p{_jBO<{t!{NpJuV!tAtVI`k1-i3=R8weMH=V*V{9rgrV9IozVOulQsul8ex z4+j}=?Gf`Q@>5Ot>LJx$zP~7u7-*wN=emn733hJtl!Ls|A-|4Gnf1oSTJ-LXi^Iaa zs~hb+TJ;w<6^(D**KLdmdPTpB4)(RN@h)6^uYqupw#>Tw+EaW!)m&HUf$flovM!(+ z&k%>>eL8XsjWS{9HqU&>E5pbG9v$M+6%rSlLtS-AlIK-_5#wPx8!nDB#spj(%ZCib z9b@L29VafnA8|4EFI7KVVoKI9Oi*H%EslA`_HSOP`*dLEHV+v#hdN5Wu5&SQG1OZl zlH^R)UmPqNA8oB&miu)29nm=Ri?nC{uGn8pHPO?0U_0cYs5x-a<&lnaF4(7ob1##Z z{Ieg+8*I{SUgE3_BcI9A;V6f+n7A0~?!_dTrEqblj+VEdcR78Vw7=LUp4-8McQoEL zj@~rlV(c$=V}G$4E@J;8)?J=_W#ez+J1@jB*tyLU3n`Okj(iM*QVwY`aWT}}7n9^U zHI6pdLR58=woh^K9Pt#^Ep{>9g^Qa-Tug9Z_j^y4XC}};vweqffWi-|xoCXiNgfK_ z5Wj2`>5z}}F1TmxUw2+}C(DDK+dT3}S%||SUm8mPQVwaoanaX4P+wz;R)@68_2_W- z>C9IBMY+z5w$^UC0YK>W+akeiX~echCoXQ$z_{pZPyD&@`BW2m^?-LUuR~2FhUqZU zaaRP!(da8aIOwVQER%OYX$l!|l$FK;#l>Nv-ZGXXGZil4UYu&~;@whQyiGjBZ}GbN zivt=67blr|wa3TyYQ|h*nqSz+C-N7bcQuBF8bONe}C5JvF_6RY#A3J$A*hv zbl_sq_;^3_I@&1g)aH?ndn3?S#2G+fBi5%;ZngV#C|6SCL7Wb8>FSM(zV?AS`{QD` z^NY_0j*Gtb#P=aSpK2nn9weq@4WlMDJR}e4=r3Z;WwQ@%oP<4$7+0e_7cL?XoRon$ z@_^DIE?psUaag$Lqc2tC=+OF$dEaloCs9tS312-(OvxHXiNr4(MLMt$^NPSm^cQ*0 zmM@@)hHi~qNqk)SUOXJQl?(K%1+dSnUuXL!Nj>|e16Bolh z2RO9~E=oJ-2!F(JakjcQ2k*D-p0T-(dA`U`Eg`QSB&K8yqb9^L8$~+qTSOo6tt~cR zB+Id3B6wO3WWXVB8cP34SqRq~7k%3Ub@iTKYzcQgy0r=}!ba9|8E|p)23~jZwI}K! zKA&nLuO9Gz=5?rv#xWU3I=)?i{vz%h!#EoEFrwUui_lJ`gI-GKT@IZwZTj3ZCbo<< zm(vCbj_2>$lTap?-yUzE5Q4HLn0In-08>3SCo7spPXJ!Qh^w$mmyHwOue$#(lSCHt*=*6z0c zBHCKJEd9l0TaRCH!hwJ5k^bUEb?z^|Z(dUQ4gpte`xMV}%wLAW*SL};4%@7TiAcZk z#lz=f>>yv%`%q3|W9WDTQDBzCclBt7$u-=70q%M}0i5+C{D znEbe-pBMS5hJ5vqYBk?qwh5@lGsdwF{ls%Go&E8d7e0qI7@u)8^O8cov;oFt?dy$; zwdmag7e71Wl)0fUMWcC>-px(PBWrd(zdPp_?;d>b=Ucx%s7LyXwXR3|+Ecr-%%Avt zs)@XMkeHG+%r=o!Vj1|v!U-#vo`^AYXZ=Ow(K5gb6BonnFiwfM2(xdudujW5-}`o< z=1-K9YC`KFD;COp)Ul)*)3DxxKH`xd+vZkaV`sRi^Ha984e(?=5H47MaZKx+)>&<{ zXH1@X@Z@RJTIZN`>9EeeTsXZcd1I?BR(5B9aq+jd|DQiyvRmvgn)iqAnZ}9G_!?KT z#Hlk<8>SH#7ajN3yk{?df1`+tUh|8Gww>4(^fYm%rarxQO=) z?}>}*`9yFS_49-J-14WZ*YGYz z$Qfla*}O{@@-Ph)ap~&aU#vy%9`lQ1TW8J+u8%0&_j~&^B~u^Uw@Yzx;U|)0dcU+3 zoOe03E{!#qQ~!3^^C+`3T-0)rhiwFkxODZ#MPIu?ojv-C zV`jEZKFM?#gZ+T?&Su?Z#r6C5>B{-VMe8NW2gbvpzxdC#w%$F3i)eS0Ta7Xe&-vOD zo`s9gca0v<26-K7qVX%OUHLD@&R;pbZ6vS}eMgqr87`J3q#@*!Jjx+07%qNg#_VZ9 zZ(uyA%6&TJTla-UWVlafxVcX!;$r#+QInzLEAb=`g)Te8McmH~OhjK%mgTxnhwY;& z@=BhRg>b=eadcbT+*3jZ#%aBql0HLrv-THlHs^Cb`gH@SgUmgLaOf}I@|hdYjkuV; zNvT$1zf0_^#{f^?m2pLLh%t?dT^ z!(5Cu4ZZsgP04^07C&lRcd^-<&p2AIyX?9Bz)3xYi)eRg$F?|mc+S_J@GM+>zH9V= zHpuJJnp7W4V;s#j7kt}gUjKQUq10J$cUYqg!X1Gtz;bb732A zXzq>ZJ8s(lb|o&pV*Viw5$n;{y#LzS5f{@ph_AJ5+7 zu3i3o=6Oe;%!rHBP?%)s#Klw}dH&KitKlNoqcOLLIYyRO4Hqeo6y+cv%VV6fK#SI2 zEUiZedjaD}gNr?}9vyKpeT(>RMO>7qk}XVKO8g>^6#YbeBX!Cv8@!7(X`l6IyqEFG{%#BOk+{ltWr?T&zX!9_udYKAkW>1=!xq zhwR%k`*a!w7iq_|abJ6i&!?K}Dm}0r@=(?VlsHHpZ`*k8NrrP$v#WAJz=;5Jm zV7$ZNqH8@m>-?f^Jv!oI*WwD_|BouJ=fOkfr4B%egXA&J{fpCXySu+U^WxKAqzuSJ znUu{q>j7G@{$gn@I@sgU$&bxBz#(VsW4%wub`H>I-9@iQKm7gC%OWnOZxP?Ek1C#Z zRsAKVWDT<}pc2DmoZm@B89x0*DMyBpUzUfsbOpo3gJ#W}*@|5{`vlry+`P3Z8T#VB zE4UtwbE9;&{$i5heDsf=ICx6L#q=$rZX+&ARLK^mEqz~ERS+X3xE)gMo046}PrucMi`vFu7e2UnL*FD> zZ~fGYaBsw!zxd9Kp2Ee>&H?gWq>cA99>j9l0{JO*DXF$uo&)^N6F=I6X8}<%{{P#& zlqJK+qvPPw6|BF=b(g&Y9Y!a6^w2rLp29`gDeSizWg4D~xCkxuydKa7d0krb%D);H zx$c5>Y3%Dp{}JWdFcCbLLmruixO4@>#nQSZ#8}}~; zdkio+%=8xzS-HP;JzClYZ6XUU-hB0ow?$k`-z4fW;-W^D+T+xvq}pcLU&MGCxQH_^ zD5#jmxsO=)X8bn+?qm_dlW#*HU6CEvJdyEnUXeo?QxT%WwR zWA70|u9J3T3roAp8irittwx!K=R(IP=m4&#^?)|W>(ZK+{}RK>oFtL^x`#h?-3YEp zcZQ2n2EwST3>P`S80-edJ*&(wqOG;_=`Y&$bw^xG-z4g@r*Wv!%GJ1%CC=YO zYQsg~AjZx(Cyl-%%Za#1t(7TsQ@T&5^!@12R-wzfc<#`i`F?bx;G#Ys4ScelkDl&0 zAAN!2e01ceHsz}a;!_@4w&FBo!$o{Q8n}r4-S~zy%PSf#)}nWhbAYAqUWI#c#0fq0 z-K$2yMZOn&r+n=xKA&o?tMtHj$U|8dQX4MvURvz$mSuIeubVPSk(XgmDGT9xkE4C< z7!!x?(1;a(218fO(g7Kk~dgdJ9g$s^t$aR;Z;SJyGM*m$JSF*(M zTY-fxkMtpndnMOhb-^}RkLEY8P?oE|Xv0>>K^{;##HA}3F0#KkGSq$D|1{?SUH8&< zWq+}!aIx0&E{%>Kd=HCOPl+j6!_bWj6NzuQuN(Up(P!Lm+yy^jSw8cNl!0=P50s8_ zNDGFG?d#D8&6(9UXJYfP5Wi)x%HU#8+%wiwxJdi0Mwtd1FB;zPy>0a0MLfwv@mo8? zMXW*NzU~E=-~Sxu8d;tT7bO-_m!Q&S7^f`Ig5hF%-lZkjV}QvLGmdthcgfmcw4HZ} zxR}00eAgNsx4OHY5>v8XeEEg_PCVxLE@-YlbIiv-{ z#nO3~mSERiHZtb`UFTi83KwzSCE{ZG2JzjBxJX3FPNB=ra1nEgFRwYi_k;5fXrE_f zX)au(Jj!N!As@q_ltWrDT;#e-um=GL_0au`=Z_m1*ImTB6>*V>lAQvdh+{U2bl~Ch zD}Hty@DY7SmgZV_K^~h!KFOyX(t_b)Y5!ud-NodjD*G30{lzTz(hfi3*n=Z3rf(46 zt%!?6l|fIBh?4 z-0E&UP~Ukd>PQ^3QKVyU4sa1`(ZEIC+3o5tQV#M;hkEL`tb4(5v2<_5uwa4lOT8=i z>1-hz-x9uflO(}8qR)u5O-*<+>3N+Ly_i z+d&qDRHID8a}ocbg`U>~+90n>YhL}Ys|?t=&AX&Qj!e^X3x-=HYFqbzxgEZ8S4sM)cbV4_|DSJA}*$H65p-R@mS+ZmN<1;jk@I8FtM8LLyjy* z%Pkr%p4K*J%ET7)WtWx^cXcPpJ=2?#FYP*|Z&%`?{=Um^pMCl5h>Pi)#CI#=qDGe5 zXI69ac!+ZSEYN##I@7^5;{R)u>Av?A+#EvLHvMX}JaKFLGaZ zbExN|k2mv+a$k2>;G!N!54!Zl+afNeZxY|Fh>IFoYL8Qw)u>CV4HK)`KIF)9wA_N> z;^$_zo!V+X@Dl7vz@rQ<-gD)St2mCXW*e{zpZ?;3>m|vR#>3$|sRti^^`eN2>6?^l zrRUc<8m(N7D_P?FP1UGNZp6j4wFX_4#?ib_C)oAq83q^SeL7u%i~9b>Ef2Wy+=z?m z8%k@8{Y4jI`SYpEYSbky;^Nv`gRT@VhWN>=cEz+RTpYZ%x+*wV4oc@2CkgI0CcLfj zoL|(qxRt@hU0zyuIrJX)>7==Y$D5gRT+=n;bUp5(GIiP0KCVIJ$J7PPpqX zYs@~KDXnLB?9+j*RC7MKsOJ|?|K8|j5f{@piMoxrsF9`iICWW#x}**^nQY!A3vy(d zmRm4fiyB#Kk5iY`s7vZ#lgZ{?vLHvM zX}JZ%MX|3t%>9d>GWRdaechjwjc*AL-60)EFA!W2(gn{o7`w?BO`*Q2`v z7xn(d>xMr4OvJ_XP2#&1aZw{n?Q!a|8g)svVPZAgha6dsmRm4fIjX7;({sSpIzKvKn3fr3!d5^dXM{bQpH7Fgf--I!UUZ`R|&9l zn|BF<9GRx&7Hk~N^DfPy&MzLkL*;pwuE0fo-sQsaS1*dVn7&DTw<0cTWT`z)T~?zm zsWwckX8VvM%h7TRhKr?rI>EwXa!YgN`RHo40lUc3Up(6E(}}p4zDazyA}(rVsXb0z zR--Pd5f|6i8g!-3y97JIIL!1HP z(yF>)={WiU@zDMz49{`2-q*e7_5&yF_tjud9rRi)-r*x+>vf`MgV@TNp2&S$W>2J83upafqwXEGj*R%SKy-Fr}MJerxS58eM4!D5f@#E<L4$4Z14fBF_N^dOA8u4pip=y8;*WIlw26zIxGvzrHW7yBNEpHAY-?A(lU% zx~xWB(jqRdtu^S1{l&Jnx%eDln3vKT)$FUzyL1IE>hmtQeCEb;BQBXH_5ac!+ZS0!95?OzP``o(0i+P~NpxTwd`XPfcY`%N- zg*Qhh-HD6GuN=E>PvPPvHSX)q`+n29qMTF{zIt%sRV{q#z8ZDOi@3P9)}X5rE{kkd_Ke9h51u@28oq$l64s8LMbn#-H@4bhWq0D@;%{yLKRtzuvACFB&fT+70yKF~9iP8K=w*b!xHQ zoOU+zi;t|?`TXw0#k&XJ`}v;2#ajD|zV^g-FFv1YBCj4?cvTCZZBmW88XGkkynSyo0!)(rYpbh*v;5=fJ!78|T*FE}VLa~{ z)BAK*&->C(T=psXLS*J(>@TLOYjoU|?VdI4Vt#8xbDPIY zKriJZuZ~N3^}c7!x4ltkk8$*urcRySz9iio)^bZn6L0m2rgmK9IC^kLN|KqOA7Y{$JZO)YTk#wNIc-dx2@}*s;^ksjsNjAPEj5B`t ze^c7FUGanq7ytX&m*3WQWQ$h_%NXgbzc_!LGG?L(;2idK|Jiu?POLKgtqkwCiofZi zl)qTXX*PVUuRLKqew!ifZhymveE!}NJDFnmaG~<~yYo=$vKn>Chn?HJOBUqFG%dH@ zxaez7sJBOdv5bp>e)($pk9$?%;wGZ;ZT-dR{Zd>UDV{T|_A!YI7hi55T%xX#AW1Af^!{YBa{D<5$&)kIJ0f$flovJI=zod&;f(#va( z@2$%jY%!~R{uNY@nt`@l>IC`$>E_?|PBw2lAmRMt=CbiE;YT)3adEUr15R#gyb~8UJmh9= zN4B^SnK{_m{37rhWwQX_lWqR*GROR1A*UDoXR-@~!7}vh$^5FafI_7dw z4(#0K*%u(CY~*1W6mjY5jf=kRfjZ-TwK=45|KhB9Gh4B<_Pg9DF?#z!0Eb!m%K|9jujuaCtZosW-u^axoV?A+#I^Yl_O z^6I#hS8rVOwGY(U0~fzCWA?O(&BMYRL!+Jlys9ZVdE9}?mxreN7e~p)w}h9P4j1(L zkR{E9i^GpN_F&r3hmWkg*8f_jSwz;%f-Gcm(ZfUAvn> zgHv4GQ2cJ#ns!4sNO5sHkZiHcX`LVqZ7~l1$(m1FRpgrTvk5D(O-O|JdTDOTR*k$zuR%8Xnee%c^&OfVwnsh9eDWbrO)4w zGcVY)!!lv#Hjg~SRD|h}k6}>CA+0wq`q~HTTMI6l`?`bdFOGSqvcD+Tqa}XOCZ_L_ z;^Mc-FcfPU@Ge|D`<$LT@6s7A(vDeuUwewrr<&_3J+K|}P}W6ap$sGarM53$^X$d% zZ?x#Rx8_M)w5>&hr}MK6)RSRQUGJjeqPb-(NL>8f>J%6Im&VZt$i}yXN3^84c%Mky z--O{^xOkqx#ZTP3-dZ+A8xtZk2O}<~s%vz-XPf7tG!ltrGK_SWeEFOVQ>LbnBY9eG zL2(hMU4q2LpHHY9M~{+?ZwcGhT{^?XZwOq}_9Ww$;%a7fhKozod?E0|HlE$oF`muJ z$2j^>F^+~D+xUHdN4Z7g%XZHimc{{WlaBH63%6W;%YX%aw%YiVS25SfJ|pbh=9y1p zCF&^U>pIsP7k%vm_4XJ?uYF&4b66`d-~Maw_WQayzt|n?E}yz$`~T5)WQ$9?%Np(s z7g;Xl``S}{KGj@T>4EK#hq5lD#5Bf1uiD|kvA{)O;*!f}ZGFk9tAC3!ZEG&t_N6@J zk#Z52uK2hZ)`)s5Gr!pW9RtgHw6p_;v#duC7r5AHT;<7m+-u!R2f5*JqdbE~{IO-<(x~|2?#jtkl9M@9WUzF?7Hap9*9{sb3iwV|U4iW1v zz%AQ)&sfL0OVRimSF*$zE3C`P67Q_Pc#m0+?$@_$ z^{^)!K7G}JPg(iE#R*Hx`??{=R_-K6xkclIOl?UyU|zVI2v|t z^T-J~S{CYsG&)_+dgG$6eW2bRxG3(W4fDjy<3CUDrRDshT$8imVwQE6-!$;Ow7&Ml z_aQ!?Y9g;5G_GWcvrUL&nj#(NT`;eB)uI=k7_zumM?cTC?qZVxIjA2fovv?Taj`k9 z@iW`^8{4nbelKlz;^LqNzLz%d`%OJYIjJUm^`LPjOPspbSjITgu}=r*qcO*bz9Y+V z;Ue-NKO8B-$OlSCIi$tK#jy4*vVDL2e(wrg+?EN3O1mIC%X;+I5f?l9Db%AceiZe2 z;z=G#-4F*gMfxAtT(}GNFJk;G&jP~EZQf?{kb`=H(&>5^78h|}cR=%sY~Q_>bw4g1 z`(opM#~^fkq8;?K9yG3GiL>q+4;e=~_UB-J5q(DV7att-)O?g>!$k0ii<%-2%L7GR zy29dObC|ez$kIw&?2dgp5f_v8_2}78me*Z?L$-C7nT~arqVXlBWDOIih=ZCU9rKI8 zM65*v7dQLh#z`p8wND3mBqlP9JV>KMT)KMWqOX0R&b6((j102BxS%w@*q!%A94GpV zjdtF}*Pi%3#OG5@enPEB zcSnD5qQFIMPckm;E^D~6eLA>*k$nJ^f%n^Xf5Wwoep^;P_UW{}Q0^~6j;+7A&{1yD z__E!zhG`?jK~0g4d&buJ<<)($CXI5q_TuUe=`H!k|x2kKl~e=)3c zE^ObEU#lEPk79zMXlw1V>|dPJK)6U-=I`>gr}%uTxvtU!+aV8ST{Iptj&$H4zLUy1 zMwSOVw|SYDmF!$;F^KCaS(gq~`sN>>k>Yg#+BKnJu882;rX^Bs} zrw-n6^yfO`qrbT7zsmhZJa6kSu6D>T8lQU2L)j+8GEI?=vwx@l?Xu^AjqEF;OdBSG zXOjUr$OB4;xODZ#MPK_soxS^u_pt_np8I}uXX9wv zGJlV+J;mo!&2^O?*baFp>!PuYainAaBKGKD91UE=xEf_v+rOygB91)dGY%eIVR5k~ z%>H8Y`sRFeGTeY5%KoC`EFlqF1&knIr%77f?0i{D+x_aZHZ+oE5HT4&p!@6IL?R!oYT%?WgSm&7nlkq$h>-L&X8a;_2ONi39M%8;@VMjrAQ z2am4axaiv+sBdk!80NhZ?>}DIU;MOaeA_r0ABu)v9}v%V_C3Hg4TOudV^-hSp5pVV z=DJD`Y==CQbs?5%ige5`axEIT$ns$4Hjg}zqaE@|9_5f078e8kQtEuwUmPVG--e4> z_AmakfpBr9`F+yvfs3~O;(3n#VpcxZU4}hZUUz{U+xY!5N4Z7g6HoF`nySV_#*vPG zBKLIjY&6P*o!dO~lClisVHgx~>FSM(zV?AS*VbPQbKT{JKUek_B`(4?wEL*zqW*p~ z?8$~tH#qPq@>7e*s|SfGS;MqVVwk2#M;{UWMeggy{W>VmhKb-w8OYCf0C^CnLtMIg z~n&&Ay=3-mxtE6uiMw2 zSf{MdqrZ5Z_`VC|*zkCf1CNWwciBKKe71?iG8slX_I3Yy>GSs!A1S}u{zYOTDdZp@ zC>`aH)*Ban?F03#1sB7-Wh_a)SHeZ!r?U$i-a&8JE}dVTFVcsYFvg;PH-4${H}p-C z_0~55<5n8unlZGDi;Z@lj;}qXzsAg01%g}M{dpZ60}S4ss-4 z%PlG{hB=Bh@44zPZYvreZLM9F{fj3FT-5d?4AF6L#cZkCV~gYej?8QVXl$o!Om^IJ(KxEnT#VJ!=RKy zT5nwRwLjFimj2@2LEgTYB%A%Icf~kb?q9UwVwQb6ckWj1FVc=|RN7tEaA&y4aw*@} zp7K7AarC06%j+&E7kI4ev)X~LMdR~#=b>y9Vwk2#=e};-Pm8r_mM8b-$S`GUihPns zIi&T*MPK_seQUwRFmGQ>k~hsh9XY=!_v!F|uC#|N`*eQPK)9&aqhU`reA@8`_I^)R zK5%jJ&&#+7Ikx%5W=FY2;}cKvP}-%&L&lMQ%;T?Ji}mPBUVQB4>#n+B8}=D(dvw5~ z&6BbW)RSRQUGIA1qOX0R-nHQ3UV-)(Z&TywQKIp+Z6GPjdh}flgp0Ii{!Cwc%KJQU z@d$y7DA$I^6CAi$G(OuQ4`rJW2Q@`H#?iPpg5P)H`Doa=&D&&xhk7!Naas3zEbpBxe|nof-MJq9)EAFwl{VxGOS{V&u5}#kYfr3Cd_L7gUOl*M zpcX#cMB^djNXL3K_UYg}AkMu|ezo;z$HAkkH!k|x2kKixe=*S8bdu!A6_x!(x$aV)4J%tjmUWje9ML$q`2Wg3r9A|D z+RB9fsQBlV__TW_-{iop$WJxos|V^e4`rKZJY*c{z(dS0q8#k)W_fb0MTU`w`9bNB zk6}>CA+0wq)}r@XaIrbi`NjJOB<+|R@ULn?_A;&hq__zaii^eCO*mgcfnqr3zrPP6lKEBZC=V`7!-MQ z96Y*u_ZPK(Sy#7)wgcUtel+b)TV zGLCYr50r99ON)zvF6#aBqQpWO*D{$#D;WpXtu8Gt209_VMr9m5kn41I6S&xJ>vTfL zCqC=V)`P~CJZZLFVxf%N@Qd}7ZJmy9|KayHH187VhL^R~`$c(fgl!z1=iG?T3tXgK z+9>V32(33CJx`q*279v23-6}JeQZ{ET@+gP2)&8Pyf1tgM;9{s7URG1MI97DN4HxsA8}WrU!o@iX7hz8}T%6^= z#mG+$q^KT-n80a|qsxt=-I4&OA zMz~0Orj7gBQ@lUbTz~0-{ZNFmEyOTQk&n5SW8XRN8J;u7`fQj89s^}DjdF~GQVwZZ zaj`4V{Vr2qA6$crBSh!h{KY)y=`0x2KK>%@m_IY(VycN|>w*1Hgt8BbVVWWzW9O4U zvuFt3FT!_ZeXw)e1sM!7j&kIKQVwZpaWT+?Bj&$0@VNNBHp0bk7-N?<4m^OLK>Mcc z|I{&_jr>$YMfE^^7oqGcjfYGlAO0fVE#kZ}_>8R2hKb-wER=DSV|}2ML)vOw^z9F{ zx1n)#pdWa-tb&VNr?ZXhd`o=k7U}!NYen8@6UXJ+2l(5as{UfTt<&+fC;r@cf2xV1 zdLW(@q3jdlpr*)o$%mcWF3QvtawJd7EiEnvI*z_X`HKUwPUrUm7qvafw6wdt@p|(v ztdH`GKHpJJs?kREz)v}v zN6q`iv7+-~UpnMjr}Kw4!bN=d3O39DT(qszdD$_J&dbMq^vp%o`Dng=gvPzhKx$e(>BS9jFg>Zo9M$J_9Jj`aqGEq1CwPYaeK{ z$2fXo&#dlgb7xQK>{hqh|C>r)L-LuVsNSNu@?n=leH5Y8 z0Wr*mi#SII=PzQd4$q`Tov?G;rDZaWGK_;FEkkK>G0^jLwtur07v;GTv^QxFdCt>$ zbXvqkK10-H#6@Z(Kcy~dr#4)KpZNaxDGTs!5o2hc!6?s)ka5Zcr98yZN>B#f>eAw3 zpzFH7_xD;{9LtV3)aozh_>RHj5f>A@U)=Ap>ib3DqHTT9>W=q|W#emH$&;q3X5k{n z(OAETwL0(}xfc+2Zo8x`$_GXJbXvB#)wt+uA8513`^8B|nb(Wv?P8##=p^~$ppNA4 zn@k-#kna~)Tlby!qz$>^((dxc8-2g%Yfo%Xyg$`MQ9Zb9pba7R~BF?KJOPL7E(Sa+NsmB?Ip#a_@EpSZ9L`S1~ei8wm~ zzT?jiJNGiwDc>o|xRgnp1rKGI$252ht;WSh^j@`o`HRxuxc8iyUq7aM3dhlb&blPY z&)%u^7sm=!S^dQv?-ws_BV42%^Jn_nQ@lUbTz~0-{ZNFmEyOQPk&pL^8?1Ts|6cWj z=TCcS*&%~DmWG|%E|ek8l7feJf->lKmkbxj^&Ds3E(ZE7K=kp;HxEv3xOGrsd%q~{ zg7%PS{o?jp?{lWMBU_qv6rtZZE-elDh}kH4$nS4le8(tF%eT$1%yRghq41%jq5=J9 zvr+IF@O>BfikNee?-*V07g>&!^3hiEKy}+&jf=i^gLZrPizzM!`Yk~8@1GCq=*30u zk6s7NjPSsk>Hg?(;+~J2_*&+2t?S-V;Nn20F%-VW zl{{(m32}@4qp3?S?A&(g@=QYx73=j%ZnU%SvJ1Ll{{(miOojYSD;w0 zi1mvYKjWJQ-17oEw_Pj?xl%UT$2?Ho-d5wHuYI81-nba-Y;=E~2k>$b*X~ zwJ|RG+7tCq?|zMoxZmb4e%FD2q3|`Xe{)0Mtoyi?q?lZoSUyQhn_P`tZfY&Opx?gYE2Z_D9S4=&>{?Lv1#f z=bW*H0vBC&3cjd1ceLKT%ZX;4qO1${Wb@mG+~PRzs}5h|BIMX`adn5BQ21GP;F|{{ zvDv6J9gH7??Q;^KlQsW}{?XJW8+LBHba|#BhjCCXx7E1lYd2`OH!gF2YZI z>YR61`{=|6_uld9Cl|3Uxi&|}DG!u!)Pr)M43tCKYFzZS546`C7eoEHi|ORu-l`o( z%XK<7T+FjhXJ{MY;z?>84SNDUoviq4-MV9Pmf@eG_*Yi=d>;6mY;apTf30y5eB$DI z;#}IzDts+xbVW|t`TTuFD0DBei+v#}&KAQvMc^aG)U2=GIvp(+<)mE7A#F7-`q~ZJ z>yL}U9;cJ+V%9Ip_lsji=i6{G&pMq|+6WiFVGJI&!Ji3xvW;_hao|%uzQ#q|Zw^{YnZv#Jmf9Mt;Kp^}^0=7vxbUDP*AxCF$E?FMc3z{LsE z=1dQIt)a6>IgEEv!3LeUUG9WEOt8vlSZqVk&a52nJ zysU2ayTD&0E{QsCU1{Mci-0#iJa!7z$rvO5Qm7L}C~F zNK&~@hiey6AMD(A$+9wzGCB<&L#uJo*KW|>#&9vrLm0O=EA=HV4#a%)&jl{FdK`U> znn!^>+2)0>bl_G!zQ#q|Z^Omw9P&fq6Hkgz;FJ$8;>>RNjqnvOzxb>TQKy`PmT{Ln zlxb&N^tBuOj)rhC(6u^O_jJ_Y;#kr7HXF$^@AACBMf8g+h^li(8y!dc+7la8?|zMo zxF5KP^B2D@&R@LE@NIbfq606>#&_93BYgCU%|_W*pzs$lj>f)dU?b;VVCS|AWhj#r zJhTgxLASHj{-Upapxqw0xW~-HXUsc(O4kJQHG?2GNzeTA;AERicl$oa(Q<#Zv8w_TJ)N?9n!I4I?imKPU0 zgWM$jGc)f3f065Swv(N2iJ!A&x=!bMk+-dh<8rOjd2Cn}7YF+NVx#_I#KlTSHW}}U zCq*btP-7VRpf35abK51$$~ffcw3J<9Tnuud&hATU{l&4O^KJH)=l$Xn0vDw%>A0vm zcQoQ+MRiTaxxNnbtXKDao;2&U*(vil-!kOi|Konlzi=E4JGWgd2boeX+Q&Rl-QIHI z;wbZeG0buF^UDS&`v`w=J=yt|_^`E8e{pw_hwrMbYc7|+_}Z9jKTbP}{$fROp7_zH z=91k{dniJw8;M`!k-Fr=&TSXVX$m=#r{$Ix7sEVM=ZN=HT;#mV2+{fIYaQ~eU)*%( zDlTe!l4)I6o^|$C{e7^wWXJ8{S z5p~Kni!zR~lt&64%78K;EklWMG01f~|@rGLc#Zl=v`aW@Az3*Nf8F8`C zzvxq2#6<}!x#HBN#4qwlfrUqW;`CRs*9B+ma33J-+;*`XsFaHa$~@iRlHuYPW*$Ay zEL{xuJe~Pwzsm#5HaV02qFldd!^J%77q=L8`xmtx+0xSP^2Xyhx}v!@$6Z_hH_Efw zh{Q7F0~c|Y4lwcbp}P-a9j^6@x;*PZImSULhqRoy80H>8^zS{}4?HgZQ^du-=LkCQ z4Q-BFZ010%V5shn~9{KE%@DZ`+WxrK7yq5L3a8Zb=iK3ijP!4G+aj`30 zfAND42G#hBBSh!h{KY);E=O(<{Y5@Med>+4NR{NKeYzA8jf+^zjrWT$EjwiJ2W#%} zZ>$V0g z4;okUq}eBuYFu>5g`L|jDNDv7N2jIia^hl;TU~m)`EK=oQLfX`HiiOuzI%0}z(r|G zIxg)lZ@kfYm!i)%+ZpAgn()RwW9vlvHX-sN}y^vxYG2UG8yG0Kv@B6w&Y z^O%-xE+;MqxkRV8oBvbc;^#!?qpz0>m32Dzh>UvcbZ%)QTwG$>Eq@oDW7{}-qGKE# z`Dw=&)q}*8ym4WIeNl~zz(S0p_g^sVBa@dbI)Zh<&TSX*P|HENzDi7la!6Z^i@yDV z_WF;b#{~O+alCrJI97DN#1FFb?2o>+jc{?HI+qsqWIH$ZKnE^HergFt^*}r+LTQtd zYCIz@V(w+gbC(QdeXw)eC1uGt%IP#^fwmeKeftA#^~c5SgT=*N1H(lc za53^zbSSC^JfB5_#3{x#E@BQE{vytgz*-&PBwt)6Wh{agqMw2+{dAe=*Ox?rk27{vw|vs@E4k%6dQb zQG`-Al4@N1!E={%Tr=$SmEbpW42?Qr=eCRGK^cd9lmTTxT86UYVrV-8pUS{RX&1DI zJh-@R#Kqq4Uj6p5>i1oMi?;cmiyZGY%f^?Ok~dD9lvLX+&eP$#?q5A}^VY;h8zzFM z1LdKOGEcX;)wt+uA82=;_lu$J2;Aq5+V_ic{i4lZ%(H&+m`B^!U-Y#nJ`?f&R1-z@ zpm8NnntdWEag02k*Nyj!^83;9Y%v*UIZe?%$w=L=kHxA%)hpKq!m%1Jfhs|SrMdD7Iqq#74pa$)DTOUjaQ$kAyjyX?3a z+KQdW)i`>r=zN>Mm}mXs2?7_TE$O(ZI(M|u`Dowgm<`H%KfaT?k@$WzekyPU%*DqoWjdeP#2X=0|T(VG3=1~r5t8vlSKG0r|adf&ur?WG(Y3RN# zzV4a9$yyT*8OnK=fjEEhha3FQ3jL&X&Fk2i@_eK^YW`nFD`N%{b_c*gU;VD z9Y^JC zgm^|jkreB6Fb{p-`+r^}$I)^QTE?|ZrqMpeL3Mjujf=kafp){Mu?6JqJ!j_EkLjMm z_luz|&*@XkUVk5WT->~kanaYFsIYi{s)?d{z%y7huuni;xOn*Wx2}P6#!md%t}8`c zOf}vBE{3+8yU(Py_)9G=V(kKhZ5*9voz4~!7kk%ruO-%X16OSR;!hp^V%hjbF%jiy zr=Y||^5`$}yl(7yk+^7Eqa$sf=I(C!9sF|_45?C#|If3C&Fv3)tU z@3G0wvrcErHpWF?d*bhp_otdDst1iLdD83?P!}%Z{UXNEc*h7_yzn=Zm!dA%x$Pnz zQXbPNBkMz2hLYjpzSHJR5BfW)J3KZx`O@p-63)BGbvo5uYgLQL^PSZH{nLaMqz$>^ z)mrk$zIj|)7Ih$IqvRpK=<^L32vJUBdO#l(4QY+(U*Z>eOalvniO0Tk-ZQd3*E$`R zqa0F{WgJw>LcE-~80@r5vb*`di^RndqVsLIm}h_VC*EuyTs+A9K56^Fvkiou^XEV7 z7|%w2s-dEK(72K(&AtMaeJaz~2Z%BBM`xY=H1P56J2%-7b-~VUmy{#pC+?43lZ@ zkH&jO;3MmkbI>wQIi#!uKL@z6DgNz z;v&Y=jo_k`jX2sVdAi-L#zkK{L%aR`#bBphl3gqQBKNzOtd5o;3RelsHHp(=NI7=A$Wx6ml2`)pARTi(SDkUrc_j{Kc`N z^J!axmE@U^K1AT6wkMgE_2iAWD=uPP_narIo+og{wod0Hhksc%zU=qBacLvkR+;8H z9lTeB@5p^Guyfl5nJh~R9@+@XpxfMPT=caMwA;g9+@t4+o}lNWfAZeob@nGbq8fsJz z)N2vSI!Pstk%#X_W4;C70$h0h?BT4hZ1d5+c8TBbkBi~XyWCX4MUJCK(x4plqV?1L z(Nje}_C}8|m-F0+1FN_=(Bo+IJDTRA8W&+tHe7t5!iO9L$VAxkr*>S7{KoW?YPHzk zw8rXR8!ozP7-@>xuBx=!801KfmfLE7(bxXaZhu@1?KIkI58tZ%Mc`Xj$g@so(`i*) z)b=FPS@rtnK_2dPQH_hRCmSwaS>fMi=2vdMsQSbWxjkLi1O9@_T1nJ5vcl)@0S{p( z!$*kxT0Kx7MQE>L#h+>~Rhjs{3;e|$C!Y0V_>3E@dG!CHPT0BaVoAy(MH%LSA}vF! zanaY#&}M&J40qn;dGj3uIgXa|(YA4Pp84p_+ZY#NPc~e7dejBwt;k>arCzrR&lZ2 z=3QVDZcFC7xXBn3=WgK#JTFP!U zE;gcfZ(Iy_`C{@x1sCZreok~gZA-9{WK`-e-Xoaxz6ba}4^?qd+LDe7k-4LgiNY?b z{YBW54HwtCJLUh?$dY?5$4#yA>vz-PoBY1Rijw_PkpS`pu8PcltepsmJ5UwcAZrG4`EfFiGQE^RuF4)!Ys zNwSNXcah`hu|iSuxhFf%`^6XA7#CqrHe8&3Ps+!<^OYA@HSw(B+s>JI-S81$TL{!w z@Rf;s&S0zeHVP<#Ydk0#mSs|@p-?9vhsp_*{4j)*0&lLwSLh?1kFdA zJ#g_W$ILvod#-uK80ref_c}U~o$g+Db^42VPsmW+ok32LnGJ-vA>W^{7Y+D z{x9cUbWN~x+vSpn@>05%*J@n!wKKH45nK%Qq_Gd0fQ!$xF)q@cG%kW~!^JHP--e4{ zbKqj+r)Z+}pm8Nn8j@W&MhrXQwcnls*;uL zE^d0)px*BR;@oao5A57_rLA3FF3K_wRLVlU)wrnj%eHDh+S&*%hB_tv_a@-t$J!Vd zX*U`d!MEY!We!}t*MWSd|IMXXt1u=$I5*6FO##<)nk(YOe{4Hp+VaPdtC zE=GQ8OLfF2QF@WuYKMn@>5M~ zJ+L2&P)N3682c8~CBJOvFKYc#2bvFkG=htvekgUB@)yTap@!Q0#XReDzAA9hWvAea zs&hvvCyO!xgIWJ-Uah57)N97h3gq% z=e8?t?ec%oR>{?EZ?(Uu^~<(uKHBYpi<4%|?4D)52-p?sIQoFE4Ni_f>lYuVzqlS1 z>Y&5cPSaPf;?tzWA3;8bjuyfmmGPVFYlCR~q92Y(94DD_J7du1s z7x%B=BG)gD5S?%J7mYDNuLp_yhMPFfV07W)lPgtmQQMPD3z4~_kcYx9x*RSVd$Qu9 z;ahRB!e_hL(8>2Za53_GRiyPp{S~3qy$ut=L%=)5O&5+yety`wmrZ|pmA6(1DAQ->V|6pHzFr{!;hEGEI>WEX4Tv^z-k2`rh>)Kan-cxfU6xOifWv@+gP2 z<+$i+XJ~IDxESh5V>|yn9Y+r&E`DUyHue{dJy~(l@U6I5;q!UmvoiSs2QF6l_`b_( zk5qRM;r>-kVJ&C6Lr&TF{M|(;b+7S|Y2@P^+P6=<@OSvO3;f1YSKej}>XcY0<0vD` zBaVPFX)OJVv<$7rMPK_sn;XH!Q1<~IX69Y+ev!B+=c8@o=se#8JoJc9zb!Nxb4STZT;(3N|!^Nc)K7Rw-IsIpLT#WowLs}2iUlB^(6UQ_~KF{aIcU~~2 zzV*_LFGiiN`Do&xl#MvbkjFH53@yh+Py0iA8^Og;Pwal>jaq+ktmu3jF6Nn!?!M}a z?Td@Xo~*cN_*Pu3@cBGYUDF?Q;9}(Wsz~dH`YS@Idl!}=AGnD5Xne;2SrhEscA*RcU1;O9{qr2}vGek=PG`f1s~$My*y{bMqu#RdsqZ2beI+qW$B~b5^uuRd zam9{TKe-6+7~wynPTMyOX#2DeQpiCWPzI!BXf-bS+6UU~J?|3iEW4>tq1l)5sH>e9Mo~-W4;Cc zB78-Rp}C$Bc5b^+1_81VNYT!elm6B1E*UQV^Q@j@yN@>KMuhr?ai75*$!!;HywtW% z$A*hO-*?$%#U#1NTnJdFGk($~*J(SlrPC6{{z5J!xabm-M_b2zzysTO_GQO-Hu9mh zBq^!~TmLu8Lp#uyt_%5CrvtehLm&9?E0-Z%Z$27j5ojwYlXB9(NXyV_T=eY^wAo`E zO?RIT;w?VQ?m0d@mI~q@SxY3BJYzXzLB|jZiL3g)Az07V!Mr_eeH=qH{PFW zqNpAursR#IB`!>qcxICiJGWiwuUq~vWJs=-Syo&Ob*0XPPu2R1BSh!h{6(L2IvN)r zJfMn;+MZ-uRGm8tc_^GknTPv|KHrdm5al$c2lPSFkk(lB>1=7tLt{Sr}m3~;s%=BM$_QLfFAaoRlPvJS{#-+>}6LrHNl*zZU0t==#8$9%NL z#Yfu+7x8|vx>_dn^K9=IhdgB8?;QClIuzA|#FV`8v?b|Z;u(2N6Bn0Wu;&He+GN>{ zcOLL+@B2pAd^F1u7nw#IDH~L`xz)Jn+aG9mBkvbOUBUPzQ|iC;R7e8_)k*&&00kDQYR4|Z<5P{t(( zc?^&tL&6$;Ezd0m2+Th|!n{K(1Z9ZE1Rn&>keDtfP;QB+-5}1!( zZ|AE{l{VyxvyLJZvQa*ZG7tAfT!a>yuLtx&(SUYq43lZ(uef;PP@EgV_1vs8Yd#v~ zbU-=Dqa4z5;$mm0$BZT0X5gaDU(ADx>qlJd8+Y;93LTG$Cq*c9DREH8k$>-rJNIJa zg}<4+6ys>t7jY5VsSVK0-g9Pt{h0146@M|lfvGG;KgqpZREwi{JVDRj1N^+HL(}v+;ns48303 zLlFvHN(|F+3!DoMI)$I)X&=U1QND${3wwDuRT zX(L>mW#)tA?}9yHoz6GR0|A@iFCF8+t=$~B75S;=eDwfb7Y(S9IA){BM;#bPW6dJ> zMuP`Cw_PYhS%@>B4CA0k%g}0EY((!qxY#{wp81YJxaW1BzGQGRz5C?H`g1<|Wuy2_ z#s28+uO0Wiv>{hq+Fjl_WYcb4l=mRt*Pd`MLcG6!^x(3AM)+t6G0aAhkNweD)7{8? zG-T-@Z3cO|o#n*EP*06Wk~1r~$oGq8`*UVEYTa~y^w-2)>zVla=HmKAjf*=8Tx_@Z zixKD2j%>CbG_K@HqvbX{BoFy6xv+EFg)+7PIg+pCmJ%1kUA~xnBg0>mcEGsLIvtIR z$A7PV{Kb3CI9l2`@Bq&T?VP`Js$;wy`KgAA>Vf($LeUappp7CQ>vXWD8|!p1AITXEy;CPiiAvoT>ap;G%7R^f?ZHG4fM%D5?jID|ymriNrA-M?U6S;4k7GqpZV* ziQqv70%@9Re}B=pKcEADe=*eE(MfWK!bQ1G$L25ktkco{;@#hGpKGgT$!3apIT8L#B~We^JgwqdvJdN5*B@^p~c8QAVf1V`#O%=-VG?uRksZ zyR17oOX1?qqVv($I*jQ`=Uwg;89SLcF4w%v{cVJcv|~2k*Pi12spk4i5A25`6m21n z*(mZc4~_lNSgV7&uKL0Ar-8!GZ5PT=7UQ5O1ImE34CTbdV7Esn|DtelEIZy%o4@F@ zeo_025f`iPqp04{@mOL?-Z*s$DzS`d(8>F)dppjhm3shDAMD(AK@I|GnhFmW=T1Ac zd#+i*80t!$ZyQ{E@P;SO>Cg3x`ny+?Hh$tsAKRx57NMvI<+CXBa9`;71RWqWTMy`i zq5)kX5&!1 z)vIwOPa3~T;+T#jpYzaqzl+90rXd4?veH!b|Ex^QHkTC_L!EiKT;bvfcD$k1akN>) zjrX<(iTj3|_=e`<`$g?9UbLZT>QnB5f}L!QJ)bPsge8?x+I3# zDDv?=7u10D-I#m9`fjA<9JGw141>g5lp!A!X&K6ji=nRUzO;gi+y{s`x~$+cAFXlm zC4r0Wwhu6Ld}3cWTMrUb^2X728y=E}e3xw7Ty&Q0Lk{FIXt`y@#ZV6#`>ygA<#(^- z|4Z6KQu)5iJ$;OHjgDNWqjB*?fs5LnWLk*K9fdp;&Z5l2ea*%L)QJ#!z379Y0eU0` z+9>kjFTzj6+{?M|p0*j@Gos$C?_NKpzwhXg4v;Mv;&CXuMy1X7L>d%lcsF zwu^F5RtA*SX(_K{xHx`B_tEB{v93^GFD8@BcMOIdde?*fxlZRgbH>{hq+Fjl_WTR{rWghNpHXfi(gwX3n9~2GHBXP_|k&pL^A$<4B*PftrkNqyh#b7r` zZ)(o#9%x*=IpSh3PQxbgtRnc@ae8<8?uRal2I$6yhvXq2bzpBa_erx(uFKI>%S0Lh z<MsWSoz$->e{qE9eCs&cW1Wun7Z(qY{vw|rsyE^yHIkn~m&8CDMZRl) zH0<1VNjWIbfL1aNs#{%7TnzVnfSt-;l;!&EYRbe%f2UdO-ga4X9CLp-dy6-$}(dnrDomUf8+qlI5j6pbX?OAT2|y{l!M~ z?tzOFr_Gsnv^h>E)MeetbTjX=`;wiK{#>V{&lwwb?hDsT8*;^Ib44g*qkI-+9`5tC zC)|sW_kO%z{O!ZlHxrO!d%t*|19!{DM;{ao=nsu!GL3wkzlb&6{H_b@)br3xQzobk zD5uku1=?y{^tBJPwE1BOm*rv3?PLqpS~hZo5zh0kUL3S)G>hN{Wl2ZjVm>P2r-PcR^q4;4|-{ z{lxr@#-fR{rs?VFJoPDu0_Tr9?Ce% zK^_C;kd_n|L)`|LtlFLWi~Tw8qH*!6ORD~2yUn|Vj!%5fo2>`pNfC;+OB~d3fqW*bgYbeFZzWU9vpl3}`Fkpt|iP^A{)0=s9NA^xiKS zggKPHd8LkI`!!yFjPow5iO#p-;$7wiHU8ghD(+jw#PQym=hA9iJa5UOwY44D(n4hJ zDCDAW7G)mpEBbsx211n6m>$pvMFVQoI40A`2OeS^4Sf8+?Y3Hrb;8bV7s^OHL>d9* z(pdVJa!AXIi(yW^9Q)B)TpS@f--e5M=3Smz+CI3b*KY&QZ0omIf5g6SIWHgc(c>Sh z&SXK3Z5_}UN4;g^6Hkgzn5x7<9Y;RabpsbMFD=jPhMn6klwpwgh<1_>s@vUaT=caM zwA*7GE&RnWm+G83GsVS$e82c#0vFru{i3fu@tKJCr4Ry zPPbXz9pJ3=|2woJng7PY8}a=j-V-uZM}6cZ$!6wdBL3fevdT(^n)u4*;`>E?F74&F zpZ%7!Ay-_8%pHYn6wac|!+k}cZ^%H1avIYE`k-h?Ypne%u?#sMthvX(p&qPZlxw@W zj$6}OY1I^DR8xWBVt^l!eyIt#`0a>`ef|ZXtfUc(fKxi(P!R8`-?B!9sNZc&>nQGLLddOO1;GE@3>xoWCgFFZRbiK?UZ@C-KECG0C&CoQu&Jm zfs5$(`w*E)>pO6Q~R6dCw-bk_HyhecfMdyc5Kh>H?c^2Mo3Nj09qU&LHA z=3Mx$5w*G2FQPnUkU~Dn$a;{Lq13n-;8y|9npQiG9xFOu+6CD@`=j+ZdcBB?5f@uD zj>fu0j-%l_(r1L7+b-HUsI-4zpv;q)hP)^=n|OS{V(hg_7+qRhj6q5Eyn0YbC&fIcW1(w0~MN*p7XYZifz zqaVL~4C~~&98FnHQ$JiO?MPOaG^cUq^i;P1CFUkc)8+BT? zyVbbpYaeK{$NuP=add#obdpD>*7}Q|6P=H~UM^JjN8ckd>dm`c(Z;ywYft>S@%~g3 zMfD&tC2yR4LTbZBjGrMN=XJwxyz_upCm;<*ym9J))P{>^FC2X?@Nnx-{%#|Tso_7OKG?bKqAX2O zM)HuBp=7wY@5~dX&7D4B+B`Gu65wu^B-wtSj%3cA*Z;>r&b#b#^K~<%4Y}gd?()VV z8)dU7^Kf72_yipwG+PhogQ6jAdHPplBGdft74eXD>iHI?DU;=yMmfeoDTlPgxESIv zIyrAnEiR4_op1FQ*Gtzg9whD?ZsHr7%XOa4=|76N$mfS@Yc>wGTfNjr5z5~Ls&S0z zU-W$C(%T1Zwg&bC9)A6;Yp_1px$TlNWgO*nnzBGkjEe!DrjsP=99)ZwV@2m%ana-a zMLq9wX2it=^Dd(vsm{9q7j5Tt&vMMWl#MSjC2w4qsuLIYUGRw)Us`s^;L9&QYeVdL zx#|bcpN9Hi=e7$nfvNHW4`o0Zkd~p%lKJ6)39_gNM8|seDmQQ$>J+^ zTB$$B(buh*B=4CEVTm!YlMnA1EN#dYPfHa03)zs6MVW{DeC-MMBEm>lZPmW__@8+eLYxj6)X6fih4IX-RQ0#HEY9U3{y;MY(=a z+6C>wXZ@na#eeifT;%gZJw{xlM)FhW(q^O7F(~%|!e9LA{GRPsTs(0oYLsghWt?S+ zis2Oc=-R>#?dx^(dRn``ui@czwye+ z(uQ1dX?J~?-PH1*twT+-evNB>)wv~Y?ufhu~1UTLm4R-X&K6k zi(xL+IY;55oOiLkU-X%G(f;CB+XxpI4ym zq&?)p#f#o;pKLfAv=J`SmTBX@_7v|=HP>HyU_TV0YzwiAX-P5P0z7G!0zdJ( zga3RC>w}%!F3JiV7k8a~%&hKU57RNWar=;tWV07`SZrIrSRM7z0{zzMRPRpr0iO5B zZqsRxSyYzG8;5+9&7#c1ea*rrjH7@3P*tO-*EWuR(=m=N8y|g8G@$>8V~8W@wA}CV zr$txy?MKz?7MYgiWgKlyYe@glb-1C~)zDh>LyCBz031S3c}=G_K@HLkBKQr0p)f zV9yI68|UeOVtyJFc5b^^j{0R9Wyk|XT85J1V(0dO`iu8u;G*^YqQ|)r(taW??%1mi zK10+^#6@Z(KZP#q;UdP-r~%(Ez_$T$4kOYwOazZO$bMoPWyk|XT85J1Vpo`}x|8I- z3|yp5NPEcRFJ2h^#lGi=x{SCeQ6*m-x~zwbSl9jV8CP8K%@-cJ`oM=@>6?$v!bRFW zDe6HBK^b(5%ZiI(u3k)%`xP$A^^4V60$M|o_^e;7-kpx4FOIkvaZ$}DXq0*E|6%zUQIo_%8Alle%1l$i`iq^Rj-!8? z;VcBFCN7Esk!15 zx+IR-DDt__1^Zs`t(Q|*-ewGHwqYW8#6e9_2J#q?mZ4<0_|=(n4xiH573Ntw=;I?k z*O44GahJrlKbkfmX`X$6fBD)$yGa{z#brHt{0uA?8t}K zlBB2}&<8~W+F`>(@{o@@aF!0}+(BJZb#JfyTupZG?+^DjSDA0T)NBa~XFreA{`oUv}VSn}a9ABs@61yti1(g-|HM~g#Kqom7@i|OSE1vv#FV^o=u%>rEsghzz2Cel`FT3N_5@vf z`-{Pz8j&O?D1UJTA6!H6KTwA}`=eLiyM5j-@)_js^0lXUf2z6u(gXXU2t`|fi>?d# z*yn~{s~3}Gb`x-Mt%!@!UsUg9i6=!U zFv^9A#5Am5#JtO6FRytazVpKRY?ufh%TcbxLB>HThqRoy80zVZN%FKBN5eL$Wj2`q~q967NqnQB)7a zlOhx?vEd^Pqd7qEP|AQG|GW8P!4G+adA|rr;H`ZtPEVF z4M>^?7l*YGE>1N+M%p-@?+q$E$)D%&+af=;hN5~Po)n>I3GvHDkq`OU?;_tVf+w+1 z#-&We8Bm6CP^4vOH7@%02iolKFK!p;Y28V3dEpK)Uxr3Cq*bR3OFc(OmqDr&eEB@-@3Q6K8b}gF6GEL%IP#^ zfwmeKeeDBn_4gOUUDy4Dns<@sj7j^VP2@RGXH*;GqOU#i_vgJI^DdoFRdEq=Y`A!y z0~gE2$MabjIZUlTq>;VKeVtyL+W}T-)xssv`(hNw;&}v-twGXt}9~Z-Y zzxY((xaez7d>-QcsV0i*L1IeYI9g)EL-LRhe-U#oYrl8ZRIFjdxEl4ja1mt?qzt4{ z29yD58A^$Zqe4BcJ4wz}$b=1Q}DFbp) z7L-BCLcGoN z+xK}c?O35I8!j%Y;NpGaKK&hoD~Fo>`YWe5;Ja5(4Exd=bGlx+1bWX3LS*jfX~(5S zQ4eA^N*?lyKHrdm5al$c2lPSFkk(jz2gtOfc)!^B!xJY06LGH24R8GBc+?9!w_UQV zjH8TBgU3)Ze^KIMkc)M`5pl8C+-cvm{fKj^CI(6m)OQiezOw!QW*+=S;32RPn8-DZ zHcSN170^zZr`ugJT%0g%&h*LSdXAgY*%>4(CZF7~BiV6l7bwyuS>EuW=<$8n&5*iO9d|g-P=;b_N~-7lDze z%Lf;wY?OgK2Bc+ZH7@$v4chGSeo^3Jm}_-D9XKxf+7q9LdiQHw#Qip0e9D1~q3|W9 zKg zI4BuNTzv7N3%=egTtvU)hq>r4dVh8G5A11{Nj_g?^~T0LmhvG7f!Ws?K0?Zk{JeT# zxgwN(0;=(hY0N`E^7JoG{^+c;pT-=F&p4W8Ng*HY1ZB|eZZ$6Y+9lfUfs0?5dGx$c zr=okicyMP&^1!l9&KyWwymjR5UwrF?^_$`^HaZ{eYfpS0;{B;6it0h*N}e?PL{f=m z;1dfcFIjX1#?bZrMU>Gpz(e~$8FYKgiHqSnjMF17_L@5FoOWOIxsP&Ejk@$eeHWpW zEvd#d%(uWt+;7zluLU;N!$n=5ve8b)L3O)JhKu97=XTHTnKN_Rtlg#^et7p>GcO(1 z-j}mybR@5Bu!dyFN$X?bllark|!;33UM2z5f`sJ_|L~Y zblfhoD3u`ZZYk}cbkQac)swAxTt==2z;`=UtE2W z{r%!ehEMsd1L?@`Rg1SCpu3_Wt+D#ohKmc&pFMp4pY6KRHGjBd8P8%wy<<%=+eK+w z7RoRW6lob+?JxS;AKL8kesMzgtl7c&h_Zjbw_Qha*h4!c{fUbUK9(diR!?hzzj*R{ zdmi-H8$Z_+e-ZtTnzJbLaG$R|;a-GzfB)zKeNZ%@B^tld)>Z$Wy>Rro7)R^x0opJT zJXb(lWu9((*>JJCt~<;#81FH-IFReQfs0tz-7H*ebX|9UG`4i|07}&QSOo zSMsERQ}u8W<7VI@=A|(QbL>0kJ%hUH;i8s{GVP3uzIKD(;o&cipVc$%NaHXD`vK`q z%)HCuD|T9`KmEn)R!oxj%!L44{6|mE;AY_>?Kg`u5AE}{C)|q=@9!Typbv@$v_#`q z+PdmrjGezazh`@3BYa2JSq~Sh64DsTNgm~pw%T9xwM(?u0~fzKbI##GFJRm?<2;=X zX$Xurc%BY$akM#4C*orI1W}E?c3jr`i6=!UbW;x(aXvRN5x%0V%XOX(^{pw&N}iO3 zc*$^aTu;xuqeBM9!v}XHD{Z=^)nByPoX`H~R}G-9Z_YVH04`qh`KwNixR^dksaB%j zsc|Jw8oIRED0K{qb7}ECz!euy?EQu`FcNiT`HME0C?n+}Eknt0u`=&6CfM(!?zc^I z=3VAJJh3h3T|)QU_^dZu4-!-I#@Tiojxmq(F2F{-W5l=`_0_{g$|OY@$^=DPhLYi8 z<(#om!JfbP&bA%NJ_C6EBK*Z8cfI!G&BDcc`&|~Q^SXftwt11u9P=WPpQ1xiJxEN+ z8z)W?yO@@g`(1E$1m<9l_{8b2qP}{#C}kjyGLnb146VjR-~K?GJ>D;lpV8gB5ircj zXw%VKeX1iFcIaIX+U8ws_U1E=*7Gi(*=W6~&B8_WyR>6lnmpX+YfrcrA>Q9VdO#l( z4QWfV$I=)_bIt|db~$E^W7bB!S-42KlA?@GgU3)ZTpTxT?jhs4XPG_Hf$ei)AAiK0 z8!>d^;s4j4xcIX9hqS4fkG}NXS5A(&m_9+&d+7K|JSjq{OWXf%=3$=;a1r=;^47O( z{>Kwe+Z%O8T%?Ao6nd$A$Kao5^&H!6CSE#2eZx4`_=~q)wDD3KF5-Wn4nF?kE(Q}X z61e!-0he4CaS>Km^*JIgrur!Im$sROi=2Tz}p5pzf=K4zy?1v(hZ2=_?lE*a9ioklEh>NMVJ#dlp z(W66M!1zOhi>~?Tyzdun^U)C(`xjUE{C`++y$Bw%EOh`%93+ovu3tR-`dinKdtQ9} zMaqCo)JfS)vmKx%^A{^~(ZOzyPJU$e0d9Kyc8P7?r9&D*CGIotqUWRU|Ngk=BQB;- z5mowO#k2luzr>Whakd3iVwgp{e6j8Sk7bU9Xi&K}N62oMg=hFUp-F2>m z&&ZnU?T^;-P)^oIIiw}S#YsoaoI7*gq62EXq9G7dk#c2MEp91Nxw7NLya}SL4}z@Beub z*LC~&i?!0KDYUhkD*e36_@3E^Of$GR?Xbh9U^8H6XkU7HbEl4Ei+yKYYr{otW3US! zT)c8=gE!MVW{DA}&G;&DR6^plC>2 zUi(+$BIjK&FO7BG@E=jH4HLn01(cC_NXt+%T&&Eyg!*iLVrMan}NSr5`OlnfX5>FJr?)3e94qwz6=5WU7Vr*Q3E*G(^%c4Ui7yUQDgT$IhC%)@=5;}dj%&}==R4~mAg<<-B$uqr1>g>EY6=~TWS9oj5(RToe1(VXu`w+k-n{n5ZD+y3Ym z9s8qqd&0gyI`UJS^3?GXBEBCDT*Ufrd_$V`l?@jg(Ywb!z{+>8!aX?R z&?bHNs$FoA&jp_;Uwex8r<&_8J+L2&P_~8ChKoFx7VEoZUG>&=Qzj|OG7c(bA>Qh7 zw67hbtsc0@?_LFaUiXd}=ZxhYN87%86>$+3S$(#A?U>JE+3ruZQS2{uLu$iCjH5Bv z^3jP8_MS&uZ$8>3OZFY^(Je0-E^;4WSEw%-?>n+N`vBMY)bmZKn0k1l{UjPWr3Cq7t{SNUBPYxOct7Pv}?ahUVl-q z>&7`_5f{^^h|gNPsC8QVwa!aFO#a!EOXxze(pWer*5kd10Uf#vNqSe3(D96%1J)ukd_P=E9)17br+K(GuAKK{KY)y(vIHypxq)a zrcV%`t%!?6l>8LBwBaFn$OkTB&IOo=vm;nr7A~T^4k#yiltWrhTnzT}F3As@go_u= z-97q?;@OJ0NJPm`fm6gl8$~|$x#0aG&W!N!7byp2Wk4%+TDH8LxESud%Z(8id(E9T zPTLP1w+31d)OQhzHWJ5d6!}=216;&hG;on;cDwvV%0XEf&`zC}Z7&%vR?dwW6)Z6B zH8@?Tv&P85Fo|Sc+4+|EIUi3F>?8WT$Xm;?JGWgfX^Fm!NhRS)0tw{=^XaZ4heB_z2((a!x?4< z%os=SF1YKMIP8q$Xnij2-`?EwpwouG7{}4Z?x?nii!Q|S=Tnzi)FlmeZo6EvAV=nD zxh3-#xvsl2)cw(inD>iV*WI7EsK?RkpZmh~5f{@ZiO*KVMU5V;<>XK^1#4Mix za%4SPZpm=*pJ(+P+igDZ66{XE{S7YOcG1R5`x6&;Susg2G8Y2Ale*iaORkH!m_A9V zR+>N0(Qfr>T*;H>Z_1)Bxe*ta*BW$H8AtOxonYsqXBu3@c{=@xi~9VNg>VnLXoGwP~gq$y#$T!J7+=4rVl8%I~p(+PLp zWtmy0GrjxdzI8gVm8{@{i~9ZI{O^r>KH_5fBvH2!7d5gpo~ACds7vZdQ^M1 z({f9Oi=1}}78nm!^DeNJtdIv6_r2hS>mx3vPZD(-aZw{n<7w(Li@KzaG=*%JOBUqF zJT13mxG2_jhq-?7v*!Foxvu-4WanGrn|&%BN1rb8HaGDt%*AoE_7~4vvS{sXm#!Pf z(c;;PxTuk(@w6~OXVfJXc5b^|f*?ocX}KlC#c^||9ooCwCDacYyl=+Q58m*^Ih=Rt z4_wsi7cbxJi6nSsG7Mms!*$)rN^#whuY79xbdNk`V$xR{^&mqUvFx}#q>$yvlVesBTM6H>N1PEq()p^UTe@*?S7YV&l!8=h}!)w zS^qPkNuP1F_7}H*d(VR+E~ZZ?tuf-F3$gt9)MXZRNsG9+yw;$r3NBXPFLs5wRA*LC z?fb=TmRDB|XQ_FSh<$+93hrnV$K`szc!7DpxZ}4T-wAq;>vU4ZMO=h66br%xol#c} zuyfnx5(GIiPs=UYIGX!iIzxTGxZ9^{_q+55F6#X*XYYH-brBcSCyCEi#6^uPji;&0 zEb5YK!^AAxha6dtmRmAhtgO=s78a9hI&1ewXW0hqB9Fg#fLW&#aWQ?8_-sX7)X36! zn!3!QE~yb0m)9C}rS`i7`+{+l@fYPj!2ZBRz2D`)U9UPd;$r%Q(i$T!x)95sPhDnF zm$ZnB%WDm~A}&_e>2!s9pw0@1*RInUv%I=$I1{%@-!I-ExZ9aHF1}yX^DfVC`NWg= ze((Rq_lw5vsJ4iUF2wTZQIE{anDCwOrIn^TM-vEvNWEiF0-ghstpsfY#(xDJz8$baItbOZLr7bBzsP)U8j>} z8?cK!{^I=i_B<%!V)`WU*^0QRk)`o8b(uw7QX?)duQlkZGLGiD?l2eW7}acP-Y?2^ z-S|#gW*C)@qwf(n?PTJ(IF8oqx<9kgdQ%^J>iXY7?{S?@s-zZ^qHh!o|~$ORbl7Y@_7i&d~9R&w8`< zpm8Nnnr+XbF1ZmGm)9C}Rq+>jo=&j9_+{fS%I_Eq1TJ2E$qUyv3m4J1=l~tX8(275pi*Oy+KzMT&(VQ33LhL`Lk;Gy9@*_KD%_$+7TDiCzRG0 zanXfX{(R~(i@KymTwGpj(3M`N(-r84uhv%Q>GTIK>UBCVnRPl57t<${));Zog;@T4 z>N1PEq(xj@UTe@*1sAywFwou6NwSOD2iPCDsP_RrcEBaqP5Awtao)w)9j!6qq6@M7 z`P5|=bxDi3xV+Y&EBcE)J@fE6z%UP`HLBS`?RV)9T-5truKD~`r$$^%pHNz3#6=fk z`SYpEEb5XLadCOAL01)AtgK%Q_V~r*F13EKKX6fxqfa*L7b7mFPbjT1;-U+&{Q1;n z7IjIBxVXI5psNZlPMR^Zd)9R0FoybpmyeqB7mq*d7a!-jwEcmLR}M{*6<1F6j_*fz zU-iY;AOGO-wirjRHmEvRjTQo*HZyc>#h+#PvkZS7#ecEF=ko>`2)jMGV=s+-KRr-S zMQE?W>-=%aFC8v=+8^|Ra{_Gvc@d7IoDTadCOAL01)A+;`d>c#FZlUQF&X z-@W?M>*JDv#Kl9FOjw~=xcJRR*L6o+?0rCr;vAncUpX$kYJ|@^v#3j6#Kq;c23=Kf zaeVjO?%6$aW=@;6+qA!DMvMK$ch&ny;LWPW1o?c@8YepZ)KK`;M-fV0W>J^?vf-ky-9R56?-#!?^XPe@ zzFO=xr%lZJ#Rryca^^td;;kcZ|6;Rnu~C1~*Pi(7#rsoD6xD+ZuNvXAPqL^>Uc|-a zwFX^P{KZ}8cc+ssp`O6_dozwc<)%Rc`hM}2Emt};;$r%Q(i)56%7+wgD!9nEik+d(ygd2)!O0Pa?f2%IBL|xiV3Mq{yt-;QFMc#VXY8|rYgoz0 z%*AuY^g5mQkJ;xAu@L~`irUR+8uXgzvqqn7|9K9{O0(r&Yv{(;WMtdLe>L2 zw_SJ$cuDyvtJ6|mtIrwp?QgW%V;sHLVTaA=os#YhYr3Vci#PaKM=vgN96hoxCrQxP zI$X4Vii=Z4#)c+7!dxy~-0_6w;UfASP0OOp!+pN?gnJR<{r#f{^g+>(wj}%S@BZnV zI}Ca5lA*e;k*1jK>U9n*B2iwlwY-wy;-uqx=1%V&Ne2py=dGP2du=g&DE-9_+4+_@ z_W0rdO=a13%^faW{GX>@dPCchEnOolXQH0Jc;b*MW}*t<9M*OJ(OmMGm~Z$S7~ZcH z|FR1IE+ywS!^ix}Bj&el(~C7e6jK-{vpQSUttX?ZthD)jK9};o?hegp0IiHs9Bt z;{B=S`b!V&ha!}1$)aC4bg$0IOBNlW>w%ryE|)Bnmw8%VX>oB>m;>oKW*iNFv8(ca zair*c=|7P@-9+&J#(d78FVq`H4|}eC{6*R`8y|5o)kL%PzShJNC%j)|d&pn)Df|1s$WJv?R1eg55z4;GqAM<**gNNP?}Ok2n$~@fX zYfrcrA@BXG8DpIAINtQ90dj2nV1_yHxNLm%LD4{6X3;wjcy$8S=zMhIgL}*RVCS|A zHqT4SMOmGe@>-3HzV?AOXW?S+!Hb9X%sIMeR`-;n=Jw3)k-s{e_&)CqNe+8xhvX}( zrms~#Qs<|`W}w$kiu-6s#6^An;#R+0^+st!uDB4HI||t-?4o;$JlqF+0zOT`j}T$w z3V)%RckZn4XDI$ohHvvbryD*3e>1BHolkufq10s-b;*aF+b)+Z$dP$kZmV(8*PhVs zEL`LVua2H_)X|>}7#L493r@CQ{^e-pFRohQLpB2C4>Np(lpFcfLw``}IE%XKDH|^O+8Okbg^QIBUImYf zL!Ta!+;-8%ONoned~CBf3^(;S8tZhx=Qvt__v+n|W4CnKr{vq}Ym^6hDC43t6`sMK zfQ#4#$ucOvONFm-aYhCI{!_`BSK)sk>V}-tDsu3C@e|LPLX~hs<$lzOK>kk+A0g$I zm(Slc&)Fr=cxaey)&_@<7es$)Y!vh~e_nOmBUl@`cHF1}IeZMH}6#n8#>!0+F z%RVJvmdhK5Jd|}&?JvTffQuUcUUuNts}yj?0*T*x%A~BL-D=L&IKVfFFp9VY5}1_ZNqn zOzaD!zxZJ~H^SGR`1|Ai6-^Yxbr)VW!e^h*Mm0q~&W-ryvG4zS@_y^ye!z>b-9Y&+ zT$C~>9~9+unzBG!{eIEcF45LTaB;gpaq;x2>A4XG7klAvgzS71udXafGZw9v;v&}O zFbp>ljHO+;*vxYy>aAa#ZHBV2;l5y=Z}^Mg%ip?Lg%3MI;QbRFcuOnbjU9oKh;U~Oab(8kDK36T7zySqaJg{tyaj-dL?=tim`+D!P z@%8haCoORiYPDe_=3TBCcKS-6J9**xvJTh!MfQ)Dg|f^8m9h|TmcOX$Wt)8M1LgDK zVpuaU8&u|_&AdymiU(repn=_S8rYSyi2OMsO?Fng~;5| zM(3lOg^TbPR~7yu>fOcsO8$QS;0X?Yv21+)?jqFJU&L5?;rX+NPrLQYo3lRZTT|G( zyqJ%2jDu1RX{&M3*FMnReEworP`LQ7%WB8b1F?SbC*N*gT=cakJ`;KG2QDT87a_+s zj{ceh7t6*co)n>t;G(XF{i!K2QS(t=^0d5G_FQ| zp84oI+87so?TODs-ur=z8;Er}kYmHesSaE$8(-r}p0p1xa^400qO1e`scju;*gFDg zno9jc#zCbl#9NJvzV?B(=EKD?LHUbY{Jqv+G~1tR0{UCp$T0K0Y3Ox#aTmUmfpV_( zi+8mVF5WgINmd_P{Y9{+4NTi%F9`fuCpqvb@>2~J)kCW7Vt?6Jq}5&}CrL2x0&LVZ zRqv>cL558Z%F8>oyjJ6)Z-1cOS-4o;2WXj+HhVfk38CR4?V0`SYfnY*hrhV(f3HX} z3F@`s@s$odE*qcyP=xyUi=p76uYEw@S-4nPr!(oep1ISfbm2RxVVJGWizA5BqK@{pFHw7A$6 z*1ARZ@ixzA<0AT7{@=`liwC{XKK|ko{_qL~KH2u;J>YoH7x}5;it0gPO5V7{MYM`z z8)>hckJfb%6H$(FP**^CnWyEo8W(;01MO~X933Vu?!KrN7xnr@+8S*l&-sh(hKtqN zk0gOT*>Ley2QKF2W8UQxVx11;*w*PRanxHjzQ&b2Y2qSn6I9!4=MPVuNMBLbA>Bhr?k;H z8sBlj^TUAW+vYEB@T~p(hP-_Ei#^X)zwZJ$Hh*z5N4;g^Yh1~broX81kZJTWikJl5$D_s{Xq-AI|F8bOB+T57G7}owj_U}=z)Q+R|9sp@$D3fQu z%hWc)McOidzpp*T`%}&Jmmb&;MW_!h0tYYr&E%z6t0TwLuyflb?VXs2-;8$hw=*r< zUS3=bbDhpV-pIy9^tTKjc3eEp_>0oUfr~bOaiYU-%gcwqxc?p1|J0CUt9QPm-m>u} zrsR#&E{SEN;1kpEZI`7N?0JE%ga7|YQ3i1-13U(4GvH}?&BDd6{MXO6lXbIwzV?B# zRV!ralp=59XL%~ESlS)nm#;#{Mc9)KpB6aqDK8(mc;bE486U{8)w{@1Z`t^G28#xl zzlf*2thlIkMr8A~50uZs#hU#tqs)GnK-YDz@mi9+mJIu`YrhNr57Nfa2YJ?YpYZn9 zf6@JEOS6xQ&_>T0^R*|oDc+xIqNpBh{og3hg^SYX$=(3lA@eWQx<5m z{6$$O;%t*|f1pf5xY!luIJ$FXbDqusH(|^cOLX z{-jvHi2v`larB#xadg@E#FHY_$6v($zq1#PK3CVH?Hp!rHvoc{7E zZ?PU=pzV@AqKu;)Z2**VNK1>0fv#Vi|4gmFXj{K1?StzVrHx>^3YY8r#lL^hzW!p- z=bL({CkOuGypyW`sd2w;{o?x$f3a+Q;zCnb{s9&xuXAJBj|I6JnOobwGl4DE)e*8eC;XT-@kfGr4{?@gNvAR;rm5d z8|+-#x=cr0oRTi;#u&P*GstrzPE`J)v=v|h{|6Hn^5Eh>+6WhM&X}}&;G)f6oagWt z^YSr{9xmpiA;>T z_?*Q1Q%w}rgT|FSY4!=nzM3N6C0CxgDC3l=Ddb3=mRnX_409BnB-bf_afIxA6Gwli zo@APlXI=M^n^kd9+mlSIs&ge9^%sji-)v-*lWM|O53=9$#(n%n$mZVYP461ihm&Y6 zY+YaJuSow&-w|?T9?~+D6&JS+a@HkD*8aobnsKyV*R99VdDiLNxMjpejH9o6qIxbZ z@WVFW^MGRa=K35`iG>;mby~K&)wt+uA82zU-ix>=_q z-!I}lv<&EPX)Af=U2bk;T=cak>Ll;|z{P1ltKuT$*xoNb<-oTD?6y+HQ)$&@6i@x@Ob~l2H+XU(_Ua!W{+Ftqt7jJ1}T=cak zJ`;KG2QF?X=3OAi<}WUB;9}YM8dvh9*(by@O^IK&Z(qUAc~Op}(ifl{nXlX1EL{Az zQBQ3x>t>sL?E_^S!^NWlJe4*{LdQj4dur7F^!>oaFJ47gOkf&)_fKJGFXl1nk)6FYe~>7t6-y zb6te`_=}<7qOX0_!^O(E5q+2#>N=fMl)s2|3o_vUATEYH>vV>GrG5QHUwh*3&wD>` z@h~y(0y(yMmx&HsEE~TF9t+F$gw541VU zUsSl*6)G<7x43p3t=H+Gzom`jS*P=*z1tTTeeH?QM7%%ML{U9ROvxK(pK#2pDe@s3 zbJFjRpRxe>$hx>LXNV9d4JoJ&>uhw>COVj3x&_>tk6n(zg)_QU2NGI`0OBlce~>?2yXwsWrAp$wKMMR~?SwY*m2qOX0R-5&m86&C~D@UpVP#Syae zO9y27hY5q*ulMSD4a^O?srx5l!%klb^~m{X8zzG13Meo0kd~pexESb$mz6IbR5Om| zS_RsG#6O}mF3PnzGS2>yz9M*NBlDP+ z?Jg}YhWRvTTfM*iZwA+=*7;DK%4 z<$1@vOXR2MP*e}ZlOmKjWy3_;EZ#3-{0yHFz9Z}7x*Sa@i?T^kj&V@RA#F7-`t}Ff zn>Ftu_PbQ)qyyaW5;`uzo@}`Iz5^HY^07|mezD&La%}ruhW^~X|E6qw;z<$eGmZ`g z7k%xc9xhh)NB3c3s2ikLtK%=~|DSpM#V@pxzc@$vi?AmfE_OQbDe_aVsi+=`;33QU z;3Cgnyzn=Zm$DqF_7j<=z0=>MkBBmigCZ?MtNlga{y>|v{6&e2As@i_)~n{5(3kGL z0@roJhmisOEp6n@RgwgH-B{eTvWXjZ@;7rWGS`(ulVn9OO_=yll1v@F;96-zu6SCa z*xyFib^F>ATb1|z-gVu-GN4=ukYmH+$qqa&8{cIEjqrVN5o2h5mJaG*KY+sKc@Y<7 zKH|EJZfC1;(bqoE?uKwN(D#d1ojIs3E~3vF^5Ej3ZH$Y)_Qc;G?@u*RR1X?g@}zxm z5ps`x=e%d+8XfS6gPO9RH9n#Y^FWc7p{%&r73e;|sjm;N!Nn1>^G&?^rKU6^&${jf zW7^kWEc$#?T~SV|312-(OvxLk?ulWVA|J9({>-8w-1CC-#=wJ}+b+t~6lEk2X&Fk4 zi$?`G?UK~PMd>TTEAnZR6R~9OK!@Ptl>M9wesZjr;nGz(x3ssHd#B z=-VIAK_lbnu0RhOoBvw2zX)8!|6vB=BGaJ5&9$MqT<;gZ_y4o^E%0^~)%lwwLO_sb zd1y2#q=FX8y&>emqvcf^Mer&J;bjOUkVwdlAt;YnwL(RT@)W6}K&6TmmA0VRs_+LN zs93NfqF_a8TSW?3qXb0#&v*Cv?p}9gW}kIt-+Rts&z|4!+% zV}H?#CtN2&Y)z$SVjSIX>$OpR7=!ooh-+fNee8R_cuQbB8>`1S zdb-$u5q5m#J{%~wZhG=b70Eu7T*f#g0`_0@m7#Htw9qjhj%9!ieJt&Eix>ZL_IoDF za#<%UK9IMgarFE}t7fr~gkVP?tyaarkD42 zY+U<`Xk79l8@g`1sN0IyX~hTf8+dVOc*WAitIt?8Fp%gt`Uk(Cl-+#QL2ifl+>6rt z7(*-ltC;<|4>|VWn{|Ksj@idmWT)e3E1p=VCVk!#RolVW|DEb2FQQiDMCtRvCf6?F z`&TT3`*UkaJNZ=>f03^^>c4TcwLfqj9r5DqH0NDj@76C$UYssF-^GD3$%~wiK2fA= zHy{1Z6B}Lx9ue4VRvgzgecl??{<3YzgJrykbvpdE3rYpfeLvWw9omOP9(@cQ1MZO{ zt~~d8tO1+*%#R(u3uz%K2C%V0rs>_3e{ zYU;db#Z#yF)9E!YqFf&@t_|>F-SoIWs|G!eW}8ciGU~*Oy3Kg4R(v3T882#QaUjv} z7|efa>^OQN_Ur!Y;{F{+Tk+H>{+jgp9UN*0eSgOs(>8rO`guIYd2k}$ap8M_EJyFr z&12fs68WT#b||~$FS0yJ*2#)vnc+Fi^OV*ylCx@j(IWB{d7M1o3Z|)Ue~3cFUG82{CXezi&i|5OJmbx z9DUv27XPVX$M+uK%>h2Ho4yJkGB0_NeFG^u5yzdr2S{#3UKvoPK4v{2d+je;@qxM) zD3n)}&n>ma(MPUw%XHi-okVA&v+RF1nw>vXo*;n&ZgKiUPB zQAKvTPREKT)~QLKw?x%;Xom&MdG-mpOiP@H9gL;1j!}NcK(Ei?G4j9;0wv zfl=QN=V6!JXkFJ$yHdiAK8B8=TmB-;qa3Z15tqnU#*0IHX>T#fW!-Ig5&bRy4>!CR z=g+}ke8CrraWwdNnrmB)?`Z*i*Gv;L@NUOd*P@4QGn6A@NCRZS0n@zdfxK$PoyzIbJT zck8BSKU9$xe=!wawBiHpUB-*bUrh9Emn{2#zaIO1aU#|)Ue-tcBJV@;oE1+^`n=`F zs~y-6Rixxa`gu~Ku3W$Pp-e&)yy2t#*3Ni%9R| z#rp&HQ_*W)i8+S9NZ!iPx#3^fO@SA!xIufEd2w#K{^AoSP9E_WC-S>j&+SwAixd6b zt4{qzE1r1AwM(yg5$S!r_(*^kQ_~(3gbk_FHhb+aT5*GV zn|X0wy1e**C+ED#arAWA`7W-<(J||E&Ye~8qQ;XvRz*i0cFK!ZJh3wE(raEsdhjCV zU4DC8fyl=Le7Qcrmvz(2evge?{6)^YT=JuZ>t#9YPc6x_lsu2Tj6+IWi1(Tot@uD) z3lz#L%CD(4?~*@XOm?l-Rh%UxaP&BKPaI@}lNj*x@|@ ziDMah&5Kstpw3oa987pV`ahJv=v&tO3uC*Bk7(raEsdXA%KA6Ovr z5U2O?@rnRn)=e)tB{pv1MUJC&8SGCffqjW}c@FvYv9#H1UbNx^buLgSuV}+@wA(@A z>@?p3%(Abvo-d|4?_$Lh5!5cd=0&9U`HN=<_%9W`2BGz@^-beo8c~kQLi^MqaF$So&${2;?sxUnEZcZf7ja?e zt}J`kk>A*i_$iZlj%t59osYKSiM48%{%LnJ;TmOnA1~e(;Kfw*WjL^&v+yFGErJ)d zP2kn{0~bm@WIrN5Kl zH7_DPpD*ryNrA{OJH5|OeLTRIb<=BJi8;3L;&Fj}Blw;R`<2JfS6;N@qa$7%OqUlw z>E4f){vv!o8SsBlhM4*2uO8Ds{^DEJI2w5J@zZwS^RJ_6r`NoQ^yI|_pDlQChSNLO zd(`h>8}An=w{H3v9@Kd(yvTWIzVkvGY;P%neV?z0G{`5@(hg;>{Y5K2P~QTD@{00n zY^`5xjiZzOyi4}pXL4Sg$a$ATPbzq^-`;nz;)w`qmtONC()-5I3j+L?ik^H@MWRna zJjVVC*{|EYixoF$4>Ko*^5P-C7(0&UoE$NrpSQ$(Cv|Ec^P&|`Y>#&7H7_DPd2y$&6)VawZ0UJ# z(f*YIUaXs**Ih+gcoE+&@I7M$&WUx#d5pf$ekkh6K7!Qs?lmu3@qv2Vc`@1T7qbK0 z`bGJCQDOuA4}8dHj4`~pSs(MF6;Egjgm&pQFCx8f9DQAY|5DLwUWqwIe`x-KP6qHI zd`0+-vJAR2FCa3p}qwf#!W!?0+KdS~bro`rGRiT)t@-E$i&rj5dTsZ{ z&rZtreZks2CUQP{%bkyTj2P;-`DiPict5mDuXz#aedFlu0{oYXo_MGt(I=9-*hf-^ z?AL8R+KL;rM`yg4=H?OKc{1lkzV9*->$>lKX~ByjoI)@092@U+KH7>W)~8*1&5KCy zPUQ9(_h6C$4^ofNR_jvD-Cw=InHQ~iVjHweuXz#aIgVa`WAS`(_W)nc z3-D##^zz=0jiXQ6@gjJTyqInFmit+j=0hG!o6dcE)+@Kvg-fE}UyomHZUc4z_KNUUh&#D2wlKdZsV;xWiz99`s zzY%f1-=d|?&tv3a91_Pe^x9vv;s$jtX1#c;~+r&lhiVdLJJ@65z|a>Ddoeq}5;a@gi{U z`>~(3L_MWW*SpueXvGKWUB-(WJYP)o9qA7bPafkh>i1nVFUG9vzQ2$BMdFzlx8li~ zUh^XClNYak$T_R6@OVqF>$5(&u^RYegFFESUtXzy0h3f0(N}mE(nxcH@&a_JJk^* zJ|5#a>@z0E&n$!U&ss8{mc$YDv_sh~UflZnoBxw#$~sx`fjnirSgg|-Lyf%bWMt~R z2t4`tX;pxqV)fv~zx!e_j)ooIbH}xTa_gp-_jYWYH)+F*S!TsYTV9+qm+t{4O^m7Y zBJkwn#Tx?r6srd>PCdDJ4-j^I<=zu0w{H4aE|mE&jz&m{7v=RMp0_}jS@D59W&UF8 z`J&*&G#@bj+b_qCqo=c>TN0R)W9gXnix+O!KjUcN0)dxl#Z!}heA_LzR_!nQq>L9) z0@ih7EWPV(8;w2}1kU;UQxTUorCr$JIY=DK(5-Q_EE93o$%^+q&E7%Wz;l z$GW%UMU0`bKP}fW!ampBYDt@r(k}AIb2yfv*W+kw|Dn!hyjZO37LOPQ(%U$q9WSE4 zB|aKn^pCsS;S%HMOTJUgM_U;S_pRbkt#|<7g|MSeYh$ z-V#;Yp$rGsbLXQ1*HpZS4=#w_{#R za6_Gj7rQfV#W?zrt&4FqaO_*xy<1=$T{k`Xq>3a@k-K;-rQ}6fmX8ym3kBqr=cFyf zyTyyI+wPwh%CcD}D?X67j2DOI%v0;SF_s>f&2mzasq>;0PsBrPdhp_vrxfdSV8_Rc zvjeKW8;?Ri*@5g-B!e<6(7i7#*3bDbdu|I&T;e6c)rMSv~Qm={4Zo!_KJKz zoxi2RNi6!rFSMV|@&o&K9BsuDFSkjbw?x%;(D!%DG5e&>vzcnq7g zM+qJBK{C(|Ww-oAmPg6@So;I{%6M^Tmd{;GZ=*2_FG_qgyyzcyx5Fj;#gjf-jH8i$ zngg}Q_fWuJtec+KT}6@;BtEI51RsJI|Mr-n+htkgK`miR{%8kz8Hbd%5bqW*{?De* z?Jdh@ovipk-cnvHzLVNos53H-PL3E;=S3@?I>nz(4_@k5a9 z!W5SPd2l}=&z4Run0nQDD0}`RZ(ghG;MCdU0e{ho57f1c7dKefJ>o9TLD5Nt)Ohh# zu6Kc92H?pzp8Z0ApJMfz7h%W8i$4jJTQ@!K&#Hla=;IHbBQKsdW*=9P?bdal;|4D%n`Hn` zK7JYs@KdADTdrz5`1-$79s5v9?K{F>yywEFw^(@W4!27CdY^6{)0Vb_ygUafZ6V%k zUbOZH>T2i3G`|Ii{{5Hv<-CYA5+gCZ_{V+3i@*f}t_#76r#y9&e!SWt?}ciASr;iK zR-yl+8TXwIZp2<=$8P?zYqHbXLT&5KxT zECc#mV(qET@_Cn;BGINUj(nkcmxdR!4CCmN9xc}CfRBBC>e&H5wQhRND>26$M++#9 z!7B6^LxUH!eVo%+*T+c1fc%U@YJ0urMJql~Z?nHRnC>|Gx4+$J%s6_w?0gqTf8)mx z^M3T{)B0x|O+52@taxhD=Pfs0?ZAGhB3TzH<^OQ#;UCI&8>7sy7`~o_gygWGLidrKR&bY7yE6WF)N;U zPc-TCmZ;henpa|u*(XwJP7B#R)MfJhq%9eT9epfq*OM2M+^Tz|n?JASU9j$72H;GN zqhsC!{N#*+7bTW-T$URfZ#N&!GHJi+{oUBfTeQ=5U_Vrm7Jm`;F(1umjPJkf{Fgz; z_gl2&bwEmvMILz$$1>ED7n6L|Wu%+`Rq^6}vh!UW{VnkkvtRe8`-m6UwXTVm310M# zqwfxkqZ@tRa#hbwX%`FQcE058VsF(18|*k=rOeC6)=uzx*y-Sm>9V&fKnF%@34 z;-eiej$PM1FWGsQgVnqX|A&r{ru(D+f5!NWpXnoi@pd)u0z6@T2JcN?_sjr4HTt}T zs%4@qs#*@#0v2aelJ?;(>|zi^MW9ZpBm8^x(xGi~V#^u8$Yj1bDG- zdiFyV$v%-%`-|Yk-)?jG_4*m3%p>DEKhL3_j6>>rcZ(M%y>b7~$+B4|D?X67j2Daj zbXt!W6Q#z~dC`iePVuMHYhFaTK3=>gz>9U$%X>RE&Nh}(^I9srXvIfcUM%+0Ntzf_ z=S3@?c<;rg*SrWjK3@ECfEVkgkL5y{?=W_Xkag!pdHsm<(yjPFo-%*2HI6=b_>7Ym zuQ_tf;!{suG_nI@YHz;0%I!=0%43#Y%l&lpGZu^w@M8!)Uv#fc2j7og_r(t`M}M>n zETf9-bp4_gPpnguK5vPt?a&SjmhChKIHaz3w|Mc-7X9OivTWALiVx&1<;7wgois6~&Wlz& zb&5Zo9=!NMu`eyk^^K#~2Y9h=dUM@yqMaX()VqY^CF)wPM4kU;^=RQwV3^M_P(>=MU5wUtcs30?DY9! zw|Ei$;_wgMqViTixjuh!#t;4D^t$O~zsJVemQqTrLXT&Pn3L9J0O!6R@@pHggZz*T z+FrMK@tr4~vrv}J`dIOSyk-8P*q3&LarE9SECHE1FIw?LD8!}*FCHh>b;FL27Z(J0 zv2J>KZ^ylrd7{}4t4)V%8(iY;~;>G2Eal|`h*{qWl zAIMwAi$f*z(J66b>bz*hQ>XaT>A{Peiuq`i>*K{60=!r^y}Y+$;}(CByr|1y|4?dP zq@EJ_8Hd#Ny2XpST-M2o59BZ7#n3odLLJHs1O8&&^yHH&l5I>$F61%fAMgH=D}2uw z$%9&Iex)tclW|C0?{4wps@n$dlx4F{R(v3DnZGFJU6Llo)Opd0r%v&w(}Ndx5c4i5 z*T;+5fB1R2ZhCod$Hw(I+Q*Bq-3c$E-^h*ZLrB=s$Ivl!ix*iQ~ zkP}neMrX7+AO2}JGLD|ed6#9cD8|wK_8wr}_-3?YjrU2f((}HqB1h})BIGi1BW1{b z-R51aI7WMPz>9;4O+$}D>f0?|(u9b^L(ji84j%Hq`yd)@1wxx?8k3NQu zp{D*~vL8y_?N?*xT_$2(_pX1`@FK?1&x!eH@Ud?`dh-D9)=f`7sUj`Bc$|AT8oa2> z(Kvs;uV1v{1MSd(znIceZuxI7d+l!~o)=%yN4&UZ%Gm$?z?1Je-|PTCHToPrRog-H zRLrpia>!o#+8?NQ87~gaTBIH^>i;0J73v#r z$BV=pTOj5=z<%Pzb?!nOHI4@0$;XQ)1b8u44}bB{vx@m>*zx&`%L3)rO|N++=2-fR z=ujW0)sYv$!E7%A*@_S3E8|5)im7cE!RE|f`F~^mMZLBaeIW4`v#$GHgl z-D`i*iVxJg171w+HJ8yY{`eE+yr^*!!;8E3F)v#2#0G29=PgmS9W<}R9J5a#iBs|+ zCFWh^Gsa7Pv~WGjlJB@6evtc-7imvQ;0PsBrPdhp`0VqG`v_;~Tl0bZ<|o_tb8>Txvt zNJ`izFUqpWgIY4L=2_(BIY?;>@ow>=E|+z(;sg21c(L_-@tDOcmn<3>NOn3p+vjVO zvR6NTko$j&o^{`5VneqiwE3A_5%YfZBR^m80^Og!V^wt2;d|biXM=sje3Ckxx8ezD z5t{Vl(+=o^sv)mQ{#WxD&!G%FUwq52FTPinr{DkMG4pAOyizA^Azn{jOm_KVcGxe+ z^5S&a`7VzBmY9oK*Zq>G8eZgm#O6(%U)dg2q}5-<+{=qrT<|S9{{o!*e(WDeiF?#j zp40WNCod-Z8ele8`HOnB60jlh5wlL`gmn!sVjO+rLsLd?E%2gm9Q}A;99=iP=9QS^ z(Z*C5m3q!cU$@7lZ;)lkG;$3i@h&lsw8$&-NLz?^ix+22zh=2Cn{~3{19{8F(Z%}3 z)=+vDOGrzm&Wlz&5f!oNH7~-Bj~BQ5k$>Nay6NS;9UHg!i`;+li5<4TL6*b*gnT~n zqPzygc^y`KAWs=Dj(NT~IFRb=(b>r7j;?WLZp`QkR9ZgmbJZZ`HQ+-*2&r*$X~{b z#r})Azc@I+64H|GcoF?AvGRQ9MdFIRY{gU6^dtV_kBW6VDA&iwO9FgcH$D5Iie#Ta zN{mW<-FWfnZ-4SI*=D>}D?X67lo#hXCs8?#EF&eEIxkxBL`=k{2QNOoWD}anV8_Rc z7YBH;ZhCod$HqGuN9!`Ak0|3IentM#&T|oMuh;&f6(6W~8842Z#DQdAcgYTH&AUwG z{)-=3U(CBq^!|&TuG6vNiT6a4K5vPt?Vx!j=9ql~S;l8R+jZN2(b^wq3o|bcrn`Re zKh*O@taFt?kE3JW13bCUo-clQX>k_;Pd>lxmVnTD({`j?Nh~?|}p6Wf|J_-`OEfa!m59i{I^jS5M8djW^8`4BeGwk{2g> z9F2ZQ$swtE5qR?P;*=lzd2yA~(>}|x#xxf&rp}ANlaCi44)EfFNBz9m=<_?& z+77(0t4MMJWy-wRNxPTvVr$-|#fh_%UBCDlHIAN6khNs-L@ZZ?-UCFwkiWR=;{F{+ z15Z9)yrre*eamK<@t=NPY^TTb#rJ)#KqS&nb4IoO{Q~yurss86k?a%75HDgJJ^SnL zpC`*g9*K3tc?>)JAsqtp=CS;*w1s%L{KbD>aN!fOY}Uz&59BRS$lS#>X1R7$1eVw)1OMfpN8Zor5s(&v=^K6C61pAoR;u=wZA_`L z3O)D`{v!BM&bx5UqL#F!rR-Cj(>3oFFY0nxPu;#DJ@S|FV)4F9(vKIjcD$(l#k%n# z@Z{sg8(VtfkT~1!zy18zP7izvMZ4}Q(rxDASRWgj zk3Q;O-}h#XBj2$w86AaPWDZHaei3}*<;9ks^<;&n{w%&9S4n@-rT6k;z|KI; z^laBEl6?XxF)H=z-*?3O=rhW)fOFq3WCwYrU1z?OZWRbSvKor#Ru}1@uKt> zTjadc&(SsL%E%uFo9WO5i>Bv%2x3 zZZG1}iVx&3Ykp?RLvw)a9~HowU1|7t`G~BKvKN z7dejB&liC=iMg14BffW6|Bj=9Cm%1aY3bLg>wm=Q;pagw|6fdfywFSB4Yc&cv&%LT z7CJpbs(M~`6*9748}On_@8!jSorN{ivt6r5_6cP2ylBJ++Pjn&=L|N)=fHjXlow@mUJ(h*Nvx{K8M&E5HL3R_73jsTzC7~r!;k5+Tv&Q|S%wyqjrH#C06 zIfRhE2%P(VA$zFnh{4t$U3c6gM_hUC_1J%E?lV7rNbf@>^D^%K<&NY5Pa)5iPA-^w z)p@AH{72rr)>ju@u1h)+bo++%$X~{b#rx5t)R^S^E*4&t{ZltyB%U-cLhs|nTLQfJ zu)6PwOX}e-9`}P{-Ua%ZE)j9g^w}@`erMhEyzVLzZ6>if+J+)RUfg=hfhWkae4Gd! z?NQPc@-hx7Z6V$*UVQM>7Yxg?N9$z74f2-pqV^Z(Bs!G-Z5RB-d;8d5B;ROWgx<%C zn>)R4{5v~<%SNByxw;+Xy&W6JI9l`9C{MH^u)S#Jo?p>p=@2jK{5*yo#vySmL$`QQ zmWep)q}w;7N1jf2G1XTApHsXzoekQO=x_WOLi;bi%q0lD2e`$5_wP8Gc+$KGy^j|U z2=L;v053NB967ojaDP?}u-uLpcfD<+Omia21QbHciWl{JKj?3XlbC&Jx9($JB%U-cLhs|n^#NX-@qhmLl1883p}HO9 zy&W5eWr@waq_Ka&iO(Ip=(=B>cgdr&9PUG_WymJ-O3Ts~;@#p!T`udS+c%^~{?2$Y z&2hBg#jVhmniusrx^BEkJZWBp-p7l(JH5|eJSxD8)MFfds~AT^@3XTuV5e?+eSgOs z1Fsfd^x4*Y$Ya>_1=x^!ZL?dvc=QK{wvc7BPF8#%Zy7HR%^rQC@}QRF z87+}t>a@LX@uDu5b+Y0E`OA1wKVM9BOPyz1$=PKT0$R0?KAdRF(2LQea46@ zjVH~Ez?qL1e-hxc&41}1M>qPsrFA>7AF4=LZs#wC?6d!Yclo1UOW2V*ZMWCFsN0uy z)q2#s6JDH~==#OqsppHneIwB43^DHkzFzR6#*;i|8C4|gA%B_VIiw?QG%rH$)vZ#)a}cb@t2sK+?^Rc96BXy|?XdQHGi-SnDQ zVvfQ4e0+{_x_vSJ3--aecr}-SoV#t4Pc9McD6z7s)eP!j9D8 zScY!#BFgmfq7@&=U&f2A=Zi-!TfTI~l0^f9sjkyG{-{aWIp;sHZRk4&5(|jOJYU>) z^Ly7wB-VS(iAl2uK$F+Eo-!Z_R9x|Z6 zfjNc+?jvew*FC6k5`Go(h28`F<|YL%%0AU`VKO=jo5&oJ8}OpTlb08N72w5|o^@wM z*E>DSW!X4x^drr(K|8Shs>s~3pA(5$_=?lEIr9;ev*h8;e!=o2&JpL2{0iH&fjII( zGSCiX&w0^^Kh(F37mMeMbQuSde7@L@7xntZ+VP^plb08N9pJ^5p7#Uqll4xI5Yl5D zz2Kw8^F^fhjiYBg?YC1mJ=>{@WZP>g`3$`1D?{=k@;_gA@u3}G@>zL3yml)-khhc< zi|30;6JzSU2t4_Cae>pXaG=xU=v!KPVsjLi>jQk&(raFv;q*RUToABRH$B_0ip29p zU#K%L>h|LGTk(PXWxS}KFAk*oe)P(xvXSSD97pfWhHgpiFV1kA9iUxL73rqCIP!(Y z(f9W8I2w5J@!~3{_wnMxEj{tcW?1lypBJeIFP`+nDNLS0@8iW)0Xucmv;C?_@*>B+ zTB5N-{^DpyxCpSzpX5}T2KCg(vhI`I$zJYDYsClZ+zBtvOLYC>{=doRUC4_Q@xIFo z#k`Bel8#H<#l~S1c|%e^Uj&|fym+viXFXRrJGn? zD=%X2h_`RL_dHn^aqfHHh5VY=JpU{E6dGv@@t*Ud5r3#_C%l;IcMMK->$))?Oz4mRW7aR8@}@s}9R1NQNF2t-Q3i4AlN<1&!;_a6Tl}ZT(NlgC;6ATt$2kVnm2pU2_g?d& z6(6W~883R~U1rJaP9>f?F9J_KUcAHUeg5L^&-r=rYNtow{X+auk8$+zmlyLc&~NTZ ze?!1d-SljyDw6&p+nQ2xTPnP0#RuBEj2HFu#rcVjqkr<`*m1P>7xnYS7=Ll;hhEjU z{vzgvaVW>dUwi;iw+)MdFJqnr3VkMUcK~`HOq%r(t3SmJ6@C+ zLo3vd7agB@d9lTRdK^9PcR4TWaq$gK4?Cx;@$x+_J?|qTX`Ry}q^jq2SCMQ>VpL0< z$J)hxhtB_}@0@zkm0x)A*Uw{lS3Ipl+6pdHFy^P&|`sIP$+7c5u^lbj^NcKG>w7>_0<$HkFxy4}1Ms{<|vZ1@O?3t&IIFa}% zlPsf(gni^MlRSrXRy-jsLX&=c+5vq~HJ~QsE}z8t%Xay~0{D!2uQ9;W_w6g>L6Dfo zG3pA*pzB^2UM!w3k{Wr%X-UnC+o{Xfyg0CRzD`H}Z{5b_K|Ze2X?U@?hsdLNzW8Ti z-w5b^&lj`b`~Aqe={2v!9Ag~q<3s8Ij5_622kOO@Z=jkVEZuI$z z&xh|v>vqC5js#ziCgd+RyqIO*a}5bhj$jyn z9FFlk5;_FxcMIUVZumd*NE z@qxU!ZePH;)_inp5It+rDlYW&WvH>v;x9^!)XiVC;)xK5O^A;SU7l#78 zST{ZH!Kwj$;`0-!!+DIOQI6)tkiUpL2om!+h7Cvt9LvxxUX*1b&iYvKfjo9zOm#P% zEc?_(W9MC_v!Pp3uhX%7KUzOu+~-&QGw<>iHD3%o`S|JV06#VQ92iyG0rzLsVDT4G zhUP@*fOFpuSEo44 z@glKId|UBUH9h>ry~X>{DAzada(;l1>!xQvRFU9C1Rsy(XY%!n@EN(+7|Y}Pe@w?? z+M?uno3ZAX7sQe#xb$UOOPm0?sAYc`R)qKLheI4k>LR-Ys6-^Y{Mei&lJ~t_2F^73J47_W9yo zi&iE17GT4Rz>|*`cXW4+j~8dR?k3<1fyip72QRL^ws^jX^gdoZAz;65`n>h3{k4pv z>&A<^#fU#EK9Jwci^+b)Aj>{+YVI$N=XVUWzxa0HFZTL72E>ujR`F_ab3$P>g+HSY}MO`lIG$Fh=FelNsqqFST<>ljOv^)BoA!Z!? zHo=R!U*$2&s3Ktx`O75FA)OUZNQ=;{ku24I3f3&YhFj1D^AZXU`9eXB&OqLsi=$gn>@D&s{THzF@>LP}eR z_nH^2_&{CDcu{d;vO7l{)AAQX&ll0(5+|1Lq-uZh>&F-VV!u6KwBm{PM3X*miK^{@ z`?G35O{9OQ<2WBG!}n|vx=?@}c~0A{D=((HvU|ZUW5?0cW#_wi%(`yPi+2iM)OeD| zs_3Xg*h9vUJjE@>;W?zk{q6JH?hp8FjUKI*WmVe&eNZ*zH5vPV8#?)a9R8xO9N^sd z)A@0X02_HM|Eq2GnisA8fqIwui$inf=y7zCA4*M~7l9`qFFqIG#aKPY(YK$p$>^;G zJHB<@Q#Zm)K;h>wL*4Y6S7MIK#?j=)RCv*fk9NGM#?i^H)HzuBi~4;RJ&v}#@1p(1 zuk?|>$osF`d;?y5t$5!BIQH@4b^%_jo1XnpMOt~$_k5B4uO-LgT90~4ovwGU{Y5K2 zQ13E-QSstHsymInLCr_!-b#T0&5M?GI+_>1+DE*I`Di>FU;v(c{^EWCeu~wD7vKAk z8^pH)?D)!E5-7KBdd({_$7o9Om`~z-Xx;_q^co!;(+tw|T@|N+UXFhr$#aCWZ<3(bsQ#@5o4_;g(=A(gQA1_`U;KjP>*$-7@$X`TXf!`47 z#*4bW@~g};D?X6Fj2E@PnCctSuU6yeiSQS{)<^y#an&iFs-_1ozEF&#fny&p-V)%& zy6M>uRpeo=Q|RCMB>D`zsNao7ne0zW`i`_iJ*Cd0>)kDXQJ2g5S@D7V23|a9cz6w# zbq}Qa!pm&Oi<|7a`zBo1jeY54K!4-MVA+51r*5G7;?|H6>$-Q^|3hy_f3yoMql!cs z$X_OT4(Y6TLRy3-{rI#4`k-n+O~_+DiSyt^d@EI#)o%YqB7hW71UDiEH zjqPq1Cu@g@Al@8H2}D>F2EoX6HeyZc>Ic>(#dR=#nzxd)l9!Fd8#QQHc zJ$Ugr@q7_>eE#CP058@}AIpU@A9+!8A^Qpv{-Vsoc-_X)R(#<4%lt*fi^+aKdYN0N zBcCr$m!NWS{e02#9RvM*@wfv&^mg<|yP%4WIz$=BSSEQ6>8yA{T7)M3__PE1plU!( zz=@$B&Z7))>*M^BsNe|}jvJ?_t{f&QYrStVAXM;YKn z{T&1Pi%7#bvHyJJMJqng9%a0!{KdUf9Y^oo8b^orjR0$xu;Uv?4+VI!ZhG8f!Vcq*IF_MX{-P`san{L-59G1%;?fms77Zl3Yebg4bKRtD z$wWVs z+E3&$`WYOn1L`Vuy6(O97p?d}z0JIs?AKkg>>Y|1r_0WFarC#uiDg~4=EZaSm=~>h zVzV^q^OmUE4w_eDj!_ezpGY0fFPgdMSHO!)9^UL1vJBwd_hVj(dDuZ-NCs&O@p|%N zy3;NfwBbel9$*YFuI(dUT<+#wfMent_qT7}<+gy|*68z=tJ)6egQ@{Fkvyj3IPdcn zQ7+CgNPg6O$TT{Su6wU}(b^xVcbUH^-gg<9deQ6l*dBG4?RarK{KbCaMdF$LYQ$RFSZU{2_U}@)v<8-*djl z1N_wJ^WLf24zk~4)dNzwDt$;-3c$Q zO7r#Tw!Emv(RJfR;K|2}>jS(PtB1e%o|^P|%Z*n%upg>O)P???PvShjVSsV8=0>@eTgIgwMb8LCOxbWB=ZiQ|AjTgyiuoCgK_l7 zU0XAtT;IIQ?tyW1-Sq5-DiUoevB|cT(lYNN)5D(6Ch95E>3Vm|U%X_a?LH~XW}U3~ zK;E)(^w6C74Kcb#O`R95cKW8?G}+15T;H(u0j#cQ_W z1NqB%k@L~37oW0pwR=N4)i(jJa^vVbZ~VrE>_`e(@w0xmh;sQZG~aWf^!bXggFKK7 zIF_MX{-P`san{F*OXMlzMX`Qylp0w^O47oM5-XPX02^N15U=nTxBWpejs}i>{^Htz zzgRat?$4@0&PPj(%KP_$;n!V}0xw$efi^GWMeQ%nNpz#Js}265#9Rz79^J?Oq7_fP z*P8TsOH^%#s+@@Ys0pwc`r$m@|MQKd=`SJ;eMLx#bs1-QNROcF-)n!-+8?NQ87~ga z8hyM-e{oKJ#cBQ3ytswBd_C`Sn*$HpbytyYGZzP@o^`*w-B0_A4KL>3cX{<$g}(?K z`_?aB81NVCrq{d@bL^nDL6BUAlit=J}KPWgPis9&N8%y!gna|GF*8 zV)?9-6(7h~%8PT{COR89jVvV{nL008@kB(#rpGw?w@ZreN5hV99DQ?u7we|yeO*P$ zaWwl!av5}W<3-(GylyK#kiU!J*2QJ2d) zS^ER|%XrZfA%$%S^jsK?O_FJcvNabFNH?QjWyaqgwXI2!4F_piTb#S`y`*!1AV4~TtfVaGR){z-rr>!#Pd5_8P;i{vsb(PyFgX!$-g z`xcTmqz-Y^PwI4id(Dehe4yT)@Zw;iym&>67svBE2AUTi61>=N-!ZV_iT6a4K5vPt z?Vx!j<`^|0kNG6dhwL8e&iQ`G;|s7O_1bP-c`?-wNMED;#e9@lAb@zI#>Fh{EUC2m8KX>h*k{S6xkjh)Wg z!Pozt>QEwi%qMXk^Df#~L^*OTw~Ql?FCdT9<5-5e@M7^E;3zf9%T6XPcyZ*7<{i|P zqrc^t;=*n7b=`k1(rxGB$j5cv4KEh=5cv}0=-tG7fYAHK(X#{N=(_18r^LoB{vvqs zg4<_bq{{$aeLn%~F;V1~3T>~~ylBM->TMWDlN6Kv@YSxnOuWDNsXq1>t$5-+(WK8? zqG~&6UWqwIO?-YLbvO@RoVLxGk7)bSN0f1G6UPY1pU3jQ+Fo6FaYKJ`p1ka2;uc<% zjbV8|TKkI)FXrz7en5Qp3cTX;7f%TIi*?g$UWqxj_=^}rJST{ZH&#J+~iy?mz{Ryn=pN|uf7IlSW&~@)MFIw?|dfRz%Al2oI z*?<~H`_^?63y_v|-I^Eww~u&nmb(UEgVzK+`S@u~fS+RZ;Kg6wS}{b!!P;^aa?EdK}BpYhJYC19k3z7gOD4EPHy%*yoEo%g%Rk?Jv%l zme0GKD$?P9F7k!uU3TBOfBi)(o_M*j>A{PK3V#uHeBd)EcJP=FnIPTPh5aKx48UXKyM+-H9LP%$!)xyHt)wDN$b zkjHIvpDmbr)p@v<`H#GLEu;>*T%Nb~2lCr_aUj|Ci@T|DG}gJwfc}>KV_Da&d2vs{ zi@IOsu`D+>4tvNOlD9iB@*L6uPZ-ah;q>x4ZwdHw4+s3YMvvCaGHW}a52}VTf02EO zGJMY%^?Gg|;~J2c`EiT@J9#Ysi(?sj&5ND1yMY&n7Oz}$ru)20s;>cNOWeH6Ve9sD zI6%+l`^)A%pZ~@GJ&6&^e6;=^;Eor4_wOZ!LUCDcY#g?cw@mUJ(pm9@v(^!e3Q`-`?AhxsJV>v?FFDCeMMoHik4Kt6p;Taex2 z#VgML{A0b(;~FR(v3T2fUc}?pB>bZHX(JLd(Dg1{y@FUcyVaHT}r*#YcCSg?{bn_r;|TD1ETVvpD$Y0FKS-=u;9fIPN8R+RV3|{NuEPFRy?szP5Qhg zsbslPa9(W)ee(OJWb{&|$D_dV|+ z+QB&bsa=Y3H1xi4^gV%bblvolQ)1(mbvm$(v9y&J(Qo8N_8}zf=ws*@dd-Vge4xGt zfAPp=!)L8nvUIgu+MVXq%cnM(oXy|*@vm`R_ZG7AU0kozxy>ztMZ4}Q(rxDASR2dt zqqVGpqf5&6@8BGVx+vZl}-@m+Q#S@z)Ha&Q8FY&$$?D%+b+QxqWwQhRcpH&0;gub0m;yig#mxXf(z`OkQ zJ1?%hYT$3=wTxVZ`(woi@^;FLDZcWOIxkxB)G7XSdhp^K#QQEN*T;*81bDG-dUT=!-@~&?~E7Id`0?Q%X5EmBIl$3UHFUrHXm)p6YrxYeclpP z+d<#oF~_Kh&rhTd=RvN(tW%RdZ;7hyfIg@iP!n>XPvX3sZ;@ka;v7=`V244*QCI3A zb=`aYe9_t;sCTElnBtUlJ6^=|#fBG)d%}u8-a|}}arF1LF6N`5_l=`h1jf;I(`#Od zIp(@<$zN=DN@>@^i_8Zp?ZS>cC+#BMYhJYC19i3V;;QAVm#;Z;&G5>lZb~}A)!h%B zGC4c@$v5uI`Dn~5%b@37Ec=XI=Qh|}HuBZgEW`Js-+$``zd(Pq3$onUILbiYGRbpD zXT=lJA~fm8rybA-RRei3uTlP2av3y|3oqN{3kz7L+*?e>b$;4LKE@$whqBhZI6J+e z^!F7nZYw+A#nImqE8si)znL%6ZR6s|$8|cI7q4n~F@wMOgNLS!wi@`==PzCv@E7Z* zC!bW2R$lz;5B}A4dhdwQj%Y=IU;Kb|{#vI-1nQ}eW!-zti&lJ~&K>)U2`<%nSn=X? z+4(N6dC{^?NAu!$Ki|Lpq7_eUme};*#bsjsBJ50aMtN`1{>=eitec+KT}4`XQF9{7 zWP58#PL#d?(&#+8-o55UD?U)~j(IV`sh1zN;YB@;j^V}c^)WA6@x=S5NuRew)ppRl z5_4?fMeL^|$I>hZ|NnhI$%itIe8d1G?NHX57ZZHt2)eFWLDnj{e4v!LrYo z_7@*)cyaVTVmnslmFK%1@<|nG;YHX7FaGMhOCFVF0q4FS+ZD3m#n!w_g1bljK>3Rk z!He5}sei`N*nd&-Jow4?obSQFc(&2!%u%%+BuB-@JK;rLhL009_VX*v|02IWmNt9s zFIxKpb?$f^o#4{$#mZmgx-McskE1Q?7q!2*V;}J%vCQkU;;CwSJYPIsJYPh)_zt12 z&rbq;TsJ+hyNa~%B7DUUZ@2vnT@L%xC#9dr^T^LQq_)>&O?rqnvn<+6Fipz3hKR&Wb0bMQGBGPdlIwss_!A(!a}V znPphZO$R~BQL)mM8(TYpdw^LqB@O77L*-OXr;&j>hF0TE> zm~}dT(D34jzxW#Qd=WVI`HRm5{KdNI$tP8$g%@F;yeP{8&V4_^Uvn(-@*JeJg?O)d z(TWe$wNqY9a9MZugz^{loE-XFVkBmr&Xw7(`qp2x;)(Y}YoqT0@qs!Uc=4F!=Pq8oWWnM!ZrUZm zw*cM#4@XbVR(|g9KNgyI(c|ctd6xq|b;B}=p-^1nE;bI^#BE424bEHfgtQ1v`tfOp z5C%HY=QYXy`nU{dz>CLR_mT%+wBmwqN!v27oOgj8pDl?QCNUOCE( zBRhjlmw<6`J&ul9pRc@V#RuBCLw_;BUBn4_ zu;Y9Ga7}<0>!y$4L7m6Ki^y}_bvwRL^CQR2TB4tQ+z30w03?oO=(WFS#RuwK#*4+e z?lD7YdFe^S^*H)v>Z;M-W5Q1P{)@*6_O#=ChVAYIspTUrdb`t$6Abe>y#QajV-3UPQS*Uc4#5i*?h>dpkC6@fR)6 z7s-i`{mzTJt%x%#K9IkR7h9xw@QUHZc-1AzXNzdlPn|Y7d+Y=IZNhn%{n^khsh=;- z8_fO1&xv&Vx;XODU%bKH{?D{10N*j#Xw~o}-JiZ=VKO=jyU1K7c@F8UctTo)*!1AV z?~3_o*zwIr-xlD-y6MpeRRef2ToPWxBNv}CgQA< z6(7jc0WYTbs>?`|ep>P3&TQzGM1M={&2UZ*+VxbCZn}#jUx*jKbb9~tq7_fP+}QNs z#rp*>!j6v@zZ~Gjy6JI$Rt*+jBq!>%-Rw_DV3$9Mb(scr)yJ~_xKEC_^4#m;N6dZZ z#}7fa3sYPIKW8+qTQTvK0&o_o9_9Z70`^dvSg~YK8-Qq=A zCgQA<6(7iB;KhR$uRi&pr7N(kJIQ4_+0^|fXH$nx`%m|LaRdTb<0^yZMa#PGhh4+( zDxNQH_2f_9hW=<5WVx|%l!3fulIM`liYKH+Xwr{QJD?A$hP)EUx@^>Hm5_nPWNsBTi7s@zn@h9ydk3NQup)R~QG>hwWgv&Tb zUU?evcD!iu7lEry-H-Dw+FxvVG2fT=z_VITv}-HyqHi4i)4({oZhG=b70Elaj2B_Q z6JCVPe&)shKIz=2aZj?{*alX7AYa)ydT7qPh8SI=rp}92JavjcogU8@-+#&`RA(sH z_rA+kQ}-K5qj6t1J+H5d#Pdajlz36MSKb0{ZLASD$X~{bt@Vq-SxoSwSFTYnQse09 zZ0MHM^U;>~qqV>I+F$nX^F=G3*ep%@yd|o(gTB9Gj@c*ecoDYYGwwTd{y(uC;G93$ zk#X9i#Cha{WS||&UXP=#{ek+H@#4_z(GR?|=3VCUl9Q6)#U)GM_BF2S20moaMc?}_c;bd%Xq`?!@glLz z>$BpiYI^vK$6Q`KUqrb+KE5)*$92=QAF4>peDsuWUq1DB|MAfGH7~Y%--Z26iFz^) zsq5WMUc_7|%V(Xe_&~lgUfggTo#bZ>vW?yQE^^*Q`-}SjXNC^o)AAO<&5-`jF zJYhV$&i$nRW~cW(|9ddNTkZ7V#l6M8v`Fu>pKXf&FdO2&ZhGF=RV3d71V(*7v?KTs z+^EZ;e~2^)XmySKkrS;y$ghv3&2I9dEO)d{M%*B8XS|r=SFf_{Z`3$Czbi*udkj}V zYuT?`kE1W|BVHt?Mz7F_rzU;ga^uww?1w6nb>Iyx>P1(wJmB2- zqb>3*Z6P1ykhDWt7hV+O==}BQdGe~$iGvqg{^H2@T^e3&_5C>WCH%#M#rrPs|E7ui zi-?;RD7S8U@<|oRHq(;a20eKZ<#fV}$Sdt2KXeQ@mZ4j`_`&o4{>3PZWwSn3d>~($ zzc@5!aA5R>mxP&7@Zv}lr^bs`JavjcogTdS?2_Vr7nJK8M;{X4#k%QvUssWQzR0$w zlzdhyq0_Vg!@2d?*TTvnBPsn7lIX+@E1R^wm>9s?3<4s3iyk4)90;M?JwIt#AP^-5<1~U+SC$u zqz=b2bc+|4oO;H`WVx)96(7i3ppdz9iE~49=8g`di#-_k9-AA{P0#X23>@$uqy0bZ<|9(_NxkLQaEkKN%`Sx$%-kq4n)cyYHq z=6*ufMP38qd2O@I+8@YM#*0I9=J5F<$I^oXEF>Y>@S=Yn#fmdRrCoaXi;tXCJYPh5 z-@MCn0e`V>dfcB?gXMjfRCv*f543q1FKT}=&97c%+3m_-oX#7)CG~u?W&cHK0?!xU z*GK;1vMI&0N7NH|@{MO_ZszC9MxXa?)pn@LiO6r^MV9l<_kR9cPwcS$4LrtG0PFgf zU)_d(kxy!AhjOCE(Jy_;nr~VBMQeYcz8&!5!2CqV(f?xLMTv*!J1@>wya+r^a~DW_ z^I8uG@M5FSTc~O~u)V8D3omkw&gYK*=>l1n=0hG!4k8vHkyjr}dlSWr4{x^Ucd|~h zOj##ue;`i>yf~QV?u%LWMFTI&eu?45OZv!PB(8{YE1s&R$2j^o4?9wB1(fUaQJwl&S2S3hiM@(j=rpqdC`g|UQ?4kZ;7hypzrUPWB7|YNDjfd-)?jG z_29Kx=zR1AE;{wyf~2NuC!Tpp4&G! z(N;X+`pbCHGao&W;zFH<7ya`qR-EN`QI@q!k8$+Biuq`y_svJI35=ubrYApDk(TF+ zu%7}iTJeGQDC0#nA3c!j^Tk`*jHAcHU;KwY@)u`0A_F$aXTX#1Io~w_eroi2%T;X$ z^g-2tnuL5s`g7;+PY51iVxJg16~|V)nB|LabC3I ziT6Zodhp`!1uw#mj~Dj~@M7Kcnpa|ut-Q#+BV-xuPc40%h&0G6(@I;2PZTd&*XdaC zfx33Uivy{?2l&~VV zo4;sXr(?wj+QGn!uV23Mv_%7hX?_b3n0V8lPR>>h9pJ_e`BOyfGa`eYkB-@Y@&ArG z@eqwm-?1z=HV(VU8O^&pS=B+jD@-@J>& zx!hX^d3*tOq#nmIOq9Q<=c5;GJMZ(dT-M3jAIRGYFRsD@js%0?#gXp;f+J)AFUoM= zjC}vXvxV~IF21Y#J?nmV3q7KE-=&{<5qR?P;w^#uK2{HZaoWs{M_UJWrnw_xoG0!J zlv_7Fue*x0%)7w8j~6A*5$BKnpe5``9gbz_7B8Yq+>C4+IrPH`oNQq7uN^)snO>xSG66` z2UUZG7en*Wz^m^^zmxc&L|qw&)ODXIUbN0fTl)j`HuK`FRNn&3vV*!Xj{a32@gng| zj9c;4q|aM!yxM{NP(`9H(Lpf2rXq}I? z;u!Tc^Ws3Nv(Z_0uksh=a~EJhkE3IrFFxJy;;4VY`^t*rx~3!z3Yc5EEa z7ZE~ShI4h}Mcr1oMg%K9kiU!iOdIyqQP;VjL}T7qc(zR&VH^ zbvncqFVKpoCVk#=z4mV@xMs=ia3tp z#Xsm{f6s}S$#k%QZcu?oD@*?J>^}B%5N0f2;0F>-7 zl+8G#uFFLEi`MmvR(zn|c7HM5_W)O_aWwYllmY!MF%q-?;tqYpi+8yT0ycP!z>{zO z5E6b=6??7g5dyx6i&vmdE>@d`QXu*AjW9PTE4e*Su)O2kKhJi(}@a zXQlczz${zQ#$N;$(B}*>ytrc@`HQ!^p)9b$>j9p8&-tbW_^Hw7EmyT2&<9lmY7+7l z>FZ(dMU0`bUPsQqu>ZBx_IMt3WgJr1eWG~Lx~|*WAE!#Pd5_4?v7wgE2zI`LC_~?ii2j(WaTX&Y7)5c%a z>lb5qai>1=7vJ6bUk{E)0G@o~*%Jc%)adhetJ)4RJgD=aCfdJ~$2c$Z$Y+flH*1MJ z4ALKf9qJ*aUBoBKU$m}YwDt$;YW5c$FQ)m`tMqsgxIiGrt$3=M9{%G0?ovEoM7chH zaan+m>!#0pq1s>gi@u=wjHT3>7p?d}TbOxq)IE(QY2m8ohA{P$FDVd-a(%qGCcukz)3YC{NXs}H_Q{6}kKN%`mZ$wh9;2Tn-r4WS$2cVI zP)?M;XkFKB#RuwJpio{>eobTMT?W$KXY3or`o)n(%4b81_R{0%nD1WA>SJEC;)yL1 zn;yJ4U+^OA_;~Rh0bZ<|o_tb8T6mG1sLNr0QUdq*`8W}2kROsk+nXp}w60&Y;sf=z z^J2R5(f1_Ii&i}GeuzyEUcBswQ)niG9Um`V9N@*e={2v!9FHe2vSYxDK5j()mF=76;HhWCVk!#Rog-HO3X28LLT!; zoQJ=NH9Fcp&iMlE=yS*~b=uxU@uGE|j zO!T`~sq>;0PrT1!(}NcmK3ec1?D%-`;Q%kzO<#o%nU{Ui@M4x(@zItS^}e(XFOI;> zH;$ILtDC=Q#S`zr*z}qgVaLadQ(olvN9(31w^fmcwK_%Oll??lH-AyL7q8Qbk9NE` zWiY$Un<@MM0y|Z-V?B2H@)PP*f@BKJm!-)UpHRN-aYs8 zvb}JP2v&R`Z%4d1JGY?wFZ`EplQ4`|RCvhI%jK(_>>;ON->cNYH z;(Zs`@$usMfpY7nugZzYkNIfr-^pYA6GA%QoV3qZ%tr`?&C!2iEj#)cwizbMU$njl zXvGKWTgHp4#;)r=X8E~`S1(yKFp%2%ZvCB9VuKh!e*+@Z!+>iuH@Ic)#! zJh44u(}NdZe|f=+u;b&!`vbgKH$Cs`D$+8Jrmv{Ev5XgqcS`g<>PZanSk}FpyeP|M zovipk-cnwitsXD3fW+iR-zw)t^tZ%Eh!=sgkiYo!Q70ZE`!WmtFaF%MH3Q1^ z@#1R&yjVBAzQ1FRIgVzV`efbwMcq!kW-C6Bzl;}K^U;SdKW*8Xa~2IQSTr!0ps=TETf8i z$6NErre0Pui#iw0k0eg}suuc)<=!+kMhmePbZoKSU zzqlkYj;@;?ZB#XY7bP~?wo+moef)zzyHS^={X`zap3f%oOS{@$ul+?UK2Yz@crndA zyZ6Y3mZ;heF+8aAa2$;q`FuR+L;fPp(MKfaDRE8*lr43-F1_{_t^I*|8~nxBu0Gk( zVwywfk#635|H;|G|Fcn$7xn+o7+!qvuJ^sUTfB&V$AyLD0}|XW4m_=J@_wcNX-f|~ z2t0k%*7@C&Ya4xRJ1}1rY2ihF+vPN- zUh|?Am#DLW7Y|*2=9*NeqDQ)T(!k{Gj^DlfT@&dqerCq4ubO{#cl^ap=cBE7;{DL1 z&s(BuJ4jB6jZ0o+|41%_4m`MU-Q91}Wk@cRah;!bk)Lr$ZLglZn6AUPq~XO8xD)5Z ze%1TFv6HuGs2$keRpdnQBI~Oq>M3=)-ZkUJgO{#eddBd|<%?GwviP*qmaca5(rN9* zc)_yC+0Ul!ux=v##oMmh`3E1IxoKCPFE;*Se)sk}uWMe3Io7=B^YvgCKI1(XKD~u3 zL;8p^F1b&}kyjr}do|<5!-wBAob)()aNgwX{h!=F_pT@gngX zlKS}~_`~;n@s5_B*yr`{z76i8VjR`z^A_r~9oVi_q=gspe38!-Wm%F7W!%TD>~CHp zkEOj{^P&}(sI%eu;)10s&PdKjl>PhBxs$U~@7l-l;x;4d{H`xj#PH&EZsGp2t#TW9 z-{o!39C6}rZtjl1h<-=OWs>KR&Wb0bMQGBGPdlIwss`|4h{y6;W*PR;>4X=VPfOHQ z>U7=fz>E9ezj4-j4^XV@-Ydy<-T&fvF<;m1=SAR7VlT#D#JcWo@nWazy2qR6^!i2E z_pRTa7w|h%(Q96bIkxcPf1kX~r^t&pKKY|_-ty~%SJzhmI{7h}fJ5tw|f@`iZvfWluqXn1(dnJE+FX_F>r zo9w##xcZAfot$Mao|5+%c=02D{-L)wyqKf8QykYdy}Y+$;}%|Q_x)(eiHL^+>L}0Y zI>+!LZV}0gRrb>vFJ3IZV=%OM*$TM!`AILuJbMryMIW#igEOZFaPe} zH@ukNNko*@h8M{w@zTnRd>2rbL>|-< zyy)XbvLFU885Q0 zr9?h`Ok0pOHaa~?~3b>Ky@PKT2&1F1e? z{4?h-c4OY9;l=ze;=R@IqGXl0xRn<}^DgWQNIj00=MYB?rB2tl4!kJlUATTR*$unr zJ6`O@`o)G9^E-+6R>O;$Svo(q@**rZ{$kO-q34V67mIZ|t@Vquh}g8`;f@!(v3{}P z#T=JJSHp|NeHt6H@?!IRG52@b&LLhD^Dg;!43hO0-Tp9t#_t$}=UwFU7R$Vg{(dyR zWAMeV_s2RNz0Vl<$+yqg%`H8#L_V9gZT@7c(N}8+wqF%VUPRwWjIysFxzE_&zG$!8 zWmz0IYstLY9`f=Wq_l;2ugB3=T%xWaUYuRL2bk|OHaL*%`o+WcDPO+`d~`bR;@fAe zUw9F?Kp@7gcxuv*Z@cBzs{QSR7q!o*`H;u#XDv}vsna#D124`hc=6!YI-S|665~HO zUMyRu174K>J1zdAZ=FuVi}{_zdnIYVob;imymo-)kO#G7|3FII zBcD7+JCt?cMd2^D*61X=%~PmSXkd+(aG5?Uzo@cKhx=kBuiU zO8j6yolkw`kR=T-=64a>rr|}&DsgcOFD^WGhg;z<>JsQDqCXgi3&1yjW$QF)N->?+`Cy99{4tmv*PQQ0K5N z?Wfc5Vtyy_-m>DjuIV+e#2j0Ak@L~ozT`p~hi@kRGqykSGY+Zk)qxi=?^5t0mv+mm zPAC3q$BXUObxWLB=3RXI(rO&}j>n_bVHbAFB+nsTxAKn;@r^e!9}faUnNb9sq>;0 zPo3gVrw1>tezf34lYY?*X3s)ekQ37B9BjmzH=Y#;tg2(&sHVUhTks zs3NVrh<#}{|C>85kY$k%DREuoMc`dx9_Nr3l0n)+ybip$r{Klb`!0JYMu+U)>`%J1 zFKxGY5g5hAl}VmMx`r3g3f*r9^g-2N>!vQeD-ZWjnZa z-Q9TKrQyY#1#r(Hq|V1xIT87-yr}mWLtgSBCHh42B93K19(@cQLmm9ZJqmxZwaHkr z+tOx7bZMWlh8OcYi1${*i)55|Y30Qjf06w}iCQuascT&aUc@+hgY}DPF6+)_xbH`| zTfc}tXRth9^sQfPcrm||*p3Y^YG&#D*vgBIzc`l1L-Q{17YknG`!2Hy*`(wTyY#+G z!;1|s;>PNn{lYn{yjb=f1K&7WKU-wIB{Aq))xlpB^U+5S4=))WK78?+rzg61#5N~Q z&i?9}KYYAwKDtwXQLoeaK=!MdbKbsVvrfm|OuV-me^E0_=f|2CeSF3}BlK7re8?aA zgmKvL*+K1)jzQP9X1vJ#7n9v+Y|k#uM>o8f-$}f$8eY`Q()n@2iv?F(@q|_mjibdn zox_LUG`whFFtt^SygRe(TZd21-v7z{-Tz4ccMSCZPs{T~y?*hPiywTtUwBb}#{hWp zea9f%F4yyJWs9wFdW1$_tsU5YRiu>{u_rCY(sP&Y^A46r|1iIb4gE!pd*mYqWdGA% zul+?UE>T|tFTQ^H%F`S#ru%`HQ{29^tA-8;@*?`X({Z%K5B6W2{e}|{=@(ukj#)=5 zo|^P|%Z*n%upg>OD=+FXG|Ftpi@Z)s{jqPsJQtc`-B}O>V@sGOowZYzNejaY$X?7=N+fcoFl_1uwRicBi>aCwpy|)^#_$ znBPgfx2*r)>zZEkO3bm97hzkErOAVk2s}=i7sb2_zwa`b>V)(cPv`et@~4QzNsgBM z*6#PFcb170ML`6R9l>vTf?BCnmCsIkxU zkSJRp%lgFli?*4Ke}N_m$QITB5kknY8JO-6vapOH1Z+e|vq?~} z6G%gXO*(`i0pf@X!!m$uBBO(VM2&!e2xDesfB}~XQI-K@QzD`QlMx0pe}ls?|N8ZP zr{C$*Rrj4+x8LjTs(U}5*LCaMs#A5VPJR2-t-CD#InIqXUM8=Tw*QdFb$t=X#5-xH z#(I76|IB;F((8-;$3@%oE{)=1-uLNf?TPHNOrN$y(RRQXEV^mAXuG~h{mGfwXf6)6 zc{KW?!o}|U7Y|-^X4j(j<_S|GgyTBH#q|5p{l`Vy_oExdMf5FfJ}abSNLO@xLkG4} zPri0Q9~9j*T*UmD?(OE~Ngh(1`)27GrGJrE#<@Npe{m3VF@2v-OSG>UOCB=w==6O$ zZZ2|L(afW5-;XZ2n2sVETd{MLGsSmb!$tUt;Nq8FnYE6WLmZSL`iJJ^)K>_RSH`)% zz_?ghbZLq9KAla?d&Z7fd!Vs}`f>55YoGmQ$;EUO(by`v$f@GDui+y3i+|j1+hx2I z$wP{xe@ZU4)4EHvFB;pyaB+`k_kS~sizzYF5v}nTY3w7Ub(gPvVEc02#SBbpo05y1 zQhxgyF2Yxwb>epS%M!pr+K7oH1wbyWCN7vD>uB-tyX6nLcf~ zyzM~kT_lWwi;a9f8hyd<(=oT`L<`25>!^Sn^_ZRb9 zX@2rPotClN&%R{TjQ7y)o8LdI&;MG;v6-xeH`0?8(lHdK{Xa_;E7PYfQM4V<2SqpP zldRBH2HC6(UAmx$ACr20{KY1tkiR!#pr4P%Inno{=XIUaIk&^yz1SS*6EClwwm~v= z?I!~`#xlPH%bR^N(D$13iu19jkCr)jU6}t3F9#Y(;3wro5sW&t(p4+u( zZhMRQa&$|KcXcPpJ@Yn5X6`k2M1OKozJKv+FTC(p$;EUe(by`vD9MsPPHmYLy0j7p zW$4lcJ^Yx|8yFW`J37yd`u&UT=02U%9^F6bPcF*u7<}&CqfUN(Svim9W2@w%BuoA{ z=ag&TrB(8f;#qq5F{w8&F4BG7&9N>>pJJ{r9%1h5?oTetdGyWZzV4EX=}4lnRdP|1 zC4ZdSGAndxB@W8ar3-raF{w8&F4D&UqkR(a6NZa;|6+e~QNDliXXgEjB^T3?L}RPu zq9jZHIJIR~=+Y{ANO6}g=;6nt-oUs>@9U0sJ$k<3BHpLdpInsh)4Ao)uYIoMVmgv& zY?WM;WXT_=w#*7$T8V=)bm@W~eoX2Ol#7#Nokw>xh>M?Hylw?-sk~1o9bF|CC0X*v zIj3CvF0GP>6wlJbk4e3uaj~Owan$QB@0ycgRD;%CN-m}&iN;pRMM;+Yacaw~(4|%K zkm4>~(8G^Oy@7G@*y?@Vao)eUuX+DsBkt?|b@FaGk7i@5?z(yL3ShKPL4C#>MXM7?|gy<9rCvboAk79*yr9^d}c>&qtSBOh*!pt&)q9 zEcxTqmRX@oD{)YUE?v;Wk4e3Oak28eOT6zHd+m(IJnvF+F&#-Xwn{EavgD6bTV{nW zt&)cncjx(mXZOrp7B^T3?L}RPuq9jZHIJIR~=+Y{ANO6}g=;6nt z-oUt6xlborEGA!XZp`!1B^T3?L}RPuq9jZHIJIR~=+a6Yl%Y!(^zdU+Z(v-c=K!O< zz&OG9i;Z{=u;gMol4xv|T$E(VAE&m=3SC+y4=L`_1wH(j)EgQXEBEQN#QH*=4Nq^( zeLBmIy|%o*$i`O5MM;+Yan32%zDp}{P=;B0_%W$BG%lvk0ml11z{GH|5zhgZTuet2 zjjfW4k}Ub-)RtMHORMA|#a+6fhaZ!A1LI=lKAmV^r;{8tr!n{Glw3?l5{<2ri;^t) zpubNKK73bs_tQ$wP`~>EXwu-oUsxJ)K8KyX=x|-JtjBG>VHCo|{@P>=t{rkYqR>JD<=7 z*c#mq=!2qLTJ!9`t}=*&GIVK!9)3*f4UCKQKAmX6_%Y)z9?^jB7&MBDWWQM<9fO@W zng=wtVlP*6#V1Z}nH9S9N*+?&rHk7P(n!65ak2WmOQg3jUfJ20=UqxJrXz{QUCBjB zmi%#Q%dF6)l{hFvmoDhx$E4oCxJd8QX=#b{h27gU=zTgR7t@hMW2@w%BuoA{wPjZ5 z(kgjKahERW;m4%jz_>`y0Y>_CbdpSK&~t$ITvx8U@Uc~LQIaKpoO8;x@6t*flwp=0 zeoX2OjEnTVOPnvIH66WwgPwOOxtNY58e1h7C0X*vsV%cYmsZI`io0|{4?iaL2FAt8 z{fp7Qelc0mp!*j~E~X=i##YHiNtXO^YRjz9rIk1+Lzgb-;m4%jP`KDOX;S;~3+A77 zPDgv?UY$w&w4>QyF?)DJo_8s^n2sbetdfh8EcxTqmRX@otK=cYUAmx$ACr1R;bMh} z$IhGI(K$EbF9L36-b;JlMbB;3pYQ9waYT{~+bFf7wnvj>t4$8*969C>gW|sKP1md5 z(})^^PkWef8zH~m$UBXETOm)jN#!&ypaWZ{kz*_6x^|#;DiU@#c#S_U{lq~Ty3|1r zKPL4KI2V=nhk9?wPlWB`ScQv6&Od$L;`7>DS`8Ybd>HWW=WmegcioI{*OQAIeek0r z8^y)k_jN1niOi?uU)mBy+W}*+=tg~#6}rlhJfyfw7xeIBQg2{fJYmiPc#F|4yCf^j z_W(b-W_nUjE`EJo>xPZu;$?ZCcPY8pJ=}|Oj+mj{>8?PUnm{r=N~514ecyg7;FwQmUt<3es12$Z`cRjhd z`PdWQY!nwS8DM|$&*FL{c(aKaP&AHcY%Ov4sji-*lWdvUCn7Q4H7H*UHr!7&m z9VAzL;?yTup-ZpiA;n#~pobrmdIRI)!Am;QMVDCLO#3@CkN(>`*Q@LG#W$OWpIUM; z9Z58{igIPB>ycdXiBlV7g)Y6sK^eMqK@UGB^@hSlcK>4K-tGzfw4>Q??`X_>Xe*!e_;-spCaT=9uh-LpcMUdcm>yL3ShKPL4C$VGbBSTjHGSoTj@zcKF_ zE4i4CB(keUb7-)YE4ktmr*p~*U3!UwGIZ&J9)3*f4UmgH?~d4ypLitupDQ2Ex_uICsl2|JT2{$LNtXO^%@}oQl{}=lODFX3V^VL3Tui_566dnxyZipGKHUd6#M&{=cA{NT=UcZTz7fd+)%&!u(bKG?(+1y zmD_x;oJV&LB{Hg#i;^t)$AZQKznWq(A+| zWy6x>UGu{Rf3aok_OnYarXwkBmGV9v$rYbCwPjZ5(n}nap-UI^@MBVMfLyFR?=q2} zb~O91nfFGV_UQio`W)abn}QX`3Vcfb{6iH|XXf&7;Tg&NurT zm|sfF^uX0Sq+FbxM!Wy+Wd81Kel9K^aDL;sNcNi*(lJziu=4|T#1>jTIa7T1)0WBp z3*C~5kc~0fY(HoN7v+XLT!uK`0^{Pb=XNcc+x*dA=iE{WuB2*{^A8qy}$1Q-r)N#e=t8j9&R!6(MI-bA%CDE zUm^57Z{&E-;*ZS_=VyZM?X`-2I%kq^vaS6)D6z?-@WSLVoP)Tk``O)ux0bUw_YzUZY53^{mprS>xO7ozIKmGiI|hP zxcI^#;v)JUo2hR1rnRS{={Gfv_N8ALm{vBF3m&Jnsn%zrgO{Pn>AZ`CXiC_o>xbiq zojS95*4mY4$Z}xkwjc7?Hst4Wsc)dUsI?E&I~Nxx#5s{(VCK>A7h5W`c$6q9SHmA_NY3->@pSE0owFC7-k&x<=6@K#hHI}?ZJaW#dl^1r$ zIgL)5f4zRPZP!5wU0>XmcfMu+;Vn}xPG`r!$*s-L$;A&Gag($oTb!x%-mP_g5&TBk zQ~)?YqLkI06lsX5Ri`xD` zy%qlA!DpV+*?}*-#5s#jk_VbLNcMPk|2NmK_=|tdI$zob4z=!|Qv?_tez@HjL% z`k?4WZJ8DR;FGVnVjjI&+at&G@?ht-A8ej}Trcv(9Rx;pBIJ^U}s9 zY#njK1t@>&>a&(2{NRp@e~yqgUM8=T);^FYi;D{2ZK6Bp(Ei-T!Bn(T_|uC=E!ecE#U)eh7TMMA1e zR*3r-Z9XIH-1dVllRb02sHcqcy8Cbut8ko)xCdBrk(Y^mUM8=T){c=!#l?dco!MnR z8{Hh?S~S{uwc#S31KhG7xhS6l{O=uS{bjSdX4{;&%5--NZ$yqvT?Ri}+G%wBBNpylS|J z@1$;-d|?c11opx=*F2i1sl~+WtTrtLD+^^~L69EL29g{nqpPB5$f%TpY~T7q#|8=Ub*v zTcT(?`eM=XP3=(X zNn1kO4w6$oaccXl5Z4#yzP#~&N&O`k`?ea|sE3Q`TgGBtc1eC`xQO?R_2>0P`JS;q zzkSrn(k^ZBzCD#+QfnSf<&tLYI4;wtE!SV|K>bi8q`G8<;Ns{l&t5IdDY@9U)zC(g zi;=pE$?r=pb{hzd8?u&?muXAXs~xDli-goyS>bz!wBKSY16;IiLv`In+fQf<)%C@S zzgX+}H(MKqAp1kf#qMsTu|s{TwX-sP+H!f@f!e!BNM&Y)SaY%YjN~s$J`xw{+7RhR zJ!v1ItoK0Qzo@lW)LX?xdg3M0ne^+1i+J9pKj+che(=8T%NqE+OF55DTVFd)sIMBG zUUJ1JPIb=;F^A5&e^KToE=oD-$7QmO!+P3za|i`;&|#kY?; zd4{wjTb$?f-7mSAwp^n*NByNO*Vg}eWmINX2!F9$cj@ils{F+Y7h}D?_-4t)?qNk^ zlE#>Je3$9dmdo1?)ZRrxDl;pDzleFXEQjXNGH>ZGws&7yT+p@X%=S487R>)l$D*_6 zEIQA;LP9oG(DDC#CtZ&oS@6DY*b_bPGLY-huzz$|R!GN?uH+wDq4Dj2J}A1SHP8O* zDkD2r-=omOrBW|HR?mG`xmr6$ewDv?+@d)P&OWp2^!5|xFIs%|$2v~0=UELt-E03e ztouD<#6@|%S=M-#xsW2;mHx*P7v*~+9%b(t+vdGteXdzkU(2$5;^jO#Z8hyUp*C)G zdg}8cA=N!Abm`B^V><>tTrTy7a(%IFa!dQ6i|2JL>X_3Rn~%u*cjf%y$)66`|6A)d zufIFwl6gEW_UZdBJRPx=xXAP1`r`lnZ}q*jKQ!e@o1!?+=eu8WF>Sd3=*Aar~oyoP|$y z^lY-;VRA9ntBXnUwBgk3m##Xho?Lur(#O9@c2sXJUUF_~x@7ydkYq@y9mg~v%JgYV z6m18xhaw@kn8ifYbi^^Yzj^O|7vFcs%B5G7TufV=`!s29rhjp?x4#(c-HS$y0QH)&M+A2D2f>Ms*MSWhm#+(0f~R{D$G_FFHW(cmbmzX%U0FXtk0 zkm^U_t8rINfmZf7ac8U_H6GX59UUlP#D2VrpVV zxk83IRP~TO6bU&OsXZhgFWumGznXAK$6X&f;~O`ZT+GYGNz|;-g}WIpes|&U^XtjQ z2ibab$;H&fhAPi!fE2BN5gt-r8y8VO&c;J7J?lGr-@3sLKiToQol7p}<>F-O?&!kL z87}_I=R2>iCl~+ehOsY_EtgzOO{^$a$WVu>9kNYVNi;UVQEF4}lV^=$st ziZ8tQ+_yga?^i7UbIHZLT%1bH7+rY0;o_Rhp18T5T>Qxik8Mo0TyHLx_vxf2T$Ech z5bC9e?4d{qE@m+i=dk$MQ|{a8k9&XbD>K)uD7l!Ei!IG$2GNCA87{VMe(_fI>dc@A&Oz zV=j8_XRAss=H=o9YR2foPZ=)$>Bf(~R8KDMF{->zhsH7)*ihwJf7PGbqe#fPNcEC@ zeEWqhXMOdy7bji!`MXABoxcOE^qo?JX^>mzO=`!D^)bOe`NB#ZD5 zZCpg_ayBkp(D~aPM*aBYt$u&$H6<7GaxvcLT{;aH@0h)GZ9Tbo(D^g(CF?J_SaOkU zp=c<%$a$Eya*~|&f5*>$Y4O~1?)&f=KPkDGmy7W}?{c%@;;&bYA6-u_p8V_!Z_yYi zxma?MY@ujKT(t3!xVZEFUtG1(_~HAEJ>lm+D7l!Ii}611@@2!tmhs=8QBN*D@xc?` zq%lx$E|&M{3=Qs*JroJS#VjVGC2oKD(_eb#?uTYy*}DAuB^UE@G2Z80E-_qO|LWcT zSWhlaxT<{Kg~oqMt@8b5)E-4b@)xO1c}Tom`kViKcDGr>{^#Z~>vk=iOul-`DO>cYQD_31QuH<4~ zF2?)3ONa3nNBsE*$JCRH<@k_j3o`aq7OW ze&@jBKm2&f#hhH65byIYI~gv%{;fsB>&eBo4Q~1w*?+ySFP6`{q=Xpk{wUc)k2@U-^KvoX=UrYj^XS9JP5VMUx%kAc|LvtWL?4d{~xyX4)^?&5E_ujTcs4)zey=n6DG|(gC zTz8P)y{d3=0zdIc_VL}T<#(@V<{lSzpK(37$iI8VZAtF;N0XOaOk1(!V%iSU#wecG z){u|qAw3j^%*7a=2E=!-X6`k2L_N9q%T?9;y2*}gA-6l<{gR7m%avSA+regMkma>6 znMdjknTs(#4T$eveRR$Ay84U!yI0blcs#GI+R~R?Ok1VoV%iSezWBb)cCuv1%a3zi z*bkYDF+L55?_NFp{%&8ar@zSW(~sR>h)kb>_+o+yg zJP+4}{gAmB;o-0pn$ zOD?7@S8_3J2X0?{Kd*fuFVDkuVLxOp#`wGozI#>g`*iqsucSTkIJZ0B{gR7m%avSA z+kx8`-_L7b$jkF^UDywqi!na$g703PaoUM**Yo-!|L&EvCm!c^=eu8WF>Se$i)lM> z`{Mg~?F)H%9^-TCg9TufW8tge#l&m@p%_~_v(NRm+oCpf02LpO4<{TbG!51FS(euT*<|>9k_k*{k-;tygU!r zh5eAZ7~}IU`0iD`{l)TqI^}l^B&Q`;eBzu_u6>tYS9+HmdiXJ^H)Jlx_`D0gdsXl2 zi~PG+(w=yn+nw)z=`W@&CpkpzIauVp-+lM#oU%ff?yNkvW6;CpQg6syjPZFFeD|u} z_vw`H(<%K$$z#bCpE&1~Yu}~UmEI+X9)3*f4Va5je*FsHy}EVyio5E0eUX3nO4<{T zbG!51Fa5=|tol{om(w&vZb_{yBT<>tTrTy7!o}kk%s=a#j`kUI zPCvb4QF}{sOZ$=-v6w9UtES5JMf7a?{VLx7kn-=W`F!{4FXzm>SK5&+&dc@PAFN#5 z)O;+g{qbQvrv*-oHZf`kI&ih)yV9Y_>AZ`CXftk`)P_8~>@)BE`ZNFUiYH__{5wY2 zryum$bRs|3EA=&si*LPf(bc?cs*~0}kXL@Uj&$Hy+oYEEl8s69T-4eV*^X~|aB=G+ zhm)EFdiF3e*djJMu)@K`(B$b^7yCQcG@6ZJ)RqWCMx!h zxxc8jr@Zzj(}RnjVE!V?wQ+H^gNvcb<@olAqm5(ZV%upKTm40?ebnM&+r+;9VvKBz zor_v~BF_1ymt2G%8y81xcVKr>#0e@lG&!ALkq~WDaxt|Kt$ozwqGcXkaxuQ^i&}ds z$|uQ1lxyQ+vxAGF$&2ui@|N@H>h%|`ebnNjoJa2)={$O|m`86;0H}m=-KBNYB*FEG zy;-_V%s%q{#r#&9-;E=ZWY|V#$82qn8u=hzchTBYdNxVon;u-e?LV7HO}8Gj8;x-~ zaG-;Wp~>mIi-c%1_=~O|j<34(&zs^Jqb!HpIriyCx{#M|$S>nuXQS3#c$vITTKhnr zJl7W|M#{yuLx*{-M?cMsgx2zgA{VvxM5pVU9$egh+%Qs;K#$E|oa^9XXmUBeed6#J zu@TE;h-0y=yJ+o0$;D&O?OHUqy`?qUJ9Uox{05chqwyavNyc{nt^OffBgq(ZbBX+a zvvVb%i;IK#`Dm>@(fRwP2Nyr|tE#^UJvJ_0;oxFuavu)LJT#9c8W4yX({@0p$bo$;1I~O5M zkEE>^8W*+pM7C3=Pg|mBJ75eJ-8BB~`K%MSyI+f?l z7hx;3m0Yy17Z>FOwQnqXB&U4hS}ww89QJ102wn!Yw+xAk+~$!6d3jo{3;W^vi*a6I z+`Qysx4Dy@lkN96pD>U9D4Rz^zil3UpJN^!nw;9ZNJxD}EJK|3iEEfcA9m`@W?2s9 z)rQE=(@K4f;^Ns)|J!6^uJcu zT~Mx#i!VF47@C}qZQp%)eGzSLxpx)KSKHy&J_vUM8=T);^FYi;I1) zFYXuRiu4x3U$of-w})BA0A#yntw$s8U|x68+7q=wnLcfaqU|8Zw@;kaG6kLSw$2ash_aS}Wr&IciNrHLwpMFuDM}xbzd34h#`?^kOa>*5+IJZ-7qg;+T zG}ff0ex8Q!Lyt`t^7C|3U!%Bqe$(=w^RlToI7~LmcV&|gP zp2&85(}Rm09o6^gK#z@!;~iWKO^z{GbffiX^o@;WkcY-a*=9ILY+Cz3{wyx`y}mdl zN`G-H;V-)ED{cKG3GMo#)}HA6%k*hW6m17NzJ21!NsxE(3McmqeHuYQEN}sEWYXCFJ8^=(}5n_^U+fr{$glyIlg`3 z%0p?rj7YWAhia_C#DP)2A&_v>kjnDDzOCWQ8&h z#k2C*jv*hHlO75O+F#W62kM*4Uu=ohDA%^`GTSka4oxn(;uGhb za{WIKZQbRnKP=jnw-vR4);^Fo%U@*Qcd0(`(h?sVW9OpQp7PqCOfR{Ja&26^)WOBj zC(P}eLjeyro%`DeEu*KzjZ%C}PaNk_E*^}A9o?vkwEZ3?o@ z$WEw9mY4*tG(++Ii&}f4^Y={;F5Ya~nl|XMaq(dX7ekX{d=}l%mSmr{5XWgAE#EbU zW44X!;m1)|8RzvMXfA5)19g_;m(B~v+9vk7tGhYI4@iG$gWl^d(qBY>!&Ybu&0o~o z6P>?rdT{Z3Pgc1IJ+^uD>kcl4CdU{ox{<#~ePauWi?S?RTF8it@;LHynbbGXT-4eJ z>Yc^KUi0V)@xHHnJ9D4T8_B49*Q>mJb}a9FvoE>mbN}L!|K8^vX-BrWDB3G};kjux z=*ONdBpHrt?FnhI`KAXKSH0AfDyitPadC_7?au**CPyC>-RSxv|GzD{77G`(_JKCf z$Hn;8TrfyS3oiam&&W-8Bo~tjedo~!nWV_)nnw?2E^6(Gn#DIgxOfBOBJ|kq>mKdk zVrcTBOhkU-BJ~Z0oRhI|QEMM)w|rcTbKT{Gf{Stn^h$TntUlnc};z;Uaw} z^}R#dZ`t>MuXvQoqW+X2=OXrLLq6I^NO~w7XfA5)1NF_%#rCrocAPqYPA6}Hu=l55 zSK(rFoLtn}6Ip?8ddWrTv2k&!gNvcbi6=!u>XWQ67A|V-BR?18d|&qw=Ke*#?jrp~ zX>+0Zi&}f4b|}-QEm5=`itv!~QlDgnlvajWd2Gj!pUb7bf%X@*{egNb{KbQpbj1Ai z=p^~=xTfT9?_AH^pODU&`P_lq0qy&|XKc4|!%vlVWQ$W7MZ&!6(OP?=I+f|umMGc| zw*Jp6qdv(BT{^S!*p5LDmrK2&aIt#-VhAJ@;#e}MN+`ML zbN}LC=Azb~s9Ai|QtsrTcT(?*!n-OjQS)ibm`2> zV><>tTrTwv^gLSIAE>v|U+m^$oOg96$=k+XEV)>{?}BV!YiDKpln{B_L2|_>PGx3= zF1=ZKY{#I7%cb5>xfts_`o9Dhx8a>{_Gx}X;&mg_=UqNb0uyd&e#qx~-lg;x)9Z_0 z|IenLRs(l!&%3O0%%ek-ORo6D(U@ePwh+f@9)0mc6EEjwz+TDLX&)iigZ#81FYP1b zy0AacT-4eJ>Z*}VI2^$*zzNm@7U`y3#~H}bi- z_}~YQxC#AHYojuXgn8%DT6>~8`KHJ9#jmjE0HMcreQ~XWi=oMD*@EUc^$FRi3~?M> z-22L7XXBX{u9Nc0kn7;bkXOdJzJcbV);>_@TwIKFBE65`;#l7KW*_|xTcOQo-DNOy zQEN|h{=VtK#eZPyF3@A+;^-ah?~Mpe&Y9x7uUU7&dl#jzi1MgEWyo!vACq}xod=qW zTKhn~b8#`!iS(GrxOk_T%5Ju0bv_Gwvhit#gHOJ4aPf za(-c-vkhE?&nWfFJQOE?k>V60KkXxw`UaYdTKhn~wOs68c!`vY6ATv@UU&S4G>@)_ zzt}$UmYby=+2Y*peE0LtqqX)#_3=#)F7Cp(2t76)FL7`&G`X$+^U8>e#4;J8&%ne_ zn0H4=-PE5lBpp(Y{9GpW4Kx?E_JMlm;$obyjYuX7F3RhR8*pPV`##qf2QwG7_C(F# zn;u*|gK-ghY+Ss>!Nt(zk}E!O>JzYxHpw+`5$}wU`YF8(Wqvx2{Iriy>KkY-YV8B{ zR&cSctFvRyqBGlDn&bRTYO-RtrsSR*rmv`{zc}s0L++7wWQ%jV^WD$uFKX?H>f@Up zT)c~|yFia^9(|{Si=oMF{hwFH{YB~@$u)3s*4mY4NZpiPhB7}LM}FEzDD@3A7q#|* zdgtO|r0XvKEVu}}$l83Kj~>ii)Y=oZNtr%viK6Wwx#AP2KFJDQdb9G_jzJHXOTB?{ z@z{mNU5wXTOp-ec7yoCs*(1nbtjF`wAK32yy({g=7Uy>7yI;#+Tx%3ppHfZ|jBnd~ z_8EuYR?5?!DcTOU{?98Tf05gY^!MN|%5MRp9G-{o%lvdq=8<(BXfA5|1NBz;i^Ro9 zy~QNCTX3-+{^DTbBH1(9yVjn{^l8iWS36KY6bY#=S)ogRRvz0i=;3myH#9CTo^#r1 zG5d=*nst}0TTkin7sv9>H~Z*s&Pt#A7nhCx-RGqp+2W#TuV^iQk;*0Ijp8D%FJ8~q zT~My=`r>MbpBkE+`k_e3{YCQg$W|%zxqp%Jl8qolJ!PENeW1ChwGY%;<1bdY7_Gl} zQw=VXy^&3X#zn0?(fRwP2Nzoz7oo?-#WfBth9>7s@!h9BL1<$cZG*~^9{pGR|js2@)+>)WV#v@DnEq_q#^*Kl#({Ep7K5ih*_ka8u_+D{%}PO z9oV1)+xXG;`7g=A#re!%gxofdKF*;hG;idhk@s8Q+;+ao zJhJAE;^M*Yy!`=QHq~EiAIO`JiwmRtzDw*}ggx1~xYWpPTztJEC)@0?%MaSQcw9ve zE*^Jt)nA0%#>J%$J)y~|{fdOrU!=YWnTxW$=$y6of&6*680&)cV+wzf+gWJ-BJ9b= z#brir*9=kMhY%V#tcro)Amzwl8E-rKE2~AGzR3y}J(dH|nOzJmnDD%jA zH_Bg>5%_JRC)xESlg%j1TN$ISfgt~8Ify*Gk$(e>U4JSXFNFYT+>{%M`;Pg|V& zxJU@S$nOf}JR0_7$-%{M zF@F*AO)Tl3cjyUCPVH1A)Nt{MH~;BVHlLCDM~2)7;Kxu;8RvB$Xn#>_AE3D+ z(!$R>mi=D{e{mOa;#ha#wlZtSzTYv}$)rI(m%lie*Ii&wHZCT+*tytQk<*x<=6c@9 zvAN{n;)B1a`in?!^B0q`c0HlVshx_1)b=vu_G)7y%9MF(#bq8@??!QPgRTkB@UnaA zt+X5D&ElfDue;~AZd#L$k&Ur)5xlW+aStQ6`HR5!CwTwTtD;|{KdTAy^>6X9@G^fZL;nI z%|)$!px$~e#=07vB)17JN`H}Tj_iT_#l1;jLaZNfe{m>rQEN|hy1wbb#ar3;qoK#P z?sAcXi=oLSSA62=6S7ZRh~wZQe8%Uxj=qkUA?+M-{J0+Erww^&A0gL;{ekA9);>^I z1s9K<*L6Ur(O?#K&;?$9Ae(LfUeV%uD*);s_l_duFiywP?S#S{t`J-+h!p zc54eKHue7B4|_5$aF3l+xwkm@RLav9D%uXUY(aAzHQ^kS`#26R{@|0Zw@Q6DX4^=I zJk~4(Qr|#xQQIG=cNQ1hCRUeSs%R7^A3;>ZMc4{$ntAkK<|5fMosZU@il&FZ_{@vd z^=Oo9n@6v7@HjL%^+S=+w(i1h6@8X>-DRk9QEMM)?<_9%th@9;G0tm@-&gpH+}1+l zqSl^>i@xc>#mm|CMd-23qn~kbF*JD*9#UTI^+ih0L+Vc%a$D!ekXOdJzJc}^wf2EJ z=i_3W*BI{;T$I;cjZ+w$n)XbxY(t5Pko~TWH)5Blfo?Tyr z9^3WB5r1XB4>B~l4+mu)+x12C6aPOR3m3Kak(-PAlI6!0K7B>pT-4eVS%q(UaPgrh ztLrY%W8-48gNvcbCF6YJbbXQf#umoHMXi0*h9;+e zC=#Miq`gueC2BCn&PA;~<+VSV9$eh$lx(GYc71WFgNvcb z<@olA)AdDgk^j*4#7g*!^zH~=2KA2&Nsp8d_Ib3{KF|hPT&&#J{gKYD&vcv}@prGT z7`b6`&(-7BWjzN-HU?YK%%i87%V<|uE~Q}}eaNxbF5@=o+LyNI6Nhf(%L?fj(rN7p zX|egH2N$nk_jN;$jf=}1TntT)J}A1OKZs+t5Xbv#9*w#}A8oSk@E?x4{`^~UJ$~}L zzj+B^t*yxxdgJz`0Caeb!Pw?u@8=yK(=okK<*NTx%c5n~#fee)lSN zE^6&5ul>pN;Nl7FyH_aJ#>G_*E`}!OW7~J%@ij2gNU%Jt}JQ~It)BM*LbU-wY*7q#|8&ElILT>Ot+D^9dg20ga-RlM%t zVrX(XzJ21|xl|{ueIS1xF2?y3V3JJPviCf?Kb`{| zN?g?1Q(pU%>A}UjU&72O-B7M=-DRzVi=oNo`1XmTCCN9mg*Xl_&N^|s`@ek6MLY2_ zaLl%GJ^VQG$~f0I&|K8o2kNZg;`FYr#kjl}tGk$-Xx<4peE0Fg>H4CUi&^hqeBC&i zJ5&&W>x;xiT-4fA&-r?C3tZfjt-GLH8y7cm=nqZKnc};TJ|T|TLL7&`IC{&o zR}Xu$t^0chR2GieHm-*sM?M)RT?hx7i(30YU2||T*3YCS_mA(*#j(8e%|7}YwnCd` zJ$fi{QEN|h{=VtK#hVxxp~trFGSR`s(Bv4OMK|rbOMl#_gSwIpAe40Ww#CPeKdq>QB#^!c>wyy8%o_zE4Uf*_lN?+OO-_AYB-C>8?{|Cu4p~mxn|=S1zbKDzo53-uZ=kuTwGY%=&&6mj zFD6$ixR}>pl=pQHCNAD-u6w?@PxXvoPc}YX9k1NaK&jkJg@wriZ`y+{o&EIw;r1<2xNZ4oyz|P$Wd3kbh?jaXd6G zZn4jAKF!+<=ZH;fAIO`>UySpv?j$;Yk!&ipCcQlsO%E=9hTYcABu$N6XKXH#Br>-z-N@#82LRqNJnw52Xfj_ zPufQ)>pjq1)Y=E?t>)a?VK7H7$)_JtnK2Ya8T#R)d z9Xl7b_C#aCH$AvGi_N2<$Hv7`yW8*U4o%LP;=8Y%M~B2k*;ZtiTKhnLJs0|7OnI2rcmHCS(*LHnznuCj>$>sR=iEFs{rB`OHv#q^Q|JXwK zjB-Q$xJ=f!QU0PVm+GXo59HT#aZJ+G#9n@ zfqKjFOKpH-mG>`BPw(rV94!~G6I>iijZ_KI-`wUx^B1-DM9t!x9$ai=T!fx!Mk#C& z8|i=8!Nt(z=~);1%ejd5<915z2`=I}Kv@zUw}m!6$j{SCeFM!!t$m>0dM-|hmW$_H z6Zi8jT6>}~;hP>@Jd1G=dTi^_s~lVmO)k0O6GxwbVXhyJgNt&_1!duwZ6jUsn9L*V z+bAx6e93Fpbr-FDpx$}780)%A>|E5^6O9w!^x)#TY~2NVY+QWa!Nt(zk}E!O&Gp65 zxG39+>{4qV$e+cP$G1h4`Cimf>%%i=&7y}oz_K}y15q=7=d#E2BITy9|L|pVu4=!$dTa}B@W8>l| z2Ny$=OUC)cODP_C#jkn;u;J1oIc6$Hv8R4laf!_u-(- zBe_U@#MhJau162{br;zNbk17)$jin3sDQ}AVA}TM-Bslx^w{1TG1tMx(Bw3(i-goC2wi?&UVoA6uf3EtA&||x= zd%1&)p~>a=_K8!U@KEwGG=FiM&40TcZ!0=?t$iSGCKo5Q^mZ5{1!L@7)Y?;C`;+M< z7g4T_i%&YZ7@C}qZQp(FFH(Dl&PCZ)blzI~K>kcFig|Rb&jC(d)qCA#EH!i`4E;Gk ztvyk*_@)OJk9oZ6FG7!P9=*oF#n9w(eEY<~MaePNE{Zro<%TAw^D7c^f6>Lq(B{#yz4F=z^5^jvV}0J` zAH@3?52J>zgwkJ}Hl^?NMdZP6C|+M|6mP)AyPvH3izwGNk8XBwF*Lax-#+ouU#zZ? zYwaU17h`?i1|w zTntU_!$Fyc`-{{+(r<*n_)nMIIbG(Z^fE+#sRL<{pQn}j8g-wJESKt}wGZT%c zSev-M80+&c+r8NP`rF|_*^wf02K;+q~^9A(;?Ht4bWi*p@Z3{8$PSajoD zw6P3rop&BRRJo|N543p}7wJ0&i{_l#v8cVJxh2v!c7M_Mi;paS?9%lrUqrR7yUJ62P z6C>r~B~>nV|Esidk^c|%;o@MPM>mRd@E4C{{vyh?-KTS(!(R+dF1g|p2d5+pc^t=M zxxT2i543Y0e{sJ^xp--ni!h_aTpH}P;r}4tS~u-`eG%8mkZ&knU)0(YwSjMXaB-K> zRf~ik+x5kV9b61e?!!Tu2YtdhDEDz3T*S4-C*J(0Px1UXX4|+9ejIsaoa-BCe^F~6 zsB_f{`5C3YwYG_*E`}!OO!3{X z*Y!oPQEsRsm&rO0G#9n@fqLiR;^auVc)5a$+#W((chTAtwSjMXaPeaHJwWKOaq)Qv z7ekXvuK2_?T>R22v)0MAXp}|$X$yxU7q#|*bI-%YDUovV?*$j-^+o(2rvzxY2N zyJGd&+BnGCjDs-)Tm5hchs6uGFi zCu$Sl^x)!8*n7sH$Hv9?99#@d?!!Tuhx&wv{C_y)q0OTgk01FEZwESet$iSGroTA3 z`rRvX7-Ixu>|E5^Q(pU%>A}U5=U4C3LAf?Aj{A`PKAq6yd~Eyf+x*4QxhUI;>`ZGP z$e+o@zVqlPzX;eV{KeSj(OP@TYkx95xcJ=%s`F@+Yvba_99#@dF2}b|9BnK)NbOEx zX#V16<~|+XR&<_P`#|1IE?Vx>i4lykb5UzgdF@Z8ms~`-HZCr9a4|GFAKSkB@E2p_ zqHHU&Gp&6fexrlOYT>O!Pi=oN+*!JD0 zHZHlCBwG8Z&Be)m9t148Xn+4Ax4Y2p)6v=!jX~e^;NtL8s_QP$W8>l)2Ny$=`?8Sd zqjeWhCgpGRx$DX;y>^x)z{Y#xnrZCu=X zynQ`7G&#m+(T&(S7I|0l!-(tn|Yi=oNsyo-c+xcKUaF591%MeQv^u$6xN81l+E z*Vm}`((*ESowW9WJegeV`y61D&qpVZ^?nY}#zp>rI5aM5?TN;OZ+dWXJ=4~-L66N} zT<+jvXmUBeed5GLZlBb?6vpB&YVE^=ixa3VV+xOcJZ>&(?TKu{H$Axc-l{4Wp~vJu4;%*D+e z_vvWuqb3(E_vyq4#@M;2wI>>TzUd_wp~uF>@eVGACYOx!iI@IjbuCD1A2qqycikn% z+ZU6+`S;%QXy5ngAm32*7q#|8T=Y#3E`HdwHEqyiJ%$E`}zTjPr>T7bOd+jS`UYX>T$JrZ=dQJnT3kGS!Tht%>1aP>UdP#s+gqAj+Ly$6Tleyj8z!Sp zUGd0z2|U9j8A}aa3GuC3Zfj%ALmI~Q>9yh6LF6NUahaJezFV0xwmq68cWl4?Y}uc- zcrT@%5$HwMtdNc&oz|X^7MpK+aPfd&HKj@_dTd-=>)>K&a`Zvb4P1n6x_)SE_=~o3 zaLl%GTj$52L&mvYjGm*eKmS&Ym&xz`<|Tx+Hdq7lU_2oYuFpsw2)Y=E?t>9wYoCS-|j@e(l({S;K zwFeqoT7L`ldw=+gFPnzno%xHSE`Ro$(vEC#Zg;->(2KlTAsy>3qd^=37w0f8!j5hJ z;vSCrgeFHH6x~XHvC3+#eW1;Aa4}kc@w-(nc4MMH?$a4cT-4fAcjK5pzUjfmPctq; zkBy6M4laf!FUmyZN1wnqbp3D~{-S(m1m(qXxsfg@mw6E9+d%t^TKhnq6{%yT+B zV!pt5)ZaHHdpx`Uo387N=x;tR(Oh5THihepm;HFgTy8_IeV)&EAG(n@E2Lvcr?n@f z#patHT>KlxMd-23qfc^hF*G^)py;Oc7oY1o`Z`%w+M9jLKMBFeSRqpx;wF*Lax-#&4?0E;+g3(*H);$f%GY?k_| ze`H8{q#XIVOzOip$-5p6KGpIU7vA*Hff_Dq?F04B!^Me_a`BMJxu~@#8WX(utqu0;i&}f4bMj3OE{+*pwMgi(y{~(XgNvcbC8vDi=o7L} zTZrTE7jb=Y^pKW(Th?IVn>XRK)v&DadM>n_k^<6^6Wi=oMVI4JXIx%h)mzTPVHQh&;j{6#58elC;x z>g6wL*Il&sfqLih7pF$b#a6+^gLvngeQ76C%wy!TU6BVrdOn(~7;M)U7nrFmY=i0u zdjg+6E#wOw+`7@htx}%0sJ0!@2SqoONcL$9aU5k}9)0dnhyN8X565hqO%G(q%hPjR z*sm8C<+{sL+rIZ9UN+S!PrJ+UOFE!eUS9+k+b6U%Q<_-9T3nR#=%LO_z?UlDbkYB;YW9Bb7J?6)wlX=EpT-Y|v{NDuu``*7O z-y7jGkAC~OlV`~Ow8g29i-gdN{8=F#L%K$B5%cJev+Ii}*S7Am%;ArQCPyC>-M~e@ z!LO5>?VfIwE7MV&{6&gWDD%j=*UMkju19O_1NGK(G1jMDl4O45T-4eVjSt`S;NrE6 zi_l}czPQT4#n9xED?V}b32{t@)L%oLi*h}B>I>)okhc|`r`A4@HxCyVM)~#Vl8ah< z%4>fzJ-E2|=E_Tk%t4fEhmt>`?p_JRC*F2?#4V3M2> zxxc8jr@Zzj(}RmwGJg@}+PFBn*?yl+XmUBeed1YMq&f9a=c4vL9j$%j<6^8&0h)DK z1s7?IBMj~OqSl_M4Sdssi#ISXLXVA$GaOtDP42@%nMcdTpT4~1mtARr=ztG)LZW_#`+Xsl5`3#%J+41Tfn~Nece0{?$a5}>n>V*qH`+Kr!7&m z9VAzL;?yTup-XR89@{bK;c}_BUR;#->Bw@aPTKxJemxgseF`v1&JcN8DBs$2@u{zfVWI9<8;H zd|Zt6DZnIIAh?KUM)@Y^74&>GPgCpp=)vSKwi!ObHmLrvC)@opOB{SEqE*{3bUapK~aueoR^o*&0-8`r~+Bd?5eef9De<$CnZo9y>fUM|&1+aJiA(^&6024q|p_Uq*@ zYS*K+_JO+Uxftuy(Mhtf1{dXfBZ!M+F9?UyJQ{X^jq0zpCvE!0O})nu^y4}rxVV6= zN3U>j@kb6Wh9*yYq1a#a3Fn~P$8nSZHp-H4%(Y1-A|3Mc^ip5FxG2}7SKobs^}cSc zeW2cXxESkw-LZ2~Yfm&LYNeN4M0(=lY3#o4H4ZMWb8s;xDCmt=>p4$FK#8vh6R|Ig6YqqX+bZG1WGPo{^zc>J~1 z>x(GYHji#Hi=B&Fdm`KLO%E=PI&wIvNubAepU!v(7ekZN zxGoaP`*dR9BHGKwMXh}xepy1ui|7MxZ=v~%T6-d^@J$ac-nF!9 zk--pW$T-*AD1VWc$?K%G59Fy@AwQ$k2W^|! z+g+U4J4rOL&0oysV(9Z|tv!)Jl&RuDe8ffiZS2YV9en{mJy;;z!xK3(B=|ahZdQp~*2mi*9_~B^EBqHX}RJ+6VGy zak28e%aQX>pSSqD_Lf%jF@q>y+WqO>nv(sloAGV>j)8oij=a98d7sXWBa&p;Mrn`X zeL9D3@zIg8KW%a9<09dO=cc)#AA7ctWH_$1C#1#Zn;u+zb7a+DgdQ6gS2?&CnjC#l zbW3~0J%`3|%%eZ~{2R+yaz-QT=~=WSX? z+;9QPpSt?2rM7w;_04;J3ptfJ7uzOHriGVYY@~8x31jD?)}F{7eA9!A zPtB>`rvp7UF0OTOF*G@i>mnifi#C2xe}%?Hw3m>Kho$EG}C7#VB9eeQD(WqSl^h zocX2)7k|Ot8v#8wE{>jHzup;|9OJX-7AqIwXHwgdU25$E`LeiJy-$a`i}Bs9b6MnE z)Y?;C`;+Ox#Vh{3I*&%VHZIO^a4|GFjq4&|tX$-6Ms}vP59H0_VsC$O0KEKv5&u)qLIu$n(+BGy}4MAb(g`+MXf!NLHMQz z7x#Ru>Muf%&0k#N;9_X{qm!=)F3Nc{wL68H`xl227q#|8=U=8z zTcT(?$notHr#^A9498u1DX%t!9-da}4UCJ2EIQ}ddGk9u=f>(VUUyAXa?H%%?n?fm zIr9JVuDB3FueaPqv`*6|Nla-4V{`KMFL-*emrZrj+6VGxaj~uXe00=ojGc?HCmRBWyrY(F51eFc__~Fk_;hq$T-(K&|K8o z2kM;7#rdGsw6IgJS#E1OJq@T?-2Tts>s7biOOgeIr< zD-zPW3-tkooNb|TQMMPIv(`S4KZ}c%br;UWC>LJ79QiyN_GIJYNk(qt;>wDg?6b!% zr`WkTu_6Z-zs=^+klVO;l0#2ua%#UKVadg+5398gw0BM}PK@z+mm6wu5%UB7|JUbv zm%)5}5%y%`;zdSoN7snl7=i=2yjtzE)jfNb_!NuDd7a_O#iz^&@LX)ShRP3*Y zi+TM;>NgqkKE*Lv^MUpkwf2E}=j7t#7`gZlHMkhMzX*G>adEYg+qn3#1MOT~VdQ+g zbVtk|l7oxO7#AV8`HMet=m||Ox#APoa1nZKJ|p#yHiRCY7ID4}G#9n@fjVb#v8|=O zy5_Q=YtfnQ=Pa0i);S&R&2ha`=l;JQmU&;d|Fej zkz=E=LSu;J;Nl;5t-dz`avK+)bm$39PVH1Aq&Aizp9_PDpPR75t+E`MhsSw-k|RIu zBb53Y#l_oKZQg?VQTbFSt$iS0CKt{9izOJ7Bz7*so@`uPXXG|6&ixxZ7oRk8Y<=vt zA_o^YW%n;4y=@-7&Y>qXIki)fP~$J!d_|N=Jh6p?nTx2qjf-0QK>kcFIOgD zHg1mFUxYo`xH#s+b}n8~k;A^QkzuSea%`!zuN++5WL(u>M0%UQ*fhs^_wjm>|EsMLiN|$2l8fd(Q^Odlo+osepOsw#J6|&Cf8kBH%$`Rt{C6Q z_ZRb9X?{cLIY8Kxjf>-r+~zOdSdo)$n$zvxnhtjGtRe>&&t%sZk>2Jnj(6w@O-}7s zB&4>NA?F(WMXbHZa%3KgBQMWSa^$Cdgi>Fl=FzfTs*~0}kYA2p(t%?YE*{o7XMSh; zIlw4i*PVRLaPijREAFc2dn2Cvz)e3xn`5i@dn59`uUl(RWIJX0v?YqRLuw7h{!*XF zkaNvdg3MDZ4m~`L)Eh1rqkL^da*N>NSl;<&U;2wcQ)ye&*d++ZBXT+v?m@H zMSDdDD;MD}-p%|)aK$!{p5pKqLzDA<_ubdbqw$T@iyxYJxh%tFTtn4g)Y=EyA)mh( zA}TCjEm4?yS~`z;9_WU9}dbqB^Rr6d#!!s=VFwP0VcOa&PA;~ z5f^>agNt8a^JwU?`HM>&TntSv8RrwHK9M26z6f6tb7`qx=Armt_ZK&sF|OCUB&pt7 z`>4f5_Wnh-_7Wc(W9OpQp7PqCOb;%$u=^KLuFYS(#lgkUx)ts#Zf=nM=0ytsP*W>Z~axT_v})gwDy5|8&kAyIM$boQ9d4>d^2(`YVC;($u~W? zco*X$^w{Rn&p5aknjB-W=%(=(n{U6MEzf#1^|K67S1yxvZxk10xl|{ueIS1p7tQn0 zr{Uhkme%%&pN>wFxqA-lb^oI8eckw8)=<1pM{7@c?N6o$7k{z5`n(IuwQ+H^gNvcb z<@olAYq*GOiy`@ovYp7zwDy7gnOvM`=VDw>0Vc_(4HqA&^L^ce`Tj+%J>|8(GJQIN zUF{&pw@;jO%aG5b^Kx;pue->0qI1{UG4f||vDZ9$LTjv_Nlm_O=Fyys)2N{V5m(*L{#li+nDB@xMOw&f~H_ZShKxg@U~Ib!+X3D&?CV{^IA^eLB!%^B31R{Ke4Z zw*Jp6qdt*g$XvYY)Q7*r+lkIyYahs)#YM9o-Ao_8N*AP4I8r&Wgt2o`YfoekzUjfm zcjpc#H3{_C)?K!qZhy`?G&vvJzWeo>|4{_9w z%Vm9Wz3Hgy&%YJl{h0jjZ(c%JYilwIkjI!tcOKj$*E-^c3sC>5tIt}>&%=nix6iK} zzZox^l#4laf!#~3WSQJ=_= z^Mttg;qCW$jh83$P@M8oNOI(*eS};W_6M4aTKhm-A3GPd_C&_u zn;u*|oXw-5$2O0?&%wpelfAMT~Mx#i!VF47@Ay;Z=X1|u?#ue ze7MN-lWx?H_7TeZHj0Z!F1z$aUN+T9Yahs)$;C~yK!+Sp;jkN&2NiHtjt}hq2HyMy`C~{G2Pt+#9>A}T6|GdgY=&^Bew1bPG z$$dB|^ORhya#3p^wYXSWb2<8)`Jd@n6z$W|N%AjOG$jZA^LAUTHwFYuzh6ZRK#2Pd zxWDN0yvwTJJorgz)3!J-*LNR!kvA)(V@OB#w7EHbDF?S6XS$Gn55q0n{I|`)Gm?Xg z$Fuj0L2lEt#GxlNIoi7DhW_BTiMZTs@6tiJG9AUC&!$u6k#)!DX~caxbM{^|o|jGa z*4hX1X3nE0O{Ix+m5o$LL}Bb)Bzuxvgxto(iyS<=)4?;6gNr{swfcNCwFAJ*^}>Pm+s}+qn3EgJ-Wfcvi|&1Cs3^x#ANS zrfH43^jZ^V2%(1`mU;)8i?V&Gu2PPAE4Vnl>)ePJqfO&&uv=5I{OXXA@yyHew_Z7qm)6tXVu$Qq&d-sTC*``ZKhRv%+6U^Y=3=ai zE~cYL2rf#05&g|=#K&J8%v{vkQ_q<2;B>Q}EpSyVpNM{6I*m&HYPeKGYJBYf5c zZ5lflwf2Mp7hUI}wGZUa;$r1K zos@~OE=C)p*f?^3QEN{$etgq|i_ed&`iszG{4qV$d|>%KK^2ii_xZ0W9OpQp7PqCOb;&pnE8t+*T%(L99#@dPUE^rSo(|AYo1#B zsKv!z{$i|)(Pr@8{Yvk37kPbA&MSuc^~KlB#TnQJaSQfj9#UTPq1ImvW!+_q+jncB^G8T_thEp1$@Uj}-b|BIB+4wZ- zF#Ec&uN++5hP{^-dTixRbCesJ9OJX-md9TVg^RMyh>KeLK>jQ)R{X_Tr$m0E&L-yi z;yVvbxX0Y5vjy5%`iuRs9{q)5AKO^=r!7u>TqMkUpN`g^s7}7=!NqCpc^Bxh-KTSs zgNvcbZT+8DmWPW{H}$6s<@|__BR}mUl=>RA9xcnII%(|#`So0k_ePzORW5cnaco@F z+EZTplj*_5XV|(6%C-567df~Xnp}==pE%mM);v12_jONy?rT5iZAEsbwGZUY;$qvx zo_Tb|XN>bko!GgkwWqxHC)0zAC$sm`qFfsn?{si6G&vvJzWZq7l8dROY3-vX7tMDJ zde5axE~15F^B1-Dlv-bs_@)OJ@14!wGv?spGY&3>Cii6_&!?G3hvqNx^T$5frPe-> zC(B=~FtK&cg1NKOg_oB0B@w=_duua~K48P8d)M!~6vRyI0k-p|gkIUE` zp}UyuK4Mref3Y6(=)ufItv!+L_@)OJpL}K*sY#&6#>Hj_7ekX{3>MwA{$lg(7qrQ; zdOAYvaDR~>LVg+NItSWc)Y=E?oR^C+USZrLaxQA^iN=I)dT_Dz*(w*I$Hv834laf! z=S=b4*K#qW_eRLJBD>Vu2l8ifaYFk%TwBEbiwn9Io!NfQg865i)6w1>+4F#VM$Sd8 zJ>|7OnI2sH%aoCUf4@USwxl`#`=LTwKzJ zi4jhu4>Vk?+}GXR#L~_%KfsT+StcUe6?1R=Y}Xf&Z!q82t+gkd2evYO|Fi>*>mng) zBJDM;UG;A)>(N@f^x|TK6X^p47r{5aNiO<4A6;_M|NlGnh1TweO8O!^q`WxSl8b4N zYwe>J7c2Ma9Mah}=hHF2vHPx(8zygl<-p;t`*grXZhM;dbuTm1#dpmQTic^aa{lRE z>ys^Kg=vmrfAij_qqQfhm2Y~?qrbt{qoKz(k6!MWM~5cQvIFfg?e#_6rz3Szf65TH z&h4F!BR}mUl=?7E8u9&TSuWK{Yahrj=X<0B#{?JSyh+D2$UTCK@;)7DCz|_oh7uRG z_C&Vhn;u-;iE$BnZ1*qT=ip*!a*V;E8~Vh?FzPFWxKF3)scT2<{?L?OEaPeTKH0m} zi@Nf3vhD-TMXi0H-U==ryKw%Z`HPQT+_j)1POtI7YnqZJZ+&WPfBK8J7`V>sehWqF zFJ6ED#s4Mk$QI{z=erNR$eR_?F{IPl6VhVyO%E=<%V60KkXxw`UaYdTKhn~b8|65ukpu`b5UzgG$wr0gNr*ee-V0Y zTwLSeVrX*76`#14i_di(eVx=#{VBtt%0;bxpdE5^F~aW|tc;wCT6?1L~+Gtn_cs0*aG^THqE-rjU$p|*hXm%th@Z_U%xt^+mLIY z$|w?EnDaZST6>~8mFd%#DB2D#8^|NqauN6HfQwH(_~-v6{nVc_l|niB8eD|qOc*t!Pa^LqxNIj?{FGton6fRco(>ZMZ*^48bJy(19c=JA;hu`1ri)J3( zy@EWpdZ>G^Km5f#M%{n7v?E(w6zvtwJC80pzNwP6^uS+S&HP2Ax2?Mz=+<4b$KuCVCJIMp1K>y z{P9f>E?)ZYm7CowdTi@1a~)g^O)k0O6EC?~Wwq8mYI3oq{WRk%p3pI8Vb_A*Z;ps* z8l4=t=P>dYyN7-~=Fx+hi&}dkF8Zbi7q=Q${4qV1-KZM=lJ2sxu~_Ly!I#4gNy&MYn6*A*T%)A4laf!r*T~*q&DWEye{Z_eUa}<@l7we z2tBszi#IyB7@C~Mb&-(zgom+mQEMMHxj1REb0QrR7-RPrwf00~&o@1|_{5y*cdwww zc75?-2Ny$=7vUl0jddPv^B1-DQHzU}_2?tJ&ge4h(XrjNNTWPSeqz>LzI?|)<{m|O zhDkEEdZ>F3eZc<*``o|y%~{X?nQS>L6h(VQp&uDt;d4SO?5Wepo)Pl#ho^F?FCD(o z$g$;>gNy64=K!I{HjiHB&>xzd+OJ3`xybF5`U~@DJO}vDm1lmCmqo{ANcJvuAumtM zbz#3z^JrNv)k$j~$e%Tj?#;yr9{{X0=*lV=yG^0i`*dtv#Q4to?$u!CBJ9b=#VtN+ z=i*W$$42(q9Wj4OdD;@%cA)kv5>ne!C|L$MxCkbW-tz3#ye!Hi!=cK>Jnf#v#p-vj zx?RTRC_j2-jN)4-ZP3eKtjBuvVCEw1$;QRk9b7!_2s;;R$>A>^`t$0#3)0)>(Muir zLz8nx`R?cO7iAfehZH9+Qk+8Mr+tJ{-$46|TKhn~b8#`U@48SQKWLtJ;q&O|xM(8q(mqhvOfF7nKNHs$dp!Uc(}GK-lOKwmi^iU;T&&0+YN}qVM3WtNr2V?! zY$L}8yTjHUF@H!7E?%~x>MufWL+IgYrQSwzk(W(%(%J{|W^u8y z?(*@juDM-ZN6tAr){ng0Yu>;3g@4>-jcYv`{mt#ow(hdCNi){`=zDT zrE8!1xJU@y$e$I`F{IPl6VhVyO%H!@H?|%PJvJ^bad0s-Ir^aJmi9>XFSk>YhUPE+ z{dOO|o3|UCr`A4@H;apHllE&b*_b4;b5UzgdF@Z82N(ZgcJ=;6lxySSMGh{8Cg)?@ zcVByb5&A=#NAva~JJZ?+@@8?-#>5!!V*GyO{-V~N^4gzF4=z5=-lv0dZPyp?bZ{{= zIUn1;`_#r1y8K1?u5Oe^d1MG3^y9~59$Du`&77@+jn2P?h+CgWm}P*Y3&2~v$$CC7Z2%J)Ny9l zg86egXUsYM^o~W*y^HaD^Sf<6|-uEwR z?TPB-n;u+jV%Ha;$2N~%?cic)a$EoBm1((%?-Z)7v=LVa@|Gq{pg{@MXf#2nD9*xE}q1=2t76~u5oZNG`Sq# zK5^~!MQ~B-r~Z^7aZ$>VpUb4af##ytK2Yy0F1EF__wf~b-OCusTNuZg_l$9WF*Yu0 z?TN;OZ+dWX{`Bhoi_l}^;yMQxLz7Fc_{8)0i&8)JrwoSz7g0w#AF99BK9H{v7bCgH zdvfGl)Y?;C`;+Ox#m(7!X;H3?i%m1__eX{%r*T~*q&B8d&V3=reL5lei_h-6;9cHk zbnaUFK;BF)n)`IJ9mY7o7&{lW_LSHDWO{J1mEEUEQ_b% z`z}4m&(leL1ATo_Yagh0mcMA>Vq6O@l}>)L1{dYJOK4ow+7pcl-}K<(){KkLW8>ls z2Ny$=ORo6DwOsVMPlx)OLe!7;5z6`wG#9n@fqLiUVw5joeEiSZ{$l7{)Y=n`3E%YK z;&jGE=&^CJ&B4XcH zb7;_-@c%x(VXy0p`>|u#mHy(oy^=)!zuD5H+s6D{?~Q2W^~JpRb!+VjZGp`i8w?$dek3y=N{FOTQt`_Mx_E=OJ&=lU>Cj=KK*Td__#`Q6{V zgs|4uWD+0`{0!v5y~C{|Zs`6F>eSU|Ew!D~6Jws6&&#DUwDy6#(yt*MIL4ljJ|Si{ z#?D2pJ(2DBrUw_dII=pAh928IdWD0Fp~*1@i*EeBZW}|;XQAD{DBFzeQfnW`pT$L* zN2g4Taw)pINuP<_U)0)DUi*{j!NuFy`*cvQ&0qYHgNvcb<@olAQyU}fZ!SuGs2?v+ z*0)jqV%NfHhx4+jPFnjw-YhQib(abosfeh;*tw{+Co&4(^x)z)Y~2NVZ2saJ2Ny$= z^Rex_uf4wL^SsMo<)UmWvP-RfAb%zoTiUzl&oMp|O>K$rQ1cuhzrI+H?_Le&>x)`@ zqBiqQ4=%nuvbyd9JvM)For8;^$>sR=iO0%CFq_(o>{4qV$d{XoaXk7*P1zkD^u&g} zxcGryNBgcv@3C>;_2>~M&qn4)>(N7L-9>9p)GWT~!Nt|=JE_oP<6={r)H>FN==L5PImxk0Gy&bA64PM{hZLt5#kv)k$kN$eYPU^IqD% z4r6>^jGc>Gd&+BnGCjDsIa_x@xwd)qcnAMNlk>6dyI)U#k@}B9)RFcP$~rfSi?Up* zlh!_vKZ}c%b(fioPKo+9o#Y0y?sCW<)-(Sj(X;irPv_VlUUio2Pg|V&xJU@S$nOfD z6Ut#voksSIkl$F5Q$6W$)6oupu7(_3+>G6)13jaSQmKE8Lr-XOI`1N(mWwDO^zXZ9 z?E`J0=3>0d(aAR>=OXOM#>Fcta@Y|z;^I07w`$43#mS6|NN=4-ALHO|VDhw8i~ZGd zQ8JPDC-p0ZG>4Y+a+ycge4zcsCZ&C#-fAvJ`DAoz3EzsGi?Amf7Z+CKWdAg7UUt}D zEjhS&3F9Kt+qn3;Lw{&;YS$uRJ-JBzO(E(@`v_&d2bzmo`#`<3xY#z49*@RUy16;N zCjir4es;TIz2?zA>(MieD&%vmyA0-eH0;U7#p8}m5J9ti%4(fqC?L;fyt@; ziiFhm2xIXV$FALTC*Ee%23q?--b^mad32;;jGl{zH&!mra&Xbev5{?(U0zy44la)5 z^JtUa%0-8sdjgYF`xOaGf06l%O8Y>2XK}G|U-vQd7o6UHY{z1(NXPhE+T?p9H%u0` zO*8**x9lF`Hh&SYcEnCj@dSs---M@z0~Kk?gBpX_b-}9Z2P=_agV(x ze}~semP>Wg_BZn9<6@jQci&rbvD>uB-tyX6nLcf~yzM~kT_lWwiyz!^@y`c%DQd@jzp% zNH|#iMa-k`U0VH5jsNePm=mRTpmTn}F&_#|PUl@D)Ns+}E22zlZ*3^^$a?$ui%q6* z?k{TI*Nt+)Nh+V}ueA^4t6CxDPD324%%i6-nsaK$qKL^j)o}5V<&Rz3pInsRk3MGH zV~-D3E^6(GEXX%KxcF_xMd-0{aixQcp~*1@i*6+st9;km2ijc0#beLyT4X-((i$xp zANy%jGIOuFBV1g>|G~W17v+1#e!1#}xBlUp$uHF!2gIHtVP1bxYfn_CGJV<-Mcbj4 zEohF@cMSMElkcOZ^iEpoH&TDfQ0AxOs1NNUl=W+*zsSp`I%)d@d2@3y!snzPFS*!l zT4ZZ^?W|0nwp`wJp!O~jmRzi|y1%$seLniI&N=ft+b2|9#@JS+Um89vd1UyCyNtis z{jah=)}y7r_+KA-=kfioyXt{jV}Qn1k+Ad^)7I0D6Kd;5r>|uTn&X&9+cxg=!C#cV zB6QpGk&Ndjnam^W7mB}F<>ImP=67_?O()W^Q87t=ennGq%*_AK-rIoNSyXr58wp87 zsvv%VqN4H<5Htw^f`a8s41$;nSc>2wkON5#Igo^cN^3-_pr~M}QpF0DDz%i-$B&1$ zKJ^2=q=;4es?|a(THjan;cadNNeTMdq`{)(p>&|bHcyN_(U+kT+ z*ABe}pBlSylw6eiEpSW{xQO>KN_{GqDYP^_wC8oDUgy_~P9LM+78iH@#{AyYe)P#}CN5gHns%fsWaF6) z7eDaPm#!Ek7v=kOPJHOjrv?|>l|*Z6Tk+A&*PQ8J#LMS$-IIZF0Vb9#>6QktfP0f23f5zUw_@}$?epYZXxCjPGJ`I!iaxtzK zr;odJz4)R&7gw%YziDI5H`1p!Ts&am-G4bsF3Ri0-QMxdKMpPi7lVr!f&OD&^EBsu z-TZe6sd?`|(AL4lqbDZn=HhD`Ef@Xf)+;3E9M z*YvQ@z1NHL?s@M*`C90U_K5rFwHIDAKKAl;6TdZH^9AE?G+exApEo{Zlw3Trxre@* z-A5mD@_TOzE(RCDA<3s<@?I{+e)RNlx2_l2zDs{U`j9&Jqu>699eO`G>dlKs$wh5H z`h_b#|G-RZK>PhYXe{=l+Y$5LSJC*+cKw;W;3+3A;%CtIkP*+_kCuAq5A^6E`&Yt# z^b_wi_Mt!<2{1@?dB;+{I zI1Q6}uNSq~p!tz0pKD$Q4VmY%jjJ0jZuj6dkBpLwa^D5-(+MuND~Z-t?R=G7$;o@USjGEv zoWI{O&erv!{<#qqLa|w-&wSSoy|d=+_t&H3qV_(W;9|S-gNr!?)Z2KuSjGEvM!-e= zb0g~H;;QC)ao3;!;&G$oqP$+j`*ebf!A1N|&Tx*a|5eHD%MY}e=Wp8Fivi}E4&r*rnBr6%&|Bah2Im#`nbw0{n8`hIkU zY~0jv@vEC3|FuzaQT}}q`_aM0b|ul;nr#lvwbzwg$;o@UIOz8n&{**l{gZj#=MuPh zP@jwJb0aE*Vl&YfG+f;2TdzB3lw8#Iql1g>Dx$R&T;x>Ad+z1pp!?A@M?6IjWuEuC z1THS?bCG>+M4epR*l_VV&pGqlQF2jUFJeDBxY({DT3f+IPL;gp!NoqSy?(+-Tl>+B zi)=r-PA*O~Tzu_$dv6>i7q$K9;9|S>gNu0#)LMDDIOu*f%@I%W`ZCY^RKoQlyN~Ak z(N%)+!iI}C9sS>jjFOAmesplLT}8CEyuaT|t##N-k@juzrnir<6yM~@?y_j+<%(FXs1-u%0>`KRqi|Kok@?wra0 zP1B(tu^-(I;aunLOkVJmOD@X2XpBVcM^FDe6O5}|zqIJg?=h&5jc;tYc-SrvetDE! zlz(5uesplLUFqb(xz4R^-A@nqW~$@mV(drzt{2(oFS7mU3ZdAT|F;@0?sm@YIPWsK z6h?8qsO?7w7lVs1*i5V&q}3y`kUc`QM za51p6&GVa+Q&t< z@3Lh-ddcEC_oLs_e2>8&e*T)v8ZJ(5=Z)feQQMEc>b^yvp6U1hB$$W%FZQF`0i5gm zIx~5}Q!cL;$vS*rI%hwcw->D7h^wqI>)X1X!bc{{r%_~q1c%Js)mbK@ArbwkCKbp zespj#xCqwf@Xu=F_-O|gNwmM zj6nY}uX#F`_M;gW`}@(Aa`BxF7su{8@5)hfQQMCWE(RAt1nb%_C+@vojQ!~8<8ECq zvioSZA6+LH-`#L=(ev)#Wt3dh_M?M~!Nsn)82iyaE@Izh<+6juj(Yv;*Q{E9^7y8) zqt3r*-S{TVTWya+AD-V^^vxIlc$8e^W4Q8;=8Wo>j$IvG3@*YKIoE|&n-jRv*mJ(0 zjQ!|Axyaj-Ec!stk;*=mupiCtqxtpXk{aKsbHH*i9go42tM)m>Fn6#S1f$roA9@Q!|uQEQl$6oIQC2aw*fg$O_j-q_x=OzEiSU_ zMfSe#DzVs`xN82ae9l;Kv32yIJ}$MsT;DnQ$2u41HIvJ^_@pK;xk&R*sT?PYkAjQr z^K{tzy6fcPt_>Gw<8#J>i@`;#VY#k{$p;tvdqE@SV*l@pOKaSX?)5&o$IO3U0lhvwSr zO0MMOyB%bq+t-;?^I$NlPeq?cr#`!4r+>_@jF=ly#Vjq_~Rmvf(!=huspWAt;; zezer5a+wkrWgP8!OzM@u#Uq-}(>Znh+6yllA7j^xb#ieBKM9pt z3YiF>zNg{hY<$jGa51>p6&K}RG-d*Q(H_?Rjcn7-X8(U&Kj1SU@V>S~fA+n5k1SKe`ZQkFS5^#=Yuu22!P42ekN%s}e)LQFJ#VFS&p1pP`_b*_&Gq|q%L9YNalMF##<8}f z*US0-XiX3OB2A>SpC$Z#kzFtL@1v`vVz0Nj;o@w(e=)e&t|VGpbDdk;x}TCOIe9M^ z<34&i#~puPWbf0d6O8*cT%3*1jR-CV7q#oG93E1e;9~z8*86)FV`p)Zy?=4~-xn)H z;|m)uroP`LXFpmy2N+yzSM#>M4tuQV6WfMKyI*es&o{M_t( ze{^s$xER-q^joV<=QYV(ItR$E7uox|>*V61KbW1*84E537rWx(pzrIRPOmnH+2iqc zHv9jVukb$!O83$9GidwBaX#9AK6+{Y^B1T8eX&9|9@zYS@%vAI z#X+OwqW1U2;9|SxX${XdhvwSr4n{z|wwH?^x$DFGO9dJanS!kvU(ue|m3k#yFCNtA zBK!Mdg-~oJdgVKI=pD8Ad;d8~F5Wc1*ZW!X50901^m>1~`|f827u%K8j!Lf=T$E%P zJn!XVyidos@3O4VMfN_OI=Q%ibG`WR-k&~Vlw6e8i}-$*;9_tQzY_+hpWPz3*uRGL z{+`8XTJO_gTx9z$b#n25hKsko`YVr)l8f5+M+X<%^&QuXHs=N{@p5s{eV4e89^;>< zQzaN*)7(dY=Pl=6HcBpPpQjUC3@&zcy*TLS>Co>ko?`Z7o^!l}zb~?Vmo59ziY{QNZ|<)XG9efhnMKFxikJs-u8$9{A>ir)Jw8uQt%ug(9UF?qd6 zKMTL!i~Z=~_oHiMX_a+mG^kQT}}q-+L8YY*#(4-Pz{QTzlO?8K~9wa&ge} zE;Lp=#p}yF?^6lai|T%KjZkbR`px^#?_Is$3qC(eE^7PH!NqnJ(b@_wa;oG#_i}O2 z{b-sao}z~`&wE`07umi`e?PiXF21GV;`6`w+uM9UI=I-bB3fI)MNXBx=fTB3tG#~0 zNDs6hT`3oTr{Ut*UFTgn%IigKKRUSBuKnO*9s{*jUM>#0A5C+_Q@p;+^FEbuy~ysP z*?x4LVBFkranbYc-({3s)b^u;i|s0+wdMW&UTS^Ll-%cDF2;WJ^!JTg*NfJE^incm zMd{z2GQYRrQ)4%dl8f4Y^a~$%z(F(le-y(W`_b(v&UNn2N~d)@*SWQ=`|07{Om)0mjQwce^&-2E?w^mwZFFr= zY|OvM5zY5rJ#(K=jFOAmespj#xCqwH#JWMsy*$o#DSa|ne zj*^S=dJ*TNgNwn%;37t#|CrZ2olBof%edG-A6@D7;xijAKJd+-jP$&VwjUi_3@(BQ zgIo{JRM&gG82i!F$KASKWcSfxKf1mP#%DELyl0;`K4X;Ei`ss4a51>p6&GVa+Q&t8 zKYD4Ee_rf;t=V_^$x&}!JW4KV`_a!j?(grL>Gwa@&9INyk8VeBuJ7y2lKcvr*4wX0A6yHRpc{(TYWql1fay$F7Jc;~I-<>J1d zUB1=pqA%LR;w$>Z>&rft@V@Q?`&?xE(G^0mndrTm`{*@0oc`5Oa#7ol4lcGUiPqL! zznXA6b82d{Li^?0j^cTzp}}#g}~di6cD+D6bc>A01o_E`qf= z{Il8w7yH++-rutrO9vO(esrB&d``o~i}%^_N29!6)b^u;i|y*(*4JT=6@80!gT%dD zjQ!~8zmF^~vioShA6+FF_iMP=d*sVIj*^Soespj#xY*V8V(drzxXAWh`k&W*P@VhH z&u#WyZaseSvq#BAZ9n=O_uui3nXU!sT4$Iv_M_X;^WIm{SkHF-nY`dB$MvGMPeMOe z>__|equKj(rte2r$i_tt7q@%xnny;-Mfvwd>_-O|<9ZRS^6<`E$IHbyA3c5Ct@~*9 zzHYW3T_F@3pYGe-NB{W!hc6f<7q$K9;9_vGD=x-*q6F1B_zmV?Vkb#o69prn&RJ?o3|rl;e6)KIHy% z>__|eqmSsHcbUE)T_GF4(s1#sn;-wRQC=^~zb|4xI=C3ui(r_CciuW)F2;WJ^l`WD zqmS%!k?luU2*t*ydpGydJALbQ=Zunz+J1C!F}Tv*F@v&)a+BD7mQZM+X;!iy(sc z9@$gRdmkP9(bLD>aUae1qpJkt{tXvzI{Lp486_9B{pjFgaIq^c#(uPqi)`PezaQOv zYDA6u(Wn3Q{N8&mdf>ECa#7ole%f=sIx*8VK>rRS|5@xuw`1qs7p9S(?fNr$!BZ}; z7v)|wezw?;9>IQeg=}1X`~2SbpZ*p4VJ29<}&;|2ax7YWvZ_#o%IBT#Wr_9~ara3)_#blZ(IEaPi^2KYhd~ zxhSs}u^$~=3@!#2F#`R^V`D$MPAr1Hq(ZR*wVpm*@{b(N-)&1z^QzL5JkN*4S9N-^* z{+f|;QQMDx+r5iEJ<~Nn{|+PnS?ou*V>jFT%QR!&*PY1=o^pA;NPXb@(y<>sg8k?U z+4$9li}#%P+3iPpy(s^_i2dl`Vq7nRTOQtd>v*{s`_a?K-Ekky_Me_+q?h!sacg;Y?5YK`vLAi_Lr0VYPje9{RKI z-HUXl$6ULQ{_*MsoQvW!yJz}o$|^su;o@xUM+X<%l|=5DZ4S+~*Ogq!$$PmN`_a=m zZrw-!XgU|!o^*W|j7K+IoQ?hH;9_tQY|i1I)yB)kL9Z9-cL-0>2bt&nD&czZe^2Kk zJ0o2m7hl$JaW?j&gNyAdqO}#*i<~NX&x4D7R(t(~k+!ZE1sC~ec9U(ZNsnr{I2-%X z!Nqp%ld-%$F13Ch38%O6axwO!r(dUATom`wd{4T%3&vv_F3!e&bZ{}a2*yt*+i*EA z7h^wq`nX$M6#Fjy{ph9i+qs_fgocZ=@%_>FJv8>mGp&MAjC$-xx1%`MuSaL{f~Q>L zqTEZ4^U?nE(SnQ9_oFLg<0~63&c^pg2N&CwPVArS+}hUt^l)#cI$kcuezfm;QQSwf z{piY|*qHzLhKsZD{n5e2;38N%6YB;k_i{1zqos(ffRt`e|rhJD0-bUT9H z`zjjm*{(m67d++sdQrRQ#LpJ{(Szfk5zMoyb)$5`!+QZ^2`o!zYK9+C}u)UAo!bP?pT^SUciN3Jm;+h>!|LQ2Y zsC`~{aIsxUw6%B7lVsna}NKkHo?XIHLUmdEXLBwMYbPZ9~aj*T)cRn9e*^+>qYJJx`T`D z>Yi)YZC&-pV%;EdFBfA!diw7pi;Lnun(s$f2gXee7kiIc&Hzdh?of2-l*W!FFV!BKKi?ngiQk%#xX=3f^*f2M1JQH*-*N4KNsy|1D% zpY8fHdBIc8uNU!iXnQ8HA3dV|=*rl5X~V_uKm8R4jgpJy=;_R)b^u;i^0XNxETAUvz#aB;z>#%>%X7v+BRPaitz%-`JQxEIfK4KRw4kNxO&6lZ&XndZ*>x-)sfQ%={5 z+CDV(C-$R9v>#m=8-J(a;s-wZ(iNlRqP8C$T#V~Qu*$^OT$I;~I3FEc z3@!#2F#`R^V`o3QJ}yo)Tzuf0KN;!1i?$yfTnsLP2;O^SPd)E_bnHh@A9v?{G~bV| z4vZHyT)bzWH$G#O*NfVIbZ{}a*cBIJKibE|c0c;Ctv|2(kp4ApEze%CdO`2j;}<`B zlw8#Iqwjh00iT}f8ekM-9{bVlD0=sWY0PK4{!Cu*l;e6awHJ+_E%u`a-H+bF#p$2d zT^Sn>Y`D1HgV#JVN-oO3FXDW3a51hI!6^^#ymh=>jQ!~8u!e3V?&_M?M~!Nsn)82iyaF4BJVN#o~im>4^GeAC#$V=Knj zo!`I0t>@WG8!o4I{mcjGE#XhUOe!?irzk`t{H7-tWN>hc3(ib;e+_?8Q-!@7vYWvZ_ z#dh73wY)wqwf^7~+`5IAi-Yb**LuCE-AA{Z(&WN=(!(1rUVq93JB^Zy+J1C!F}R3T zwKd)HBVI1Xe)RNlx2_kl?{dkKvEwGzt(&-be8cgZ#?K#n+4^(VtXjWm!}!LHV<(QE zH@<%Lsts=#TfC%nLcaA6cIbWgu#C{P*YbW<=z;q7DAhe)M$< zd%gLOZ-rLg(d!-jk+ToN-2ZqTD5O#^zzEN==BrLe{Own@lWpUa}hck7w&27LnYd{E>J8)Ts=ABr_1@TAFW&a9{lB~|@1sAu-HHE>F`wx%eU|cacn!2nrBsG` zUO%BO9=Y}9eKd45Eub)~f z_IkPX<$W}CG%n72t^W7L(&EE15$%JE{rhOIKQL}XbFuil=-{H)PsGLC`tm*+IvN*u zHn>}4VB$R_j;E!*NcZ-`&SFL<$d&nPdMjT z&l({143pw@&_0z?8R~icgt~a-)|dCu(9yWKhrz|t;+TVBA0965|Ms&NYOmAIrvHCv z@Y+(d>-}i2KhW`)IE}X5!+C@m1?Ktywv-Y3;=N zn%>7v>zmS358k2oq@BO=uI-HXbyGb`J@4y&xS2To!vpW@hQ9Q)mTy}O_dj%@V5OI^ zGSq{gz^Bujn+s}#_>oO~QIno2;%f|^Z8CTkag1iKC&vL}J?vxmMi(}-{^514*Ff1I z59sjvQkR!)%jeeX%JHQ>$T-@k?xPJZR&no4V}|r~m2(lk0T*8@__w)<@6p617q2(C zc(cL9h{I*Qo*W0czH{=y#XhU$__m|2k9!6etGIWjF+)05ITzt4aPbVm#ZMYs{JO!# z`wT8dymgx#ha3*dHo?U{7v=c2qu%SuIL0u8i_1u_mUQ2j)O{Zf-++s+6I^`2;NrY9 z+WNFc$tOEEaXcdK8wVPvVbb7YpNn4qVZ1ZAcrf|AmUL0&T!f#%#WBIfJ({?7AHCe* z;;{x7Bi^ngIS#|{klF?p`&^XcOZ<}YOfFXUy;sjVvhM3e_y%0We(|%Lv7pDwskr?6 z;u!`P*BD%kcsrtU9Efehq`}2L7v=bpk7YcQi-(e4E$NB_=U2TS4c`zKZ++qXEz`cK ziDN&S)-4rWZ}2bT?Ff0tfyQ;16t8IQMNhpQV$1x=*P;3JrfARW4y(tt26>Lx#m`2s zPi+So_x^8xYTc<)DLQ3PAO(I(4D(tsktLi|`Y1@wc0?pvTPy7r$H z(6|nh*2+bkIiztL)R$PYA|EsI>mcKv!Nuag&xOX3(ucEB7a-i_$ zi`(jWJv`G=ilN-=C)C9w>W^j|FbBgv+McBUw_YRNYU@(y@Tk=7`g6v-zC^#}`lX)> zWeOLU*2u;4f{T;3fG6-Ek9d6+_4CH9Z8hBgH1?^~dWBRQtqeLmE_Dmz;xXeJ#?PNv zzjoESV^^Jb-uQ;`Ezfztm z^taMSTAuqZ_jz!!9l79QI}V!95F6BAvW?U&jEgH)tzUiG(GwR}%f$~g*NZRN;nD-Q zB^OV4>aYJ;`bf(U>Q$|NaIqbg;9@%tn$Hl^ypxK_Hd41RF1~W@d22SkVQgu&7mR<@ zaPc+2ckIWuB^Up{8K6oPi&|djxTDs zxZ63me_@ndylH-~_p|079^m4i?!Nn3(nngpZ86;c!Nqp`f{X1qXg))1P?yOzQnw&3 zzI@%pZ;jV}!MM2L;%!&&^~fl>cx1!Gs~H!MIr+UeNgrwXLA|Qg4=%Q&5?pM@LGu}6 zns-t$*+%LX#Kp<8(Uspu_rCPQI3JDmKt89nG1s~BSnnr|_b@4qK`OQMQ*E>|=8IpMPM&_IRBGv_+Gu6a;c=;35Er+;UaXLhd%l*g z7dKB%`zW{=*Ngo%G*>u8YkIEqM{*@6Pd`&CwRBT$v@+=MxYR9(i|qZ26#{W;l8^cs zy?=4@WMmXvjQ210*U((y5UuIC(jUo{oIL$ZsnpUA8 z)zr!83U{L0S^oM-3#PvJYV%}Z6kL?=UySd)3N8j0IaS-|_y~cMu6^T;_#Uc5fA+n5 zo3D%OtyuWJH{m^VhuweSrS#spCcEV!c}xXze62Xzr@r^9;o`LY=vw)BPs7Fb{fnC? zhjJ8Ll-G;#{>9*;T(@$4=j3Var&3Ed)kZ6W4v$OSg02_Op8PzWT7ft<$$!~!vHd)q z&6AN)a546y`)f$@fYw&+amkgOJdI^4wRBT$v@+=MxYR9(i)=r-UO4{GhKsQu9oKWS z&1uP%oIK~0_1x06>RWN>@G_}e5ErNRqw8fN=J~H0F2;Uza51>Zskim>in!Q*ZbaQ! z?A_jQG4`W_i^0XMS;!;RaB+F;M`PaiJva8FF%EQJgy(q7HYeIwt><-VyoX6?%u=bP zpK7C(L5IhsZZY@K%VR$p^Socf#n_JyF3$Gv0m+q|Jm-}4+|sq`TXE>{GO1e-7h^xV zndk!=F2;Uza51>Zskim>intj2(arR~py6WdM+X;!i(9jhM=IiC>_;~fzo_A2>_-O| zgNvMkTR*Rei?JWwO#l837h^vIeE@0 z>$#;^L-@CswRl zzj}Q2QJ0L5t=uqi{zQFWA-$^M;JAiYY zyW0E@8uM7i()6_Db)X~jT)QAHp1XGAre7alb-~2?it%{NUh{jO`{h1w-IiS3f45H^ z&pl*4=f2B*9$aikF1Xl^!>GIl9qvh~TM!ptx$2zpiiz0H@<;cb-+S7`5!>{7@s1~) z@FD3VEzfX%pm#(N2k*DrGzxSHo zJN9GS@_KRKBR;&V^pTby)T>(k;9@%}!NqnQG@l`+c_$TaWg&!0GN#rV4O$BtjOZtdz->-o=J%kz)@)0XSSJ@GS-;{A(p zz1Uwvv&|dw?OcCd&XnBe^s}Z?OFPv@D}xS?OWo4Ac=DRHi{!`cU{FblG z@4eyjZ|&OaUA8BFYC88~jlgM*0d^3DXoG)0Z~ooc{FCQhuH615>!gpgeA9I3N8CrZ zLl|6a$3gQMVuKn@wvoD}adGl`aq;3MgN{=v^*?rHd%f7}J#J6@OrzjpTrc+5-CXAr z`FOVbDY=r9r@p6BOE=X$ zIq{)8pDKN%<+<;2pU3rLJ94wlIhrr;>uU2qXpCMnm0FsqHd+~UcwFih$Hj{$Hmn|7 zx@<|MT-oUv`m#rT}Dcps4D zrQ}LZ-m^$8T~AwH2Rbs(wM*mTaqCvCU03lH<6R5p_ikKp`>orOiz~PP(BEqYpTd`{jEF191Ft;T`I zdzh5wDwSILsWw^}ba-6q7RSZr!)YtNjqV-2u>D-xZFwIZpGzCum3)<4$;oq0SeJaR zSq>c@le(pGaplCi@m0-tywpm@zuaeD@3!|HefzfL;*q~`%x%&~TAuqZ_j&BQv?C|4 z&uBd7N?e=&L1XkYrBX}NY7<;+KR4oJ_P*{K|GxN^op*@$bvKKI)(@?hxx$Z9`$OYB zOiE*uN-h0V8?6jFJT7%hyI$n`E;W91#I?=7%NMrs`*i-#3;z8p(nngJ`!4r+TrajG zH`lqY&Htb=k4G#`Pg`CGIx^3-OXFhyyi1K#?Df8M@BDaQcVl?+IC+1rbLFw#Pa5xG zQW}F)YU!uiXl2mhaj9D_7nkuLyPD?@HRk}oeb=)WY|Fnd#(9_EuKYbCxssFjEK*C? z)0WqPj?8oI(ztl?1&*MJ29XZJ%8qc{Bw>&UNoPMTMYUx>RV&A3Rcj13utnrHRs5iv>y0J!R{m^=u zEBq+6KQ!LMq%=0E)Y4D2(aNC1<5IV@>&4^x@9VB{JG%Gf!{dG3@H_dOydPX_M`Bxz z1C94EDa}pbT zsWw^}ba-6qmd3@?&Yrlq;y*9;4sXr@{`+T_-nK3GT`oKMt{tV1v^@7+?(?@_+_r>1 zo@pt?P#*llD9rviU=D_Tv^`J%Z@osk)z+oZ;Zdnu8W&%=>YS=SnD)fx^K_mzaYQra z+iu_Gb5A(oL()fDp8GEMdF;EiBRAK1ug(9UF^@+qO;1~12Rbs(wM*k7zmKkQ-(}ah zkDjzUd7QjI*SYdo?NVa2O95TQktt&YU!uiXl2mhaj9Dh7f)Tk_QH$C$6md5{dr@Hmo6K-q|$Fn{oy0q z_bym@WbfA&VP<>1?D^~__*M~{APhb?=*6r+^4 z%Y63LTigN2UP&UZpgpVI} zCa*7b=QV{VUHirxu{I9<+4t^!Qj@M&_`WxxUx(d);iX9BBd3jgUDEXW678+^i?U0W zj2(6UMeD{ljjf+(K2GPN7L!Y>yJS56s(HOd-+b|p8!k>x-L~N3m0vn`HO3r|uDRIu zqW`!(5e7xmkbw#I?xVVD%!8V@Ok@=tu_Uk=n>17+Gn;}_~dgV&duIgHC`BVU*L zA4r?Xw}$&*7YxrnPs?v*2#Z+*Rp zHuy)^i}Jk7T>hR^ub(Cdr};0p{;xD<{K%z!M?z;&qeng`{Tqzy)Y9Vga}SfQZU&7Q zsHGUwD}U?Je}3(^e{{2a9U5<$l8%g{J&#GfuJ5D0{y@L`F62K^>%}Q9zI^UF_I?kD(zxVRnj*?m*- zEG`~Y@Acx-E9c?^28Tu+2N$$T#T6`EDQrp_O z$o&L=5EoZ7pRJgRXL0e6db#+#%DH%o!J$#d!NvK^uh7@Hc$U$h(&EInVba>U$o&L= z5ErjzK3g{x&*I{t^>Xp~m2>eDgF~Z^gNqB8U!kvY@p7X-rNxKgA+@cYi`-A}2XXNx z=CiA(;#pi=UN0B-s+^108yp&S99&$;{0e=Ii#HqnDJ@QH8z!xti`-A}2XXOO=Ce;u z#lgk*HUBW)jTO}g%BH$1}e|U*qE4Mt@3+V+{`bz~ZiX z--Y`L{va;i%zXCksd&!y;*!Pna&e!^x%dNvL!*v^i#syELSN(JLq>l}ix100w6C3u z+)wZaadBtnvqz`mSzN66yvw4>xwvplf1l2%(XK}IO^Dg^U&cy=^4vjhvAMeEc3Vn@>%Z>h&7N_++Oj`T( zBKH&gL0o*&e*JS*$4e)N)x&$}E@ITx=pI5g@wxcDT-Md)i>yvgWKX>qK< zVINrBHSb4rKfxcw#p4+lZ<~r|T`yLA-etQh>i(Ru&lnsUbsSv$#oPOT_kq5~#XF7u zlolVBiD+Ld7wK~&xS!w;;^Hrv&%QAg2N&^ql^8eo^53aA?$V z`1qyFuh7@HxXkEJY4PA<{`(iVpW-6-6Z}D3{8i?&Bd6jy_t8r$KJW69%DH%=!J$#d z!Nnt)U!kvY@ie19rNx7b`CP=qYJ-_=C83Ec4kFQ*m%{(D&&qt@ymlJ07b0?~B(O92#{T zTwK|VH9erOaq$MDKc&SzTzu+o7kxKX4`W&5-xo0^(ogUQaq-uf&u*EDXI(E=eBR|J zV+*SOKET@z4vjhvAOEx&YkELmM{*)F^@y=UTI~Td1;1A;BBg|)CpNfNv=QRH? zwv83l2g;`2*M0JuiHp{)9^XLUA6?xY_1X9D&^v6G2fy6>-o>xp-p=ZX^@BS-;??o@x4Iz8GL%c;8VogxfymG zX7Ylk+~bmY_q=!E_g`@3i$8MLhxg~2R$G4k$?Kr4%yYfj{yso@ZR(SEKG4p=#aFLg ze_pjr#F+lYzwFSvVC9j3;v^S$q=7clvmU=S7tsd)h>N@_xVY@pGmoWtOr^YC?(;#p z2tVQX?8SnY4>xh`d++yHrN6Hy;_Zxi$06kdZ<)s<;NtIJbNRCmeAmfmab2tJW0i}8 zjJt!2Cyk%;`aTy=I&FzHUZuug^Qr~CMc;h!kGCZkul&-ntGOqw=c5?oLAeM&Y4@{> z4E{yDouy&N!ScW$agSfw&rCnbydglZEO>yy< ziS-*VI)ByK>&C~9TD^MgSan?dU~^{o$xr#KKih86&XYDcj!(XLj&npu zF5mikkypF3$voUB;U6BjUi|4pC!IleW}aKw&io{b-nX}_9-q-{e5xrKKkIr^}d1e zM^pFFyYwD6NwUfR5)*q`^NUfAEBVs8kACQs*}IR%yrcW6l*&-g>nGI3Bey>GU7mYy zbF)76fR4uFBMsh^7RMY6`=GH*rPgbt+Gu6a;c=h)w}B$VO)fc#>FcPE|wOTT*=APoTO4qH`PWfgAR{N-LARl z^#}Ux=VHAd*j+mpy?&xKky{^Jd>`W?bTlqrYjCl&xa3Msp5`Q#TDqw=S{ZbBTHCHIZ8%T)c^K5jq+dzi4o=w7BF-PM+o@m0G%~Hd+~U zcwFjs%|)+2&~HB%h)$;s24q*6;a)kZ6W z4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu4=&!!xCkAMiw_uFEG;g%l9Q)7Nu`!| z=UPaVuRqXlKNsV?ORZe=`ia&=Zhdg^&lne>qj7OBgNvobC0BCtG$*Ol z(oMC|%AmvJQnza^di{ZZyScbD&b!pgMX#S|P2|=G7jI=;gpS6=#ReBki%YKL!12T3m7^Cr@*d zN-f<~8?6jFJT7&+=Azdh=(nGXao(j?E_(e$Ya+KkxOf}mB6Kt^t}wV*T3m7^Cr@*d zN-f<~8?6jFJT7&+=Azdh=(nGXao(j?E_(e$Ya+KkxcC>0i_p=yc#6Tr(&CaUIeD6s zRBGv_+Gu6a;c=|=-?Z zlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wxCt4G^^})rzXIzAi#>MLmE|wOTT*=AP zoTO4qH`PWfgAR{N-LARl^#}Ux=Hfwd-lbM9di_LeBDX%c`2R32LPz7`%?1}si%YKL z z$;s24q*6;a)kZ6W4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu4=(;A<05o4E`HnKVrg;7 zm7F}yNh-B;Q*E>|=1XS zS90<+C#lrZO|{X=pu^)*w`(qX{egb_xfthNYUQHWPqZd->w}B;F)l(!$;s24q*6;a)kZ6W4v$OSuDR&-2m0;i;<7mJQY#m|exfyzTOVBf9^)c(G%oIG zaIv(wUPaVuRqXlKNsV?ORZe=`ia&=Zhdg^`;3dw(YSbk z!Nt89FfWzgYqsoOOdz5YPI{alRmF12#e>nBpNj>g61 z1{X_ub*g5@fVDX z(9yWK#^7RUamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A-+nH}d6!zb==Bq=iQM|&;x8E& zp`&qelflK(;*u*ld76_{YU!rhXl2mhajDxi7rp*Kzx`Z{^Deb=(d#E#6S?)l#s6kp zgpS6=%?1}si%YKLJ})E|wOTT*=APoTO4qH`PWfgAR{N-LARl^#}Ux=HkI|-lbM9di_LeBDX%c zxE z@o|ic(9yVflflK(;*u*ld76_{YU!rhXl2mhajDxi7rp*Kzx`Z{^Deb=(d#E#6S?)l z#d(a2(9yVfo597>;*u*ld76_{YU!rhXl2mhajDxi7rp*Kzx`Z{^Deb=(d#E#6S?)l z#T^+Jp`&r}GX@t+i%YKLHIZ8% zT-=Fq5jq+dzhQ8(w7BF-PM+o@m0G%~Hd+~UcwFjs%|)+2&~HB%h)$;s24q*6;a)kZ6W4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu z4=z51aS=Ki7auXWSXx|iB_~gFl1eSzR2!`fIy^3QyXKwv9!44N=}~UB$ZmasWw^}ba-6qcFjevKhSSK7vsE3tz7i_ ziPl7JeQ@y^jEm6GxOk+&#nR%ED>-?ZlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wx zCt4G^^})qwGA=?#LYNE|wOTT*=APoTO4qH`PWfgAR{N-LARl^#}Ux=VF|9sg;Xf zKhc`Vtq(3fi*XS;8W&d^Tr4dvxssEoIZ36KZmNw|1|1%kx?OY8>kstX&&4?JQY#m| zexfyzTOV9}Hsd06G%j9XaIv(wUPaVuRqXlKNsV?ORZe= z`ia&=Zhdg^IgE?Y(YSc2!Nt89FfWzgYqsoOOdz5YPI-CR60&b!pg zMX#S|P2|=G7x!dbgpS6=D-14{7MEPf$T3m7^Cr@*dN-f<~8?6jFJT7&+=Azdh=(nGXao(j? zE_(e$Ya+KkxcEHAMd)Z;yusjNX>rMwoIK4*Dz$V|ZL~7z@VM0Nnu}h4px=Hj#(9@o zx#;y1t%=|=|=-?ZlT>QyrrKy_(BW~Z+cg)x{y@LoTwEUK zU25f`*H5%2a_fVO`!g;=N8@5|T>svy(&CaUIeD6sRBGv_+Gu6a;c=NZqcv==BHs z?dM{gcd3<&UO&;A$gK}99>BN=9gT~-8C)zaF1eDEr#VTbmTszzRt6m&m%3eZ(d!TN z+t0-~?@}uly?&xKky{^JJdkk_IvN-EGPqb;TyiBRPjiw=E!|WbtqeLmE_J)+qSqhj zx1Wn~-lbM9di_LeBDX%c_(H}-=xAJAY;du(xa3Msp5`Q#TDqw=S{ZbBT@kNY_(9yVfxWUEJ;*u*ld76_{YU!rhXl2mhajDxi7rp*K zzx`Z{^Deb=(d#E#6S?)l#l?(^(9yWK!r)?QamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A z-+nH}d6!zb==Bq=iQM|&;u6M1=xAI##o%ITamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A z-+nH}d6!zb==Bq=iQM|&;!?&%=xAI#%iv;ZamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A z-+nH}d6!zb==Bq=iQM|&;z5jy(9yWK&fsEcamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A z-)=4*7Ux}R<)YV5v?g-vgNw@;7onqZ@e+fJrNt#za`H4MsnpU$;s24q*6;a)kZ6W4v$OSuDR&- z2m0;jVw`uWm5W|K(VEDu4=x_cxCkAMi`N@mEG;g%l9Q)7Nu`!1XSS90<+C#lrZO|{X=pu^)*w`(qX z{egb_xfthNYUQHWPqZd->w}9gVO)fc#>Kl0E|wOTT*=APoTO4qH`PWfgAR{N-LARl z^#}Ux=VF|9sg;XfKhc`Vtq(39&bSC2jf>wlxL8_TawR8EbCOCe-BcT`3_3h6b-U)G z*B|J&pNnzcrB*I_{X}abw?4Rd1mhxfG%o(Y;9_ZU$(5Wu%}FY?bW?4#GU)KQ)a{y! zUVot9UM?Q8IL^D&%0;iAXienS2Nz$;xCkAMiw_xGEG;g%l9Q)7Nu`!|=HIZ8%Ts)d_5jq+d_cXXzT3m7^Cr@*dN-f<~8?6jF zJT7&+=Azdh=(nGXao(j?E_(e$Ya+KkxOfcXB6Kt^9$;{>w7BF-PM+o@m0G%~Hd+~U zcwFjs%|)+2&~HB%h)h)wasg;XfKhc`Vtq(4)U|fWb#>F)T7fXvvuH@utPEx6*n`)z# zL5IhsZr5D&`UCy;b1}}l)XGJ#pJ+|w)(01lXIzAi#>Gtr7fXvvuH@utPEx6*n`)z# zL5IhsZr5D&`UCy;b1}}l)XGJ#pJ+|w)(00~!MF$=jfkstX&&4?JQY#m|exfyzTOV9Jk#P|^8W*oKxL8_TawR8EbCOCe-BcT` z3_3h6b-U)G*B|J&pNnzcrB*I_{X}abw?4S|O2$R#Xk5I>;9_ZU$(5Wu%}FY?bW?4# zGU)KQ)a{y!UVot9elEs&ms+{#^%Jd$-1^|+NsNoo(YSb89Ff zWzgYqsoOOdz5YPI{alRmF12#e>nBg414K9`zmt4uo)10JIOE=X< zD}xS?OWm%y==BHs?dM{gcd3<&UO&;A$gK}9{u<*VbTlr0!{B0RamkgOJk3cewRBT$ zv@+=MxYX^Mi(Y@A-)=50jq@(Ga?$H2S`)eT!NpfIE<#7+;{65}ON&dc$;s24q*6;a z)kZ6W4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu4=$dBS#U)pA@-!!@ z)Y470(aNC1<5IV4E_(fee*3u?=Ur;$qSsHfCUWb8i@(me2px@!dl+0SEiSo|lczaJ zrIv20jaCL79+$dZbJ6P$^xMzHIPX#`7rlO>HIZ8%Ts)0&5jq+d7a3eEEiSo|lczaJ zrIv20jaCL79+$dZbJ6P$^xMzHIPX#`7rlO>HIZ8%T>K5jMd)Z;TxM{ww7BF-PM+o@ zm0G%~Hd+~UcwFjs%|)+2&~HB%h)rMwoIK4* zDz$V|ZL~7z@VM0Nnu}h4px=Hj#(9@ox#;y1t%=kstX&&4?JQY#m|exfyzTOV9JlW`F`8W&d^Tr4dvxssEo zIZ36KZmNw|1|1%kx?OY8>kstX&&4?JQY#m|exfyzTOV9}9pfT&G%j9XaIv(wUPaVuRqXlKNsV?ORZe=`ia&=ZhdfZjByb<8W%4$xL8_TawR8E zbCOCe-BcT`3_3h6b-U)G*B|J&pNnzcrB*I_{X}abw?4Rd7ULpxG%j9YaIv(wUPaVuRqXlKNsV?ORZe=`ia&=ZhdfZ72_gwG%j9iaIv(wUPaVuRqXlKNsV?ORZe=`ia&=Zhdg^Y{o_CXk5I(;9_ZU$(5Wu z%}FY?bW?4#GU)KQ)a{y!UVot9elEs&ms+{#^%Jd$-1^|+IgE?Y(YSbv!Nt89FfWzgYqsoOOdz5YPI{alRmF12#e>nB89FfWzgYqsoOOdz5YPI{alRmF12#e>nB89FfWzgYqsoOOdz5YPI-CSH2=Ur;$qSsHfCUWb8i{~;fLPz7`*9|U~7MEPf z$HIZ8%TwKGr2px@!4;Wl5EiSo| zlczaJrIv20jaCL79+$dZbJ6P$^xMzHIPX#`7rlO>HIZ8%TwKez2px@!4;x%8EiSo| zlczaJrIv20jaCL79+$dZbJ6P$^xMzHIPX#`7rlO>HIZ8%T>MSOMd)Z;?5)wi_o}qG zUPaVuRqXlKNsV?ORZe=`f1CW$mABd_BwJUGs~)XGJ#pJ+|w)(00aU|fWb#>Eu| z7fXvvuH@utPEx6*n`)z#L5IhsZr5D&`UCy;b1}}l)XGJ#pJ+|w)(00aWL$)f#>G<% zE|wOTT*=APoTO4qH`PWfgAR{N-LARl^#}Ux=VF|9sg;XfKhc`Vtq(44U|fWb#>KM? zE|wOTT*=APoTO4qH`PWfgAR{N-LARl^#}Ux=VF|9sg;XfKhc`Vtq(44WL$)f#>I68 z7fXvvuH@utPEx6*n`)z#L5IhsZr5D&`UCy;b1}}l)XGJ#pJ+|w)(02g!ng<>jfkstX&&4?JQY#m|exfyzTOVA!jByb<8W%4& zxL8_TawR8EbCOCe-BcT`3_3h6b-U)G*B|J&pNnzcrB*I_{X}abw?4S|R>no>Xk5J7 z;9_ZU$(5Wu%}FY?bW?4#GU)KQ)a{y!UVot9elEs&ms+{#^%Jd$-1^|+<&2Ba(YScM z!Nt89FfWzgYqsoOOdz5YPI{alRmF12#e>nBg5C z4K9`zmt4uo)10JIOE=XhT$xa3Msp5`Q#TDqw=S{ZbBTTE<#7+ z;^z!5mKK*>$;s24q*6;a)kZ6W4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu4=!H8xCkAM zi+3AbEG;g%l9Q)7Nu`!1XSS90<+C#lrZO|{X=pu^)*w`(qX{egb_xfthNYUQHWPqZd->w}9|F)l(! zkstX&&4?JQY#m|exfyzTOV9}H{&97 zG%hY&tA8J0X>rMwoIK4*Dz$V|ZL~7z@VM0Nnu}h4px=Hj#(9@ox#;y1t%=$;s24q*6;a)kZ6W4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu4=!HA zxCkAMiw787EG;g%l9Q)7Nu`!{(YUzW;9_ZU$(5Wu%}FY?bW?4#GU)KQ)a{y!UVot9elEs&ms+{#^%Jd$-1^|+ z?=dbyN8{qL1{X_ub*g5j>g561{X_ub*g5 z@%@a8(9yWK$>3sXamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A-+nH}d6!zb==Bq=iQM|& z;&qIR(9yWK+2CSnamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A-+nH}d6!zb==Bq=iQM|& z;vXHIZ8% zT>K#8B6Kt^-ehpGw7BF-PM+o@m0G%~Hd+~UcwFjs%|)+2&~G;vm&bXRTDj=;6RnBd z`rzXAjEm6GxOkhv#nR%ED>-?ZlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wxCt4G^ z^})ptF)l(!$%+G%nt0aIv(wUPaVuRqXlKNsV?ORZe=`ia&= zZhdg^!;Fj2(YW{xgNvobC0BCtG$*Ol(oMC|%AmvJQnza^di{ZZ`?(nBU25f`*H5%2 za_fVOH!vub*g5 zg3Y4K9`zmt4uo)10JIOE=X@gt0j(9yU!?>F`Dy(%p(xssEoIZ36KZmNw|1|1%kx?OY8>kstX&&4?JQY#m| zexfyzTOVA!iE$A+8W(pqxL8_TawR8EbCOCe-BcT`3_3h6b-U)G*B|J&pNnzcrB*I_ z{X}abw?4S|$Bc{6(YUyW!Nt89FfWzgYqsoOOdz5YPI-CR5@&b!pg zMX#S|P2|=G7eC6l2px@!iwrK77MEPf$HIZ8%T)dfa5jq+dk2JVgT3m7^Cr@*dN-f<~8?6jFJT7&+=Azdh=(nGXao(j? zE_(e$Ya+KkxcDcGi_p=yc%s3@(&CaUIeD6sRBGv_+Gu6a;c=-?ZlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNB zwQ|wxCt4G^^})qk85g0Waq$X+i>1XSS90<+C#lrZO|{X=pu^)*w`(qX{egb_xfthN zYUQHWPqZd->w}Ab&bSC2jf>YBTr4dvxssEoIZ36KZmNw|1|1%kx?OY8>kstX%f&+% z$9b1px#;y1t%=kst1 z??V0)^?E2fb^Y24FB%_v_1g94jUBo;&b!pgMX#U8LAmw8#SM&$(9yVfi^0Xx;#h;j zK4?x-sr4GEHd+~UcwFjs%|)+2&~HB%h)h)rMw zoIK4*Dz$V|ZL~7z@VM0Nnu}h4px=Hj#(9@ox#;y1t%=|=|=tcgr+fs2kstX&BY~g-lbM9di_LeBDX%c_*TY6=xAKr z&ER5bamkgOJk3cewRBT$v@+=MxYX^Mi(Y@A-+nH}d6!zb==Bq=iQM|&;^mBs(9yWK zm%+u-;*u*ld76_{YU!rhXl2mhajDxi7rp*Kzx`Z{^Deb=(d#E#6S?)l#ouLIgpS6= z#ReBki%YKLHIZ8%Tzos@B6Kt^ zt}wV*T3m7^Cr@*dN-f<~8?6jFJT7&+=Azdh=(nGXao(j?E_(e$Ya+KkxOfHQB6Kt^ zo?>vZw7BF-PM+o@m0G%~Hd+~UcwFjs%|)+2&~HB%h)u>X>rMwoIK4*Dz$V|ZL~7z@VM0Nnu}h4px=Hj#(9@ox#;y1t%=$;s24q*6;a)kZ6W4v$OSuDR&-2m0;i;?g+pQY#m|exfyzTOV9}7vmyy zG%j9kaIv(wUPaVuRqXlKNsV?ORZe=`ia&=Zhdg^-HeOS z(YScM!Nt89FfWzgYqsoOOdz5YPI{alRmF12#e>nBub*g5g4L8eA+bF1eDEr#VTbmTszzRt6m&m%3eZ(d!TN+t0-~?@}uly?&xKky{^JyoPZR zIvN*0XK=B!xa3Msp5`Q#TDqw=S{ZbBT@x6?T z(9yVfx535I;*u*ld76_{YU!rhXl2mhajDxi7rp*Kzx`Z{^Deb=(d#E#6S?)l#ouRK zgpS6=ZyQ`JEiSo|lczaJrIv20jaCL79+$dZbJ6P$^xMzHIPX#`7rlO>HIZ8%Tzntn zB6Kt^{=nd3X>rMwoIK4*Dz$V|ZL~7z@VM0Nnu}h4px=Hj#(9@ox#;y1t%=jTH(&CaUIeD6sRBGv_+Gu6a;c=$;s24q*6;a)kZ6W4v$OSuDR&-2m0;i;z4oVrB*I_{X}abw?4S| z0men>Xk1*lPX9i@(&CaUIeD6sRBGv_+Gu6a;c=$;s24q*6;a)kZ6W4v$OSuDR&-2m0;jVw`uWm5W|K(VEDu z4=!HMxCkAMi+dVeEG;g%l9Q)7Nu`!-?ZlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wxCt4G^ z^})ptGcH0$JHe7fXvvuH@utPEx6*n`)z#L5IhsZr5D&`UCy;b1}}l)XGJ#pJ+|w z)(01FWL$)f#>F!XE|wOTT*=APoTO4qH`PWfgAR{N-LARl^#}Ux=VF|9sg;XfKhc`V ztq(5#5#u6sG%l_&xL8_TawR8EbCOCe-BcT`3_3h6b-U)G*B|J&pNnzcrB*I_{X}ab zw?4S|5ynO6Xk6T6aIv(wUPaVuRqXlHy4-1d6!zb==Bq= ziQM|&;<+E}I}$n?7dIPREG;g%l9Q)7Nu`!ub;?4x%I)tkFo1T=xAKL%HU#Yajd~%A2cVa)Ow9n z8?6jFJT7&+=Azdh=(nGXao(j?E_(e$Ya+KkxcDcGi_p=yc%8w;(&CaUIeD6sRBGv_ z+Gu6a;c=|=h)UPaVuRqXlKNsV?ORZe=`ia&=Zhdg^ zTa1g)(YUzU;9_ZU$(5Wu%}FY?bW?4#GU)KQ)a{y!UVot9elEs&ms+{#^%Jd$-1^|+ zKQJyrN8{oJ1{X_ub*g5 z@gEr%p`&r}T7!$F#U)pA@-!!@)Y470(aNC1<5IV4E_(fee*3u?=Ur;$qSsHfCUWb8 zi}x}vLPz7`4F(rWi%YKL-?ZlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wxCt4G^ z^})sa85g0Waq)`=7fXvvuH@utPEx6*n`)z#L5IhsZr5D&`UCy;b1}}l)XGJ#pJ+|w z)(01V%(w_0jf-D5xL8_TawR8EbCOCe-BcT`3_3h6b-U)G*B|J&pNnzcrB*I_{X}ab zw?4S||1&N^N8{ps1{X_ub*g5 z-?ZlT>QyrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wx zr!8wDlUv~8|6yFj>uOxw$89FfWzgYqsoOOdz5YPI{alRm zF12#e>nBg5a3@(-ymt4uo)10JIOE=XT=e<_ z{dRM4d7O8tm5W|K(VEDu4=yfbT!fCs#hVQ-mKK*>$;s24q*6;a)kZ6W4v$OSuDR&- z2m0;jVw`uWm5W|K(VEDu4=z5QaS=Ki7e8rmv9!44N=}~UB$ZmasWw^}ba-6qcFjev zKhSSK7vsE3tz7i_iPl7JeQPBD#nR%ED>-?ZlT>QyrrKy_(BW~Z+cg)x z{y@L|T#WNBwQ|wxCt4G^^})p_FfKwz07fXvvuH@utPEx6*n`)z#L5IhsZr5D& z`UCy;b1}}l)XGJ#pJ+|w)(01NVqAod#>HkstX&&4?JQY#m|exfyzTOV9}BI6=-G%o(Y;9_ZU$(5Wu%}FY?bW?4#GU)KQ)a{y! zUVot9elEs&ms+{#^%Jd$-1^|+lNcAFqjB*egNvobC0BCtG$*Ol(oMC|%AmvJQnza^ zdi{ZZ`?(nBU25f`*H5%2a_fVOyD%<7N8{q71{X_ub*g5nBub*g5Z2-bTlq5H@H|@TyiBRPjiw=E!|WbtqeLm zE_J)+qSqhjx1Wn~-lbM9di_LeBDX%c_;kia=xAI#*5G1kamkgOJk3cewRBT$v@+=M zxYX^Mi(Y@A-+nH}d6!zb==Bq=iQM|&;%!Nt89Ff zWzgYqsoOOdz5YPI{alRmF12#e>nBxOkJn#nR%ED>-?ZlT>Qy zrrKy_(BW~Z+cg)x{y@L|T#WNBwQ|wxCt4G^^})q|U|fWb#>LwVE|wOTT*=APoTO4q zH`PWfgAR}XU-sSy-0rHn^S%mVv?!>kp~i}pYP4E!Linf9Mx->YR3qRR6&jF45{(cb zL9AGrcj$-?wW-CHw)81|iyD<$+OdzcWt6dYOw}swLtZ(Sz0dR9th3kN>wES+`@28+-E+>qSL&ALV$>g)cbtp;yi2QGjQWZ8 zM0Py5cn9MmbTlsBYH+c(yyQxzO>5#sOV_K>`k=$}Qnxf0qyE6W<6P|LU0UU0)K9c0 zvg5(UuP`n`N8{oygNwE0C08(yv|(BXNhTbheee_-BmF81>-t#UEyC)yL) z@!;a$FfKwztI_(P!}C(NG#8`(z`WyJ?B`ut%(9yVfxWUER@{%i=Hm!*lEnTlh>w^x@OWo33jQRufj&re}cWIT2Q9se1 z$c_gWzs|S_9gU023@+A|mt4uTX-&Ln>3TIXznW)E}64oQwUuORHRr`ib^L zc09QFzZe&xqj7P$!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCThbFrUyX_bpnKhd7Z zjt3X-VO)fc#>G_z7i-H)u4LM@CSJ63y&A0#Iy^6ROLH;m56nBx#eUwURW3&TM0+AT z9$fqe<05o4F0MAXSX*9lCDW!g@uH>c)o6Xt;d!ZBnu}3?VBT>q_VX^Saxv;B+7sFF z;NmwK7onqZ@pOZWwdEyOGHqHDFIu`@jn)Spo|n3%xft~a<{jr^Kkw2i7o&cnJ&_#` zE`Ez~5jq+d*BM-_Eibu}Y15i`(bDy5v_9zYywokt#i&0p?>HCxd6!nX81)nFiR^fA z@m|J7=xAKrU~sXvyyQxzO>5#sOV_K>`k=$}Qnxf0qyE6W<6P|LU0UU0)K9c0vg5(U z|IN4v9gT}y4KCJ}mt4uTX-&Ln>3TIXznW)E}64oQwUuORHRr`ib^Lc09QF z_l%3s(YSbp!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCS0b8%%q@6sw4qkf`2ksS{% zew%R-IvN+RHn><@UUDVVrZw@RrR&vbebC`~sau+hQGa0GaW3}rF0FDg>L=P0+411w z9>zuJXk5J3;9_lg$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egMMx!BLUw93V(pJ-2H$AgRi zz_tI_(P!}C(NG#8`(z`WyJ?B`utw^x@OWo33jQRufj&re}cWIT2Q9se1$c_gW zAI-Q39gT~(8(gd{FS(Lw)0%kE()DVzKIrhg)Gf`$s6R08I2ZeQmsYtL^%L!h?09f- z3F9JkG%nt0aIv<$tI_(P!}C(NG#8`(z`Vm;Jf@#_X_bpnKhd7Zjt3XN zk8u$?8W(3S*8lERZF$L+Oqc)o6Xt;d!ZBnu}3?VBT>q_VX^Saxv;B+7sFF z;Ns&M7onqZ@o0mKwdEyOGHqHDFIu`@jn)Spo|n3%xft~a<{jr^Kkw2i7o&cnJ&_#` zE*{3X2px@!vj!Jy%S*0g+O#HKv~;~1tq(dpFLg_EG3pP@JI=*^-lbJ8M*T#4B0C;j zJe+Y6IvN*GGPqbL=P0+411w z6Brkvqj7PK!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCThbFrUyX_bpnKhd7Zjt3W? z$hZg{jf-a)T&yiGxsqwqnt0LD^=h;}=+zn0K6u{k%)7T#WjO_C$6(xVVyW z5jq+dcNko(Eibu}Y15i`(bDy5v_9zYywokt#i&0p?>HCxd6!nX81)nFiR^fA@fgNM z=xAKL-r!I~rT&yiGxsqwqnt0LD^=h;}=+zn0K6u{k%)7T#WjO_C$6(xOf8NB6Kt^ z-eGXDw!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byyIN#=UrOmV$@HxC$i(g#SV({k%)7T#WjO_C$6(xcDN*Md)Z; z++%RDw!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byyIN#=UrOmV$@HxC$i(g#TPR!LPz7` z0|pms%S*0g+O#HKv~;~1tq(dpFLg_EG3pP@JI=*^-lbJ8M*T#4B0C;jJc)4;IvN+3 zT%!Lyz}oVXE15Q}i5D$huSV;G4$n*7(p-%C1M`k^v7dKom5Wh7(VobT2NzFfT!fCs z#Ul(Z)|QuC$+T%rylClqHCi8ZcwXw3=3>+zn0K6u{k%)7T#WjO_C$6(xcH-ti_p=y zc$C4#+VYYsnKrG77cE_{M(cwP&r99XT#Why^Nw?|pLc1Mi%~z(p2&^|7k`X#5jq+d zpKoxnw!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byyIN#=UrOmV$@HxC$i(g#np_9(9yVf zg2Bbw@{%i=Hm!*lEnTlh>w^x@OWo33jQRufj&re}cWIT2Q9se1$c_gWU&6Qu9gT~p z8eFU`FS(Lw)0%kE()DVzKIrhg)Gf`$s6R08I2ZeQmsYtL^%L!h?09hT6vjp9Xk1)t zaIv<$+zn0K6u{k%)7T#WjO_C$6(xcC~zMd)Z;yvE>S zZF$L+OqkKZ| zmX}<~v}sMeXz6-2S|4g)cbtp;yi2QGjQWZ8M0Py5_&UZ#=xAKL(cofj zdC8Sbo7TjOmabQ$^+AW{rEY01M*V?#$GO~+AbxU(G>JQ92&c%M-rByCQ{X}~rJ04s-hj9@)8W(RhxL8|W zawXHIHSwaQ>(yv|(BXNhTbheee_-BmF81>-t#UEyC)yL)@!;amFfKwz(yv|(BXNhTbheee_-BmF81>-t#UEyC)yL)@!;YH#zp98Ts++1Vr_ZJ zl}ww~#EX`$SEKbohv%hkX)Z?nfqBQd*w4GP%EhRkXisFvgNqv(7onqZahbuz+VYYs znKrG77cE_{M(cwP&r99XT#Why^Nw?|pLc1Mi%~z(p2&^|7vI3R2px@!%MC8pmX}<~ zv}sMeXz6-2S|4g)cbtp;yi2QGjQWZ8M0Py5cmd-gbTlrmGPqbL=P0+411wcYgE`l9_>y#>LeJ7i-H) zu4LK^Po{In(sfGIF6i(Msau+hQGa0GaW3}rF0FDg>L=P0+411wJs+EL5jq+dPdB(& zTV8S{)221?qNVHAXnoM(d8u2Pi&1}I-eE4D(9gTH%EhRkXisFvgNv8{*C`jFqj7Pa z!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCThbFrUyX_bpnKhd7Zjt3XvNv@-Daf89d z+VXfV7JH-T(u>w(cr{udba-CsmgZvAADDNXi~YPyt6YrwiS|TxyyPNuG%jv6xL8|W zawXHIHSwaQ>(yv|(BXNhTbheee_-BmF81>-t#UEyC)yL)@sf+s(YSbp!NuD0k}H`u zt%(;cU9U##gAUJ2-O^l)`UCThbFrUyX_bpnKhd7Zj+b17j>g5S4KCJ}mt4uTX-&Ln z>3TIXznW)E}64oQwUuORHRr`ib^LcD&>wbTlqrYjCl)yyQxzO>5#sOV_K> z`k=$}Qnxf0qyE6W<6P|LU0UU0)K9c0vg0Kep`&r}27`;W{@6sw4qkf`2ksU9&2px@!HyK>4Eibu}Y15i`(bDy5v_9zYywokt z#i&0p?>HCxd6!nX81)nFiR^gEMd)Z;yv5*RZF$L+Oq+zn0J_q zC-(C$t#UEyC)yL)@sf+s(YScK!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCThbFrUy zX_bpnKhd7Zj+b17j>g414KCJ}mt4uTX-&Ln>3TIXznW)E}64oQwUuORHRr z`ib^LcD&>wbTlsBV{oyyyyQxzO>5#sOV_K>`k=$}Qnxf0qyE6W<6P|LU0UU0)K9c0 zvg0Kep`&r}K7)(3{@6sw4qkf`2ksU9& z2px@!Gu!mPdsSOrawXHIHSwaQ>(yv|(BXNhTbheee_-BmF81>-t#UEyr-eO{c)o6Xt;d!ZBnu}3?VBT>q_VX^Saxv;B+7sFFl8eyMxHxNYv9`SA zN~TR~;zdi>tI_(P!}C(NG#8`(z`WyJ?B`uttI_(P!}C(NG#8`(z`WyJ?B`ut5#sOV_K>`k=$}Qnxf0qyE6W<6P|LU0UU0)K9c0vg5(Udl(m?vwRSx z{YCm$7+kC^Pv7@qB0XnbwDi3itq(dpFLg_EG3pP@JI=*^-lbJ8M*T#4B0C;j{1)RP zbhPWms|_yJmX}<~v}sMeXz6-2S|4g)cbtp;yi2QGjQWZ8M0Py5_;tob z=xAKL*5G1odC8Sbo7TjOmabQ$^+AW{rEY01M*V?#$GOL=P0+411w-!m>k zN8{p61{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ92&c%M-rByCQ{X}~rJ04v8Hsd06 zG%ns^aIv<$w^x@OWo33jQRuf4s&ruKkw2i7o&cnJ&_#`Ew^x@OWo33jQRufj&re}cWIT2Q9se1$c_gW4`*D2 zj>g6N3@+A|mt4uTX-&Ln>3TIXznW)E}64oQwUuORHRr`ib^Lc09QF1ja?^ zXk47xZu}jC%JPycnKrG77cE_{M(cwP&r99XT#Wh#^Nw?|pLc1Mi%~xu^U=!<{o3-9E1CAfnmBhXU8h9tf)4MHx}~`o^#|r1=VCwa(kd6Dexf~*9S<%( ziE$A++V$cpgNwE0C08L=P0 z+411wQpQE-XxEEp8(gd{FS(Lw)0%kE()DVzKIrhg)Gf`$s6R08I2ZeQmsYtL^%L!h z?09hTNXA9zXk6T6aIv<$H(07i-H)u4LM@CSJ63y&A0#Iy^6ROLH;m56nBv#g+ZMORHRr`ib^L zc09QFG{!~fXk5I~;9_lg$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egMMx!BLUw93V(pJ-2H z$AgQ@7#E?Vaq$|1i?!t?S2Ar{6E9l2UX9iV9iErErMVdO2j(5;Vn6TFDi@=EqCJrv z4=z5PaS=Ki7q2t8SX*9lCDW!g@uH>c)o6Xt;d!ZBnu}3?VBT>q_VX^Saxv;B+7sFF z;NlN3E<#7+;*ACuYs*WnWZJYQUbJ+*8m$jHJTG-ib1~`<%sbA-e%_^3E=K)Cdm=j? zTzm%OB6Kt^-fVEOw!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byyIN#=UrOmV$@HxC$i(g z#iJM(p`&r}R)dSR{@6sw4qkf`2ksS{% zK9g|~IvN*u8CIm#(|=!gZF$L+Oq{@6sw4qkf`2ksS{% zK9_M3IvN+38CtI_(P!}C(NG#8`(z`WyJ?B`utKHn zMd)Z;TxW2xw!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byyIN#=UrOmV$@HxC$i(g#TPOz zLPz7`27`;WVye%_^3E=K)Cdm=j?T%2WG zgpS6=tp*os%S*0g+O#HKv~;~1tq(dpFLg_EG3pP@JI=*^-lbJ8M*T#4B0C;jeB~b> zLNYVZ(YSbp!NuD0k}H|^!jtLTv2>jhwF^4DL+Y01V$>g)cbtp;yi2QGjQWZ8M0Py5 z2v2eyjf+?aJ%(4K^+AW{rEY01M*V?#$GO+zn0K6u{k%)7T#WjO_C$8P(yv| z(BXNhTbheee_-BWE*{&@yR^#1sGn$0WXDS`LPz7`Jq8zR%S*0g+O#HKv~;~1tq(dp zFLg_EG3pP@JI=*^-lbJ8M*T#4B0FAk5jq+d?=!eqTV8S{)221?qNVHAXnoM(d8u2P zi&1}I-f=GW^DeD&G3qDU6WQ^Si_p=yIP(_$?_SlGmt4uTX-&Ln>3TIXznW z)E}64oQwUuORHRr`e|WLB)KKIh{x5qc&MRYTV8S{(_UB;=Z>Z8l&D?M;T=-9G#8`( zz`WyJ?B`utJxzF4mTpT*T&yiGxsqwqnt0LD^=h;}=+zn0K6u{k%)7T#WjO_C$8PtI_(P!}C(NG#8`(z`WyJ?B`utg508Cg)cbJRE z_wz2Taxv;B+7sFFl8eyMxOj)b#oF?cE15Q}i5D$huSV;G4$n*7(p-%C1M`k^v7dKo zm5Wh7(VobTmt2I7#>Kl0F4mTpT*(yv|(BXNhTbheee_-BmF81>-t#UEyC)yL) z@sf+s(YW}4!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCThbFrUyX_bpnKhd7Zj+b17 zj>g3$m+OBIu(rJ9N~TR~;zdi>tI_(P!}C(NG#8`(z`WyJ?B`utg3k3@+A|mt4uT zX-&Ln>3TIXznW)E}64oQwUuORHRr`ib^LcD&>wbTlrWYH+c(yyQxzO>5#s zOV_K>`k=$}Qnxf0qyE6W!(2R}pLc1Mi%~z(p2&`uT!fCs#kB?(Ys*WnWZJYQUbJ+* z8m$jHJTG-ib1~`<%sbA-e%_^3E=K)Cdm=ktauGTj7tc1hSX*9lCDW!g@uH>c)o6Xt z;d!ZBnu}3?VBT>q_VX^Saxv;B+7sFFl8eyMxVXvSVr_ZJl}ww~#EX`$SEKbohv%hk zX)Z?nfqBQd*w4GP%EhRkXisFvOD;l3~+AbxU(G>JQ92&c%M-rByCQ z{X}~rJ6>`TIvN*mG`Lt>UUDVVrZw@RrR&vbebC`~sau+hQGa0GaW3}rF0FDg>L=P0 z+3}K#(9yVfv%$sM@{%i=Hm!*lEnTlh>w^x@OWo33jQRufj&re}cWIT2Q9se1$c~p> zgpS6=TMaJOmX}<~v}sMeXz6-2S|4g)cbJPO_VX^Saxv;B+7sFFl8eyM zxVX#UVr_ZJl}ww~#EX`$SEKbohv%hkX)Z?nfqBQd*w4GP%EhRkXisFvOD;l3~+AbxU(G>JQ92&c%M-rByCQ{X}~rJ6>`TIvN)beyjd>uWHLnu4LM@CSJ63 zy&A0#Iy^6ROLH;m56nBx#eUwURW3&TM0+ATUUCsS8W#^YxL8|WawXHIHSwaQ>(yv| z(BXNhTbheee_-BmF81>-t#UEyC)yL)@sf+s(YUzG;9_lg$(2l-*2IgJu2-Y=L5Jt1 zZfPz?{egMMx!BLUw93V(pJ-2H$4f3kN8{phgNwE0C083TIXznW)E}64 zl#457XPZ6n@{O-OYG&)&)ibSfG3qDU6WQ^Si_p=yxZ2=iZF$L+Oqt|k^^>L+qUcD&>wbTlrW zZg8=-yyQxzO>5#sOV_K>`k=$}Qnxf0qyE6WM{#i_|E}A)-#Qngej-O?$4f3kXW1Z1 z`-}898Cg)_b4u|;@@>U_gm*;)KBDy?0CsV z=xAKL(%@okdC8Sbo7TjOmabQ$^+AW{rEY01M*V?#yIfq^Uth#Jx6Z|=pJ-2H$AgPs zdHthFW(GPM7q2n6SX*9lCDUGbGMzh?u2Z6RL5Fup-O^l)`UCSG#l`;m;v=x`bN_Gy zi2LgX1IXtUHTe3M;cJ%|zxGdOX7-$Q&Z*KzT3eK+n$Sg|7pV{9qJF|y+_K}r#gCsq z(cV6nH!iunIpkKtGC+Y23@mAa+581)C{E%z^dU+7yauNV94i%oJd z>L>C}c09Ov7vmyyG%ns~aIv;L_TXY~v?gA(9>c5A`k=$}Qnxf0qyE6WM{%*gzStxe zqkf`2ksS{%{?vx)^&)gMF5YZ#v9`SAN~TR~;zdi>tI_(P!}C(NG#8`(z`RFs@mT&{ zw{ySs*B7IHB1dG$gNwh!xCkAMi?xE5#sOV_K>`k=$}Qnxf0qyE6WM{%*AcWIJ~Q9se1$c_gWf1Gg#zp98TwG^xv9`SAN~TR~ z;zdi>tI_(P!}C(NG#8`(z`RFsv7dKol8aG4(VobT2Nz$)xCkAMiyI6s)|QuC$+T%r zylClqHCi8ZcwXw3=3>+znD-biuI%Ssn&e{CPqZhpg)_b4v*^Da$tG3qDU6WQ_L;;mOtuNR@Caq(J%i?!t? zS2Ar{6E9l2UX9iV9iErErMVdO2j)GBi~YPylU$7YiS|TxJh-^_JyR}1N8{oR1{Z6~ zORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hTJjO-nXk5I>;9_lg z$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egLp;$lDV(j*t7exf~*9S<&UW?Y1h#>HC-O>!~nC)yL)@!;aqesTJ9G;}mBe%jz- zZF$L+OqE~UVy)Tn(BU0Yw=@@{{=mFPaj~CwX_AXkKhd7Zjt3Y2l5r6_ z8W)!uT&yiGxsqwqnt0LD^=h;}=3w!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byhm}dpLc1Ji%~z(p2&^|7uPZ_ zLPz7`tii?F@{%i=Hm!*lEnTlh>w^x@OWo33jQRuf9>v9e-la({M*T#4B0C;jd?n)| zbTlrWWN@*zyyQxzO>5#sOV_K>`k=$}Qnxf0qyE6WM{%*AcWIJ~Q9se1$c_gW&tP1H zj>g3`1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hTOvXj% zXk0wY;9_lg$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egLp;o_=(-la({M*T#4B0C;jJd1G= zIvN+xHMm$?UUDVVrZw@RrR&vbebC`~sau+hQGa0Gqqx}5yEMtgsGn$0WXFSxuVP$; zj>g3;1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hT-!U#i zN8{q<1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hT)r^bK z(YSb(!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCSG#l?Q!rAaPE{X}~rJ04tI$G8X` zjf*=BF4mTpT*-O>!~nC)yL)@!;ZX7#E?V zaq)VCi?!t?S2Ar{6E9l2UX9iV9iErErMVdO2j)GBi~YPylU$7YiS|TxJh=E;#zp98 zT-<4Jv9`SAN~TR~;zdi>tI_(P!}C(NG#8`(z`RFsv7dKol8aG4(VobT2Nz$*xCkAM ziyt$%SX*9lCDW!g@uH>c)o6Xt;d!ZBnu}3?VBVv+*w4E($;GIjXisFvgNtV~E<#7+ z;%x>OYs*WnWZJYQUbJ+*8m$jHJTG-ib1~`<%zG3U`+1ipxft~m?TPGoaPb_*Md)Z; z{Jg=%+VYYsnKrG77cE_{M(cwP&r99XT#Why^B%*+WBYlRCb<~(6YYuYcyRG&7#E?V zaq$j=i?!t?S2Ar{6E9l2UX9iV9iErErMVdO2j=Z^@tF0mx^VNw+c&O1WAlX6j z=UtlQV$@HxC$i(g#n0}X{{BViXk5J8;9_lg$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egLp z;$lDV(j*t7exf~*9S<&kj&Tt>8W;B%T&yiGxsqwqnt0LD^=h;}=g) z_b4v*^Da$tG3qDU6WQ_L;(d&Z(9yVfgu%ty@{%i=Hm!*lEnTlh>w^x@OWo33jQRuf z9>v9e-la({M*T#4B0C;jyq|FqIvN*`GPqbtI_(P!}C(NG#8`( zz`RFsv7dKol8aG4(VobT2N%EayVL7M=xAI#)!<@ndC8Sbo7TjOmabQ$^+AW{rEY01 zM*V?#kKy8qe%_@?E=K)Cdm=j?T>K*AB6Kt^t~Iz=TV8S{)221?qNVHAXnoM(d8u2P zi&1}I-lMqK&$~3q#i*ZXPh`h~i)%kRyKM@F4mTpT*-O>!~nC)yL)@!;Z_jEm6GxVXvSVr_ZJl}ww~#EX`$SEKbohv%hk zX)Z?nfq9SOVn6TFBp0K8qCJrv4=$d?xCkAMi`xt?)|QuC$+T%rylClqHCi8ZcwXw3 z=3>+znD;0y_VX@Haxv;B+7sFF;Ns6PE<#7+;*|y$Ys*WnWZJYQUbJ+*8m$jHJTG-i zb1~`<%zG3U`+1ipxft~m?TPGoaPiR}o4&pX9gU0E7+kC^FS(Lw)0%kE()DVzKIrhg z)Gf`$s6R08QC#fjU7F-#)K9c0vg5(ULm3yLqjB*%gNwE0C08(yv|(BXNh zTbheee_-CDxY*CTG|9!NpJ-2H$AgQ9F)l(!L=P0+411w;f#yW(YUzF;9_lg$(2l-*2IgJu2-Y=L5Jt1 zZfPz?{egLp;$lDV(j*t7exf~*9S<&k;e%_@?E=K)Cdm=l2?t1Z-DHoxmaq%vLi?!t?S2Ar{6E9l2UX9iV z9iErErMVdO2j)GBi~YPylU$7YiS|TxJh*rX<05o4F5YW!v9`SAN~TR~;zdi>tI_(P z!}C(NG#8`(z`RFsv7dKol8aG4(VobT2N&PPxCkAMi}xE`tSv9Ol4;YLc+t}JYP3G+ z@VwM5&BdrcFz-=Z?B`vY5#sOV_K> z`k=$}Qnxf0qyE6WM{%*AcWIJ~Q9se1$c_gWzstA?9gT~J8(gd{FS(Lw)0%kE()DVz zKIrhg)Gf`$s6R08QC#fjU7F-#)K9c0vg5(Ur~J|MeHZ9xTwG>wv9`SAN~TR~;zdi> ztI_(P!}C(NG#8`(z`RFsv7dKol8aG4(VobT2NyrcxCkAMi^~lz)|QuC$+T%rylClq zHCi8ZcwXw3=3>+znD;0y_VX@Haxv;B+7sFF;Nq7V7onqZah1Wv+VYYsnKrG77cE_{ zM(cwP&r99XT#Why^B%*+WBPfQCb<~(6YYuYcyRH^Kbig<4IPb(s|_yJmX}<~v}sMe zXz6-2S|4g)_b4v*^Da$tG3qDU6WQ_L;wKmvp`&r}bc2hv5#s zOV_K>`k=$}Qnxf0qyE6WM{%*AcWIJ~Q9se1$c_gWZ)049j>g3e1{Z6~ORi+vv?gA( zbiEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hT3yh1<(YUzP;9_lg$(2l-*2IgJ zu2-Y=L5Jt1ZfPz?{egLp;$lDV(j*t7exf~*9S<&kg>ex&8W*oHxL8|WawXHIHSwaQ z>(yv|(BXNhTbheee_-CDxY*CTG|9!NpJ-2H$AgPsXIzAi#>J}*F4mTpT*-O>!~nC)yL)@!;a4Zk>Kk2Ra%TuQj+>TV8S{)221? zqNVHAXnoM(d8u2Pi&1}I-lMqK&$~3q#i*ZXPh`h~i@(db2px@!HyB*3Eibu}Y15i` z(bDy5v_9zYywokt#i&0p?@?Ur=UtlQV$@HxC$i(g#eewZ^m-9G8W(RexL8|WawXHI zHSwaQ>(yv|(BXNhTbheee_-BYxVWmHcWIJ~Q9se1$c_gW-+bGYi_p=yc#FZs+VYYs znKrG77cE_{M(cwP&r99XT#Why^B%>;e%_@?E=K)Cdm=j?T)dER5jq+dKW%Waw!Gv@ zrcG<&MN8MK(fXjn^HR4o7o+~byhm}dpLc1Ji%~z(p2&^|7vV{+qjB+egNwE0@mwtS zM$e@et;g_cv_9zYywokt#i&0p?@?Ur=UtlQV$@HxC$i%u7onqZ@lJz_wdEyOGHqHD zFIu`@jn)Spo|n3%xft~a<~@pw{k%()T#WjO_C$8P ztI_(P!}C(NG#8`(z`RFsv7dKol8aG4(VobTmt2I7#>M*#F4mTpT*-O>!~nC)yL)@sf+s(YQGCbNb)Csx2?Ml4;YLc+t}JYP3G+ z@VwM5&BdrcFz-=Z?B`vYBinXKcRkg7ver{k%()T#WjO_C$6(xVU-O^c)~`G%lWGaIv<$-O>!~nC)yL)@!;YkK0Cc$gpS6=vkWfQmX}<~ zv}sMeXz6-2S|4g)_b4v*^Da$tG3qDU6WQ_L;&T}np`&r}T!V|Xc)o6Xt;d!ZBnu}3?VBVv+*w4E($;GIjXisFvgNv_aT!fCs#j6Z1)|QuC z$+T%rylClqHCi8ZcwXw3=3>+znD;0y_VX@Haxv;B+7sFF;Np75Md)Z;++lFBw!Gv@ zrcG<&MN8MK(fXjn^HR4o7o+~byhm}dpLc1Ji%~z(p2&^|7ypTI5jq+duQ#|@TV8S{ z)221?qNVHAXnoM(d8u2Pi&1}I-eb79qMvtZl8aG4(VobT2Nyr{`RVJ6(9yWK)8Jxl zdC8Sbo7TjOmabQ$^+AW{rEY01M*V?#kK$rK@6sd}qkf`2ksS{%KESvL9gT}0Gq_k= zUUDVVrZw@RrR&vbebC`~sau+hQGa0Gqqx}5yEMtgsGn$0WXFSx|Hilo9gT~(8C~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hTJB*9a(YSbo z!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCSG!^M^Tyi1c@jQWZ8M0Py5c)}N^pVNVk z#>JxyF4mTpT*-O>!~nC)yL)@!;Y`jEm6G zxcGd7i?!t?S2Ar{6E9l2UX9iV9iErErMVdO2j)GBi~YPylU$7YiS|TxJh=D?#zp98 zTs*c)o6Xt;d!ZBnu}3?VBVv+*w4E($;GIjXisFvgNyJa*U`AR z*5G1oc{~@3z0q^&Me8xV8m$jHJTG-ib1~`<%zG3U`+1ipxft~m?TPGoaPhC$^&)gM zE}m_0v9`SAN~TR~;zdi>tI_(P!}C(NG#8`(z`RFsv7dKol8aG4(VobT2N%D^xCkAM zi<=BC)|QuC$+T%rylClqHCi8ZcwXw3=3>+znD;0y_VX@Haxv;B+7sFF;Nm|qE<#7+ z;x>bewdEyOGHqHDFIu`@jn)Spo|n3%xft~a<~@pw{k%()T#WjO_C$6(xOm|gr=MSh zj>g3+4KCJ}mt4uTX-&Ln>3TIXznW)E}7lC@%K%E=_VV>L=P0+411wuQDz| zN8{o(1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&3>S~-=UtlQV$@HxC$i(g#b@6> zyMLlF4mTpT*-O>!~nC)yL)@!;YM z85g0Waq&iji?!t?S2Ar{6E9l2UX9iV9iErErMVdO2j)GBi~YPylU$7YiS|TxJh=GN zjEm6GxOlU{#oF?cE15Q}i5D$huSV;G4$n*7(p-%C1M?om#eUwUNiIhHM0+AT9$b7q z<05o4F5YTzv9`SAN~TR~;zdi>tI_(P!}C(NG#8`(z`RFsv7dKol8aG4(VobT2NyRo zE<#7+;x2=WwdEyOGHqHDFIu`@jn)Spo|n3%xft~a<~@pw{k%()T#WjO_C$6(xOgSw zB6Kt^?l!nsTV8S{)221?qNVHAXnoM(d8u2Pi&1}I-lMqK&$~3q#i*ZXPh`h~i@(aa z2px@!cNtu)Eibu}Y15i`(bDy5v_9zYywokt#i&0p?@?Ur=UtlQV$@HxC$i(g#g8&B zLPz7`y#^O+%S*0g+O#HKv~;~1tq(dpFLg_EG3pP@dlVP@d6y=+81)nFiR^fA@%I=P zp`&r}euIm(L=P0+411w z?=vn!N8{q*1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09hT zlZ=bd(YUzG;9_lg$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egLp;$lDV(j*t7exf~*9S<%( z{x7HJqoJd5ak;_8+VYYsnKrG77cE_{M(cwP&r99XT#Why^B%>;e%_@?E=K)Cdm=j? zTzoF$B6Kt^t}?h-TV8S{)221?qNVHAXnoM(d8u2Pi&1}I-lMqK&$~3q#i*ZXPh`h~ zi_c?RgpS6=)dm-9%S*0g+O#HKv~;~1tq(dpFLg_EG3pP@dlVP@d6y=+81)nFiR^fA z@w<$R(9yVfy1~WT@{%i=Hm!*lEnTlh>w^x@OWo33jQRuf9>v9e-la({M*T#4B0C;j zJoc}quP;JJc)o6Xt;d!ZBnu}3?VBVv+*w4E($;GIjXisFv zgNrX^T!fCs#jOSxYs*WnWZJYQUbJ+*8m$jHJTG-ib1~`<%zG3U`+1ipxft~m?TPGo zaPch0Md)Z;yu#pOZF$L+Oq5#sOV_K>`k=$}Qnxf0qyE6WM{%*AcWIJ~Q9se1 z$c_gWuVGw-j>g4L8(gd{FS(Lw)0%kE()DVzKIrhg)Gf`$s6R08QC#fjU7F-#)K9c0 zvg5(UUu0Z_j>g5?4KCJ}mt4uTX-&Ln>3TIXznW)E}7lC@%K%E=_VV>L=P0 z+411wvAd`5M?**B;++N;Ys*WnWZJYQUbJ+*8m$jHJTG-ib1~`<%zG3U`+1ipxft~m z?TPGoaPcLKi_p=yc#pxw+VYYsnKrG77cE_{M(cwP&r99XT#Why^B%>;e%_@?E=K)C zdm=j?Ts((y5jq+d?=!eqTV8S{)221?qNVHAXnoM(d8u2Pi&1}I-eb6UTtDy9Bp0K8 zqCJrv4=&!$xCkAMi!=XT|GQVU; ze%_@?E=K)Cdm=j?T>J*(B6Kt^t}(b+TV8S{)221?qNVHAXnoM(d8u2Pi&1}I-lMqK z&$~3q#i*ZXPh`h~i~q{F2px@!XBk|qEibu}Y15i`(bDy5v_9zYywokt#i&0p?@?Ur z=UtlQV$@HxC$i(g#Yg}3^yg^kXk0wk;9_lg$(2l-*2IgJu2-Y=L5Jt1ZfPz?{egLp z;$lDV(j*t7exf~*9S<%(j&Tt>8W*=1T&yiGxsqwqnt0LD^=h;}=~+AbxU(G>JQ9& z6c_t>mnOLw^%L!h?09f-DdQq^G%oHixL8|WawXHIHSwaQ>(yv|(BXNhTbheee_-CD zxY*CTG|9!NpJ-2H$AgPUGA=?#OYs*WnWZJYQUbJ+*8m$jHJTG-ib1~`<%zG3U z`+1ipxft~m?TPGoaPhw}E<#7+;^z%6)|QuC$+T%rylClqHCi8ZcwXw3=3>+znD;0y z_VX@Haxv;B+7sFF;Not^Md)Z;yu;vPZF$L+Oq4wtTV8S{)221?qNVHAXnoM(d8u2Pi&1}I-eb6U zLO<`)Bp0K8qCJrv4=&!#xCkAMi+c<%)|QuC$+T%rylClqHCi8ZcwXw3=3>+znD;0y z_VX@Haxv;B+7sFF;Nl*}Md)Z;e8AvhZF$L+Oqs}6RO z(Ba)uw=@@{{=mFPaj~CwX_AZZlg6i`3_fM^;Nk}v7onp)?(>butt~IPl4)~JS@$hn zYrK_*4)2q?rMVdO2j)GBi~YPy6I>)elgFceTI_gm@t^;8dcBCp)wp~+AbxU(G>JQ9&6c_t>mnOLw^%L!h?09f-=ig1a2px@!ry5+WEibu} zY15i`(bDy5v_9zYywokt#i&0p?@?Ur=UtlQV$@HxC$i(gMR=0yXk1)taIv;Lo{Poa z=(+Tw^%!1_)(0J)m%63781)C{J&KF{yi1c@jQWZ8M0UL7B6Kt^o^5ckw!Gv@rcG<& zMN8MK(fXjn^HR4o7o+~byhm}dpLc1Ji%~z(p2&`uT!fCs#Z3kmYs*WnWZJYQUbJ+* z8m$jHJTG-ib1~`<%zG3U`+1ipxft~m?TPGo$wlaBT-;`Gv9`SAN~TR~;zdi>tI_(P z!}C(NG#8`(z`VzB@x*@KrAaPE{X}~rJ6>`TIvN+RG`Lt>UUDVVrZw@RrR&vbebC`~ zsau+hQGa0Gqqx}5yEMtgsGn$0WXDS`LPz7`H3k=J%S*0g+O#HKv~;~1tq(dpFLg_E zG3pP@dlVP@d6y=+81)nFiR^gEMd)Z;yw2caZF$L+Oq!~nC)yL)@!;aW`|9+(3v@It z-fD2Mw!Gv@rcG<&MN8MK(fXjn^HR4o7o+~byvK2|%@-J3=VH`Pv?sFT!Nqlqi_p=y zxXa*TZF$L+OqtI_(P!}C(NG#8`(z`VzCvCUto(>fQUexf~*9S<(Pj&Tt> z8W-<1xL8|WawXHIHSwaQ>(yv|(BXNhTbheee_-C@xY*_|)M=fIQ9se1$c_gW&t_bN zj>g6N4KCJ}mt4uTX-&Ln>3TIXznW)E}7lI4-vN3w2uOV$@HxC$i(g#d8=J zp`&r};Qyfi{e;@`k}H`ut%(;cU9U##gAUJ2-O^l)`UCSG$Hg{(p-$^ujQWZ8M0Py5 z_%n=)(9yVfxWUER@{%i=Hm!*lEnTlh>w^x@OWo33jQRuf9>>Ktf1yt6T#WjO_C$6( zxVWBi5jq+dml<5FEibu}Y15i`(bDy5v_9zYywokt#i&0p?@?S_(dIAIX`PEvKhd7Z zjt3XdWn6@g#>M3Z7i-H)u4LM@CSJ63y&A0#Iy^6ROLH;m56pWU7yEe^toz)d7j6J? zf8AgJ`MjbAU;i?E?GoeH{^{^{lg~QmROutFElN{O=%Ubz)Q53VKVd9x+411wd5nwD z(YUzE;9_lgtifV$lNIs*wI0K-+P4=vJS%leb1~`<%vxT2qT!SmA^ z7o&b6?_|e=i?3%~gpS6=)dm-9%VQ5N_C{;sMe8xV8m$jHJTG-ib1~`<%zGRc`*|0v zduv>b`ib^Lc09OvKI0;EG%lWQaIv<$w^x@OWo33jQRuf9>>Lg z-UaL48W*E}qCJrv4=!$GT!fCs#SI1*Ys*WnWZJYQUbJ+*8m$jHJTG-ib1~`<%zGRc z`*|0vduv>b`ib^Lc09QF2F69`Xk6TCaIv<$c)o6Xt;d!ZBnu}3? zVBX`n*w4FQ-CN^g)K9c0vg5(U&5VoC(YSc6!NuD0k}H`ut%(;cU9U##gAUJ2-O^l) z`UCSG#l@BVybIR7H7-W|M0+AT9$b7Q<05o4F5X~pv9`SAN~TR~;zdi>tI_(P!}C(N zG#8`(z`T7fuB5;3a@v;jHg8$KV$J#$v&XH!ys=|1H~!MWGr#@lTR!@T8LaHg%n$O# zAMPW|S$Wj5eb2i*W4?~gyIi+qX6BH`OoVXWW$i(~`RCF{T6M(Q0XF5dHVKlG3Mv1v|Gf1uXo;&I1oT%?C-CbrJSsGrCX+411w7tVV$ z$;|Oji?{aa~!u8@$U-ZU{hQ9~c=I6S9 z@4JtjdEZA)9)_!+q3Q*Ne|N?~d=t_0-x-GJO}i zD7NC4g);oKWytLo`LnN@GcSJB6)zwzp0@W>wa?GdtB1Gk<@1Ufd|6z4*^^)WO+4rOyNQQRHQzb%=jf=P zXfoOH;NnNv&(YA)_`1sAVr}{Tc_GpdE@~{KwL%0FUw6khc1k@yhTkV9@*M7?p68_A zf#l-wU-bf)X--jpVBT{7k_P&~#s2rBXJ%UeJ!4Tnk$1A=!NnUH7onrQ@3Pw9Vr_Zs z!NuNaO}uD5hF7EYL5Jt1?t$bYe{7ml)E}q~a`BY&E_wYa8@Fs*|KqQuM`4Esr%=>}|3ld;61e6i++<6|?ld z%iDkCqtB(sgwM4v@;XJ*K^@&kBpr$eii^+qi_`uGJtiW}De4c@xLiDL;rEPnE;h`? zsGr9APmY&d#N%pQ++lFBwmkOdVsG^NqGT97_lUJ|Q9ft%y+-|kdY6mC&(SZvWc#J( zZP<9p`qM62vmRHB^dJqz?ZfAEHf((RXXtuSdwmiA7t$^A`l7sEJpQ*%*)7*oYtv&a zCPEkWUZg&Zi~0#;am$Ve7eBzR7onqZ@fL%NwdJt}i@gySCo41kmvfS?73E`1NAG=) z*YY0J%Qn|MP}ht6G5MUL{y@$CxH$j%;whJ$cm4p!Gq-Mj)5fzdId3cf_N%}D&T9^y z`P9zOUTtylpy3(dUWst=hQo$4Z--BwI{X}c#?hbsoLo<>{a`%V(1nf{sSo3#e!^JX zvg5(U4>B%7M|(edx535Q@>qk#-lFfjXpb{l&3*rc*SX(m1T^SAqSP$S#i&0p?;saX z+kEM^^|LFEY3?)KSl@sB*GJ6U_HWPr55&c1Ajxi6Z+^XKeNN{GhH>=zqWoOu&RU@jr{tbw3#I zN6YKQ53GCWey$sS(mvOH)qI|ONdDVnaBF{gaPdRzdJ*GQF22*?Vr6-HUKbN-O(;qx zBLCGNe%FiWHO5c=!keE?kEgvCjhvMxjdUm;sO!alx#Np3rpH92`790k12rxe zk2`@rzerr9hiED`&&9z{Di`PT@DXlgiamz^_Lm12KYBj9UL15(E?#YLv9kQ+SzX+} z@_JEY8l88+Bh|n~`HYb-mj?ZTdY6mS>%~_O$6khWfNfqczUVWLocXDHPZ|E7oV<#t zT`%(27bBlvl-G-QeQV95_!DLWoq{4l#-gpS6=)rP-o%WLaD zHpjWBF%fG9OqYsvG^eOPP#@&t8JjP>VBli^ zy|j3aEq~GTU)$f0j{1qd|Lk~hk)H#Ej&|PVbc2hv<>mg)v}sMeXz6-2S|4g)x6j36=;!FUvo5o z=jbQVlQbW(-rOVjT%vql@lnMm3}3`W`E&H!|Id%?^*iJ6{A;)Qhg?*EE(E+teHa(@ z6UO3}9S<%Z#<&O_jf>YCT&yjRHCXIzvLgHb%l&G-9}S;tU;C;}GMFpxlXE{%T>SeN z{`&j)W7C|X{y?qVzodb_wbRe(bS^f`#i*aiJK6D)i_p=y_-TWSwdJt~7ki`YMOqt* zHFHruXY@Ts{egOyi_`1H$>$dvec$Es;T2>4x$cwciJp)0dhvwe_nFJ*74M+p%er2C z-qHj2xo)gGrtU@R!?>uQFc!D$cyRFv?0OM8+UtwA8(gd{k2P5AP2(bGBG!w3j$Zeg zr~V;-JosFGVLaWW4r-|nk!#`pfx2Flk4tlk`UCZH|B?p!*w4|E_gz-D`TF81KYGy2 z*0rk_-j9A7JxTLXzP>m+{J<=q*QLYQ;n&qJaFI*k9N_;s>zq^ZobT_(>$3Op7^w9k z^t@xz$mNb~|1$%;(>YimTcyaO>>I+1GVn;;&I2)=ej!= z8|EVUNpcZ+jf*!7d5w#^44zRQT>SlWr{|-Q*L3z6I<@8b-p<~S{2WbOl#ih?5jo-^ zMdA+X={};=J5XGdk4tlk`UCYY7pI@oS%W_dc*^i+0cU5ArH5%I{`YS`a<9J!2ygHk z)_bp;alMGw%INh)`M%2+pZ?JOdw@|t(Q~lB@!uIX6uigBgRkJ?{X3`Eiw_L^(>|xO zCA02kG*W+_r_aX#JUj^DI$ltBGOIHy)+l2 z{=mG0T%3GPXGM!YMfbl481)nFhwON8@oDUR7wBkQJi_2&ZF$L+OqW@e(@X2o_e44`9-WZ|9Rq$;R88%UXNiWc_@8; zaqQnQi28}X-RyX9k$-*>I@;@tYYZ;dmX}<~v}sK!a-UKTKS#^oF^0#&=XA9%XlOd9 zAx%WI`Rzb)(fa&i)E}6$%f;#MrJaJ2f8&kZKM-6z<~=|7*W5$a{RiVIAIrt4pJ;B` z@sf+s(YUzP;9_lg%L8NbFQY}7j~dTvIj>x|r>eq|UdhR99=g$>=uTg)X z*5%@HC+_n(omKQ84aL^ENPd!BL|)_KtwUbB&b!;-8Rfynudu&kfV`%2=zr4RkFG7x z_jdL^t`}S5qI|9hRZ)MS-sR%L_2T@m>*g<*(StP*TYujr>L;>7c09QF$Lx9$I@mg)v}sMeXz6-2S|4a8#ws^5PJgKd7G3uwW{*&Xu z#Xn(O#N%pQJlf!5ZF#xBGi`c~y=durHCi8ZcwXw3=3>+znD;0yw)c_lxn*vhi%~z( zp2&^|7jI=;gpS6=S%ZtUk^^ z>L+qUc09QFUltI_(P!}C(NG#8`(z`RFsvCTh| z+WhN_Q9se1$c_gWKgqZV9gT};8CL+qUc09Ov8{;B$G%lWNaIv<$L>C} zc09QFXN-%`(YScM!NuD0*n^9`(VBSCdJL~d>w^x@OWo33jQRuf9>v9e-la({M*T#4 zB0C;j{BMkl(9yWK)8JxldC8Sbo7TjOmabQ$^+AW{rEY01M*V?#kK$rK@6sd}qkf`2 zksS{%eui-oIvN*0W^l2#yyQxzO>5#sOV_K>`k=$}Qnxf0qyE6WM{%*AcWIJ~Q9se1 z$c_gWcQGzPN8{pc1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h z?09hT&lwk?qjB-`1{Z6~ORi+vv?gA(biEp_4>~+AbxU(G>JQ9&6c_t>mnOLw^%L!h z?09hTvy6+-(YSbr!NuD0k}H`ut%(;cU9U##gAUJ2-O^l)`UCSG!^M^Tyi1c@jQWZ8 zM0Py5_<!=xAKL+u&ktdC8Sbo7TjOmabQ$^+AW{rEY01M*V?#yIeeO{mVC=f5}Db z&)m3e{fhN#Hg0({|F)aCfA*3`&z!O5AHVvDnJ3P1@ig(BW4-Z3x7EYz4f1(K4Zi5} zi^CrmoWU1v`26B`_PqR@kH747r${f!_M~EQ|3VWAUZg&Zi~0#;aqHtBoaX^+u-My% z$yC&T=j}IxzwPq#pIr5B`B-YvkVGAQ@iC~EZLV1Z7gz2+WM=K&Ts(8rMccP**m%jM z{CjWV{@VsFzW&cyqlU+ofYMrl~DcSo`F84d zsOMv)UJYD4W?wG8bkoL5xAE`0mHTfQxOnhE-+IUQl8YZX^2l>L7biQ3eAT%q$uhnj z5XIi1oc};Nr*c|Kw-Bmt0)>?k~N+b8)hh z@SNk;xhTmpzTLSvWp&g~c$VesU=v5q%qUzu<)Vw)$iT8!F?;DTs-(M-@8Os)AK50|2cZE_g#Ks%SD%MZ1IBe@_~!jpSAVS z?|E?z1cM}>7SoP$@yi#z@|We~NFGufT-0u;=Xt4D!_U$CyzjEI-S?w^ z=?5SD_oHt(Y-VQD;S(3p`_Z@b_oL^w678*iy(q~tz8&Ra=JiF%N6e1a4pGjw1}>f~ zUte6gzS;Mqe`Vm}gZ+N=ox=+l&pBk`B5)D!M|Unxb`tHa&P7R<@$D!Vzxu=PdXZG8 zb&#>;pQBgr%f)8jkG^o=;)DHu^o;`(zstCY_oF)(I~Tzq$*0A%qg>2fFG^lwo;)Y# zUBmU_Df@D<-S?vhEB+K}A=i-#rQ9t2Xw%(6cxY+Fb z(Qh2M_+Y;uea}HNGv9ykgaG(C8t+GUE>8A+=i+$&Srt((_V=UrzD~EesQet=?EBG| z3|xG$-;Z8B{0zN={Tz+=qdONn7x90B#kfp9%EkVE^xn_A#l?NzcR8lr_oLrCaPh%D zAFaI~{YU-%=((-muNN}})N7(#%)GwX;``B$-zCmRAJgvp(Z4!y(R)97_>p+@?~RbJ zFXH{^&c(^z?p)Lvm&r!CsAs@9rY8QW$X1tg^SI;AN{6*iwENU=+4E-zVBQd&p)do%EkVE^xoIE z78jMDqnmv{`qF`m2jczc&c)6}?dMO6d69gSi~arR7#H_>-(^+1???agz{Lace)J#r z_oL^wdcR(b5HB_+%Eip3NL49#rf282S8BQ7*1O`h|ZcmFRhuvE}p8FW8rh&AuP~tIs?z??-no zb}oWJl240iN4c1}UX;AVJb6yeyN2t<7w*f&X5WwgwSkKV;{E8(#mP>hz16Q5C0WL| zI~S*{j`|7Dvh}`;!o_CakN%Z`iwENU=+4E-zVBQd&p)do%EkVE^xoI$78jMDqnmv{ z`nrLO2jczc&c)6}{GVVkE|ZUPvA-X^_w#OXasGXmS6#UI;_VyPpLzaUw{6g z^__=Ad@mk4)x7d8lQKLW?rD*7=#T#Vfw8z{$3Jc`<9lEF=!wX@&Y?rZTyUd~J^$&X zxx15Wy?Ofn789df#P#Cq?)b(|{#f*U%P9R${ivn;h+GTzOTWGt^$q4~aS?sP-;dsh zi!1pz-pKt=2`)ZMeBW4a{+We)mhH<$)Zpvk$i=9i=xNE02Ny3{J>?>FmJg!vB5tI= z^ctOuwdE(@_2T}Ga#1poKi~AcQ{-N!9HOj|GcV1>s6R08v0OZcKM{@Gf7|dm9e%xd zviQCw7f%>2s^#;F8hkw*xft~mJuTVs;NpjWe9A@WXk1)vaIv<$TAWzm`8&^u0&@fm*qLNdtY__2McT&``W$fs0R^`>szD-#h#THqtHf`9hs?b7sxLoj_&cd{%PzTiknl-{i|;z<#aj*(7qRa6 zMy&X_!SvLJaqtta+ny})n}+K#r z_P3rVA89hHeg6d$@g;Al=Q*iYoQpyKVctP5Zrym^C9Ps{<`FM=^vwT#_PI;weV5@+ zobGkQdh_eWHIJM89Q^_|3N`q$evW?m)BgFp(nngGNv7|PzFrLai6)fg9Da_zjJ>`H z9qs4nO~!m`%WLaDHW%gM3x46ubEP(URz_N98Bx!3Qm-@@qyE6WgIt_@KYC@O??=C9 z_&NG{?EUB?`Qi`v<^P}B^&)EUWpVNB!~SiF^pVyU51nd`SfZ!;yHCQ&hZ8pqyETnvBmeJ zcL**XAxws!56ENa(ykX#gRh4p7o&c{_l{e3Jh-@>aS=MhN1ox5V5#D{-&8(gd{ zuW@c{F8Xt{yjJATH$CqZxz{O&C~M?gOaB}l^#|rX_Ik0!_oLq}xG3LuiEt4$_-iZ z=WpA1$y-}|^X2CTE*j_)ZokF;;;S0HLr>IUOaTFxxd#JzbsVY zC%o^xTjV#rXOgFRQ}^y6kK5QhxOnJk)6XwLN9CfS|3GDVdj1v@X-%}qxu`vcR)ZYX z$$n_?oYXu}*NYd=t~`-HHq9yO57fr47daQ@t84VA^~Mi9Zf`E`?{nSS&(Zt)T=zqo zivw>|F8-py#UYOyd6S&6dp~(_aVNiC9LB3$G;|)QEKkqhVq)~?=&|RcH8x_NwAOt6 zY5oU_i}ZLDX--jppl&=D+k1ua!-9+a^EY_TBR@x@244@$>&1aLDi?PcTpaSaNnh^X zPaa%c%C8rP@hTS$od+t*)AP5OIJXeSKg2ft99`4z)49~TUJUvJ&-ZvPw)YC-+r`h( zIOoi75iX(zUk^(z4t`R(_)7*ChdgeypXVCGKfCvn2N$2pxj2khxoGG-P+6Xyzr{p) z?zLDe7w>=V*AC*(8GY|jf1uXq;<5CLBlr)}&4ICbE)Kj=x%gg#i$fka@+SFm_kQyG zaB&!asG@V1p;KF)p1;M!=+DtLT`$V#i~JY$2kLz;u7CN)^DnuG;J9YvmN&0o+1_s& zyLPx*Z-_KrOgpPK-xa600?$(ya8Z7n}E z?2(sW`?J4&&=8OR?*IH7#Qoh49tNNWoI(xG-mF>jD{sSNpLo~BSI9XG>4pD~>9LW+ zE$R={jp5>%n=abEWy8ixE^Q2szcz4j{_kGRJ-^!f(fi|~d_P+IyH~W1UYwi2BL9It zB)mv{7#H;u#^RP84=&!wxCkAMi?aq7Ys+H|7JGZyWJ%P2i79w}QF|P3>?1u)= zNzKw+jQRuf9>c}CKYY~~6S2-)2QD6b(6`<}zc=C~eDR0-SnvID5jFUt>%|)nnVI?S z@P!+$7e8|3k>^SuY3)hH;{Js$6ud}%7#H;u#^RP84=#R)aS=Ki7uOkFtSyf2Kh|S^H}TM^CLRNYUZg&Zi~0#;am$Ve7jI%*gpS6=D-ABzmd6?_ z_BL4&{oh)-_}LHad_8~O=(~^l1GQtgIQNII8sy@Zfs6Bh_iFAbmTx>oxQH5j5f|?n zUR?Qpym&I)aJ_is$-nUqtjGRtlZwUti^qV17pV{9qJF|y+_K}r#W%5YfY8ynxYOWb zZF#K0VsDcb(f{RKJmi~e_xZggdey$aCxymgu5=$!&iz1LFMj0hPx?Ln*fgi8KTtb{ zi<3Wm)gBnP4P2c6yH|5h@eApRo{teOq6S~Y#nr>l&^y@A(Jwvoy*Ki;wC;SdDaq;2west7N^o(T3 zgNq+vT!fDHIh{KVF4mTp`#aO7HPIr!Ud+6{NcE(R`O$quIo|`t#Wy|S^V|7j)10FI zK$IzGv5y`C3}{#Y3l>&_Uw|H<*-;{P~*`gh9L+?yvg5(U-(lB_(9yVfg2Bbw@^XJ?+EFfMevYQ~ril5`eMC9m1NC#Xd|aAS)E}rH z!^Qc}=`_d1w+>w7pVN6BJ<;djF{A*j;0uQPWKVvb?*0}Id?-n-A9yqnV+MF@6%cSg5y8L=OZ5% zbHOd@57dw0VrxG?PoB-0nco*&)ZUNg>q5V0?5{{*i1Pht*7cC*V$@IcJ!Qv(i`y6% zp`(3%apryc=X7ez%l(~cFXnoYJd1Uu`-l%$E=K(^mW%EE1%t^>{{z8A?R+%n;_UFo zGycE1eo{X7uRI^kx*qaejQVNedrEQ(T-?mKh{x4_j$Ur)*Ot$4P}W4bc-r}|n3c8U zS*$DFM|`+)G3t-8T*PzI;_W{RE zZed)6j>g5c1{Z6~OHO6lQ7&rQ{ed~-x<AsP!WCVO-Qt7>iqWJh=G5;r}4IK}X}_K5&bnqGrzsdJq z==DWDhF+hst`{H5T#WjOzTfP4aPgyzi_pUoz87v*zBK8yMT^*$FR7TbL1DmijQWY5mh5Ys<_1ooPq8sJ-t(>nY>I_2=lQKjK_GW#g7+ zUtJvjUdgamH*9?SXXy1s$wm3TON5K^eDv|Zb;|CD@1;jGZ9ER@yhwc*7xfdy{{QV= zU94TlRh|aR&0nbrm6J+-IBJ2SKuJVp00ffAwd15odI^mnrh={X z#RZF0MVL6s!&dte1&Iie0>V;s2s~UBM+gZK9xAv2DFS4PD^LXT17fc;vu3TCJ+s$3 z`&`@i&fZ75cki?J%$oH#->msP@EMvOaPj*XE&`p@_~Kt@aIv)KV1rdZ)*|WuydRw^ zC!H(*6ln0bG0h?KE_+&nydSOkJ;3jO|G(bK%SN8G{sDRWr3tjvW`Z{cq#^MmZ(@yY2qy+i%}{1ICLVL`A!6+^PN!Ge~1bIe|n;Q z_V>~A+C4{}@%5z)Zb{Dp7jI_$Xh@&L#Xrd4Vqwowud7_OxR@#f?HOOWuk&|6BmU0m zUUOVj`Umhl02fC$`SQy9LR|bPH-38$_U68l!bQjff4O*ZN8@7aPf1*K&(Zf=@fM#; z8UK@>11{diaj~V7#KjjfxLDY8)axo&EiUf)yKi**D`?O7x@+S_rGJ3FmAGj8(Ra1| z=+U8~F~8Bqi#M=-^meT4j^o7(@4UQM(-N_&oWSmmn4#kda*WuiUfD~|#AyEsqG_qC1}wf+HoFNKRRzBs}ajL%2oi?Isg z_A?bPLLT_b#fv+6d{OI9SVxAY2VDGBHogdSQn>hq3@(=TJjRtF-_a(iE8-ih>xOtS z#>P}0cozFRrUU-)9U*K zaX)$|$BSBjTGs#K^nip*P)l=>V5n!Fp|7?BsmtuRSzGE4yT!Aj+@4MnVNT>BDNDH5# z=>Zpil&xO`Iw@TIZUz@idk!{O^`phbA^QMhd<0&t2iX5H@7Ed^wf+HoFNKTl2LapT zVn+4(^%fWT?*ZN#Ne}jxa1rvrAL3%X-(@HN9-!8rP%T5#11|m;!$qKTpe2g+3+exF z1{X_vj&iSZy^^?y_P{IfiT7}g`M%b;sPzxvdk8L$Enpn`@1$z|3G2kr^ni=}cT#~) zDqftOw-GzmJ1n=f=P2JQSJX}Fit*k~K2K*)%lNYU0CT^Ss`U@hcP}pfI>diwon z+mD9df#x4gya;*VZ#Tw^T7N>F3{4NX_}nSl2MBahxVVB;UTSrXAE1-M#TPQTSlV;2 z!KxoEE-w2!sn`ccTfr50jlXmLul4w%)<1w}p&$KoPd)Z4&zyJ&QE`NuU0OqbrS02| z85gzwgmq$Qdceh+^`n7K3K!=YTrBN5$CRP>6D|@~YyCsQ#k~thUpr*4=MF&|v8Vl8 ze6J21{a#lQ?ECtY_Ik5V2e0LK>j!O`t%Cu5vvDY-|4qlohNo}ytw-tVPg1!XF3;sK zPlxx$@v!F85skigysRKI46(TV9jMcgETC zK*F9_9{DrT+;sWAo6lGO-r=t7L-jIu^4-}ZUrKi4_^f;K9ZS3$Dj)alnJb&vrW?_j2gV8ItGBfO3Z9X@qi6zj3;)257XCR?61z01*y?REEI%G1S7dZ(rL znIn|vy2I9X_a^F&l3x8aMsMcmtqrGV-evS2II`fce)34SZXyzI%&L^qdl)P_Vym&9^X#F7F zb6Rzf#?cY5$%$e};8J=NHE4?DOWuPc#3y+4%zT zvyiFNpVX$y$*}Bmoh*T#>U*p|RWEseO4~=n3(EVP;A2|6;$_a9&KrR?&%^Jvx_Q;b zeV2V*wziFMZE!s#p4zsG`4l}5>=WR8E)CW(idC1hVYhyz{Tb6yA0U}d?Ni!1%H=+1 z?K8hgz$eOc>2p7o)bsOiyt`OjX=S+6;Scre2xGK-Ua53~z5^dIF5asWV-|g}Wqp;$ zL1s?h6nB%p``&H3e9MlXG%OZ04oj}{b)3pZ9sP0Q-B8^c$8+st%x-zd67L4f>TEgp zK9H=Z2HWuMN;g!msPo$M%k@L|=oh4`v|Lp8jaelRVS&D!A$iVt+w032l85SAx*XJ1 zoNnafLi4|5<2bJUG4CeuA?0_mF5^B18&_z4gvNKg-}d)wO!FwqbDHsqbz8{q`&m-I zAmpt%E<;=fr`&;vm``FpP z3)*C~#WL9NjHCT+ALkHl)N%h~NBYo}cMq{G%}{$iTH2<8WkJb$qhe19kK5ZAwHK1Pc<9J8kRm==Sh zwL(@u;Ny?BfBXZ_a{V=UcZw%&@B7ln{j$fF$P08IUm|^6)+Cp;&2F%l#kubI3z)y} z9r#FzcD6Fx`M^?ToaC}&V4#QHP)AF(m#b@6eLlKueNOY`7>`*0O2=Pe+jhp!6YBFw z^IqLH)zYTnrQ2CDQYa zrrWH*^}znua{UnaPl@9(rOMUCi)maK>Ji`(tWN^F?}o7%YeyN&K%Q~Ly0}(tcdx%| z+c&oUuC7}1x$$t`hShHDiuNX0f1tSDey`m6#!4Dz$dofXNadri%>-Iou1u+&k!GKD<|BKg)xdQwgSGxb=zE@NK4X_HXWCf-=A~qiK$*N z9XMNQ`v+1w+=uY0--nR49r5?#`477DlgQ6QyEg~l*D}oM08YclJ|kN3x=8z;#(^jg z>QwiRm)%DrosQRM^f{>xkxcCg#CFYnb-=IZUzF3?`@H3BDaFECdbl6D)T0V?d zmpL22?Y}o`0&T~uIW5TEwP%XgU~Ok^&8Odc((miT_U`NWG=2}LVn~w8}I+1X&Qnq>6ACu^D9#CKXHaF&8)R%y7N_zE&Y~8LuFVurIWw{$J zUA#{`jtg`;irOyMj!5n8+}UYUXur|!DGbIv`%+ojba!|5OQrB399!t}C+FclrMX|V z478)9C&r6R&ip0oT#9bD`2W6P9W9ZM+{*+Z(2%=gaFO96QO;ohf~v z=RfW0;yD2;c%EhNhxpHilO@84PCSw01>#2?79Ukl#+Ir@vMyY3`l-+1CNokv)j=!yxPumu2(+$y=_t`^;5$QUzrRBak>fn zMy2Zp;?L4$w7wsXiIgof_Sy4obm8)g@nYHXW9&sfAIFeo%P;pAN|nDK3i3fIe5bvC7!x&#f1U*CpUu{CEv`oR0gJJf36gBesLxzGN7) zYuAc%9jFl~QYn@+o~TbqvCfZt;q6}RPt zH&(aTyE&8C-{N#y`Lyd|IIr?}l;xG@$9gu#Reo|B$TVdbU4T@<#cM z|NWPI-_`12-HjDB0#51H;TfZ?1KRqorPnySNNvxWODC;~M*gHT4zMmt>9(8=g>=r#-Zn~E*T$VQkmTMuzd18N{97K+V9kDUx-E@ea;8p zL&~4$?zO(A#W*zvbTEo!&GFjhf%0^9m&QD8Jk)3RA?uH^+;|Ob+_q}5Nh`0G9@qJA zS$wR|Mfli>mwRle<&T%EZR@n@v^-p^bcmzU{wQral%q;uRikWAv8|BiAl6-*(g-mD z-#cG99_j>txK~Tkg*IKctTY~AjQ5}*2lvz5eHWwCW#;ndo@+5$i@jQUS{-6+zt7t> zE%$cQLtl{ERool#ieO``XHpEIO~>ttvQzAm))CL6t&81uF-=>Gn_558^2cTBzb|!- zM5%IFKkM4GYIv3P@HGSXPk=>5sX z1=5=5vFmBVYN}h>wtMV8qaEWLyPgoM#rXnVpD2hKYZs5seLPBjtc@pm-RJjOzA+Y$ z`s1B8o72wSH% zO6)JC`z>51>^o9lhjh~I2hlt9hxhjOTUR|dc-8#jI$0(+o-Y=kSv$y|8Qrknvh@?) z_J(xXt;6(gD>IG|_1_I*1dRctZIAXg2`t&?%Bp<-jrhRvq}QUkqnHmVWuDwwr5&H(xU+mY+t42N#FESNV@x+jNZ09^ zYg=eeW3_ag*JF)%+% z=Ep8S_79R{2o68T>Koelf9yV_#l^AfN!z}ST~Cd}9cdhJ?0Vwy!`OAPF1A%R_8+^R zCZD14kVzM$3vIt*sz0Q&vFoC7m@DIeD=Z{)@;kcGG2e0KxOHVttigOOaT)XnQfv1q}G5gy8@5>AC z9``BjO<#Im7WnL&7cVZ>#X+7&m!JdbcZ-bJ=Pz4E?9=7P7s{4j?n{;}f9?9hjqeM` z;}m7fZ*Z(g7^mTJ55J$e{P}TC&|isXixat`au3Hm}AUi|sJ z!dmG-Pq}ed>PIi+3-VO?vCtqL(iY}yf;?=Ud+@x;j%hx6@|}ChwsL!C{f3ppbla|z zXSC*ip6dBG-u(oY@#6XOEY0P^_}rMaLv+vU%GyEpoaL?AeZ$fiUoOU>mgkLR8qS+B zBp0mtr*f-`?uq`5Z++OymAk+7&p!9lnD@rFzU9*!lh)74lP8nqa#`B5s+sJy=dGph z_oIYqWz4DGFNz^tn#Hbjw#g&z!zFc9_#SL_7yR@A*$WC+Wco?Bf{dYJSu`M~4@lMhTjF!{jb1CtL-KClyf0N2mO zd-0=jgTy{>>USu|2U!37%J&gwtUt38^gQt})%VEMho9+4AGw-26Ths}Ee)EUeKD#=B(QTH4yWD({`O^jLkIeafzLp8tYh=N#MD ze#f(Bq_c7>hZnRjgX$S8*Z($Me*XdTf!Fu6gy8qE@cU|XhwK66{O9hqdK$8awmV*e zy2zjP%=y&j*X}Rov`f9$?xEKD6XHbP?*UIs+;?Mr73CLj(x096w$QHQT7&p}nK+)n zI3|Tlh_CtIB`Ld&t2>w-<4W1`%jd1pE^Y#(dCpE@01Ys>1MW$M->nd#;*__*DCb@^|*+-#{-L7mT>aylnZObAFOPi^^gRo(Hrc#j47& fFYTE|SjV<&EDf=T_VrTT()L%i>9o9WpDz9%dAIC5 diff --git a/src/GAM/Items_Legendary.json b/src/GAM/Items_Legendary.json deleted file mode 100644 index 5cb84a7..0000000 --- a/src/GAM/Items_Legendary.json +++ /dev/null @@ -1,879370 +0,0 @@ -{ - "Header": { - "DeadBeef": -559038737, - "SnoType": 2458, - "Unknown1": 0, - "Unknown2": 0, - "Unknown3": 0, - "Unknown4": 0, - "SNOId": 170627, - "BalanceType": 2, - "I0": 1485009451, - "I1": 0 - }, - "Items": [ - { - "Hash": 1705740658, - "Name": "Unique_Dagger_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 14, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3200, - "CostAlt": 5, - "IdentifyCost": 42, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 11, - "CrafterRequiredLevel": 12, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1751678268, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 14, - 14, - 14, - 14, - 14, - 14 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1705740662, - "Name": "Unique_Dagger_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 221313, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1177564965, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1705740657, - "Name": "Unique_Dagger_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 192579, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 234326220, - 1978556068, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 44, - 44, - 56, - 56, - 56 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1705740661, - "Name": "Unique_Dagger_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 195655, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413120, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1705740688, - "Name": "Unique_Dagger_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 219329, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413119, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - -553879927, - 125900958, - -846894066, - 810509126, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 55, - 62 - ], - "I38": [ - 1, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203695, - "Name": "Unique_CeremonialDagger_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 193433, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 125900958, - 847944519, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203692, - "Name": "Unique_CeremonialDagger_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 192540, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635269580, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203694, - "Name": "Unique_CeremonialDagger_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 222978, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635268492, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1604369412, - 59953577, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203697, - "Name": "Unique_CeremonialDagger_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 196250, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267405, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 234326220, - -553879927, - -493913099, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203696, - "Name": "Unique_CeremonialDagger_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 209246, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267402, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 4029372, - 1350281776, - 949340468, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 48, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203690, - "Name": "Unique_CeremonialDagger_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 195370, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - 982068194, - -493913099, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 55, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096940, - "Name": "Unique_Sword_1H_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 115140, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 24, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5200, - "CostAlt": 5, - "IdentifyCost": 72, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 21, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - 1616088365, - -976182127, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 24, - 21, - 24, - 24, - 24, - 24 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096978, - "Name": "Unique_Sword_1H_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 270978, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937830, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1751678268, - 234326220, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 39, - 39, - 39, - 39 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096946, - "Name": "Unique_Sword_1H_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 189552, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 44, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9200, - "CostAlt": 5, - "IdentifyCost": 132, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 42, - "CrafterRequiredLevel": 43, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937828, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 158, - "SNOParam": 5, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1796946852, - -553879927, - -1461069734, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 44, - 44, - 44, - 44, - 44, - 44 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096977, - "Name": "Unique_Sword_1H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 194481, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937827, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - 125900958, - -553879927, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096943, - "Name": "Unique_Sword_1H_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 185397, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936740, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1461069734, - 1978556068, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096976, - "Name": "Unique_Sword_1H_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 182347, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - 143839492, - 1350281776, - 942999935, - 1620834581, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096938, - "Name": "Unique_Sword_1H_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 270977, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936738, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096973, - "Name": "Unique_Sword_1H_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 115141, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936738, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 143839492, - 1616088365, - 341569830, - 1620834581, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096945, - "Name": "Unique_Sword_1H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 192511, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936737, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -812845450, - 40042201, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961585, - "Name": "Unique_Sword_2H_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 59665, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1616088365, - 2044719016, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961552, - "Name": "Unique_Sword_2H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 198960, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231803523, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 338507747, - 1589045967, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 30, - 30, - 30 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961583, - "Name": "Unique_Sword_2H_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 181511, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 38, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8000, - "CostAlt": 5, - "IdentifyCost": 114, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 36, - "CrafterRequiredLevel": 37, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802438, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 234326220, - -1751678268, - 121749883, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 38, - 38, - 38, - 38, - 38, - 38 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961553, - "Name": "Unique_Sword_2H_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 270979, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 50, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10400, - "CostAlt": 5, - "IdentifyCost": 150, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 48, - "CrafterRequiredLevel": 49, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 338507747, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 50, - 50, - 50, - 50, - 50, - 50 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961580, - "Name": "Unique_Sword_2H_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 184184, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801349, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1791554648, - 59953577, - 341569863, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961579, - "Name": "Unique_Sword_2H_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 184190, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801348, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 139520518, - 1808801862, - 810509126, - -1461069734, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 53, - 59 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961554, - "Name": "Unique_Sword_2H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 184187, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801347, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 143839492, - -529329636, - 1620834581, - -1461069734, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961586, - "Name": "Unique_Sword_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 190360, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801347, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 1616088365, - 40042201, - 2044719016, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 61, - 60, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961584, - "Name": "Unique_Sword_2H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 181495, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -1751678268, - 2044719016, - 810509126, - 112679, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651582, - "Name": "Unique_Axe_1H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 116386, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1177564965, - 810509126, - -502510711, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651586, - "Name": "Unique_Axe_1H_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 181484, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661412395, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1796946852, - -1461069734, - -1648110199, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651583, - "Name": "Unique_Axe_1H_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 116387, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661413481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651580, - "Name": "Unique_Axe_1H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 116388, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 49, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10200, - "CostAlt": 5, - "IdentifyCost": 147, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 47, - "CrafterRequiredLevel": 48, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661413483, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - -1823379498, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 49, - 49, - 49, - 49, - 49, - 49 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651585, - "Name": "Unique_Axe_1H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 189973, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414570, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 359993717, - 1616088365, - -1256761000, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651584, - "Name": "Unique_Axe_1H_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 116389, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414568, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1751678268, - 2044719016, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 54, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 376786975, - "Name": "Unique_Axe_2H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 186560, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - 4029372, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 376786973, - "Name": "Unique_Axe_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 186494, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700548872, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - -1, - 1616088365, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 376787006, - "Name": "Unique_Axe_2H_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 191065, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549962, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - 982068194, - 40042201, - -1, - -1 - ], - "MaxAffixLevel": [ - 57, - 51, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 376787005, - "Name": "Unique_Axe_2H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 6329, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549963, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 376786981, - "Name": "Unique_Axe_2H_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 192887, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549963, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1751678268, - 112679, - 121749883, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076843, - "Name": "Unique_Mace_1H_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 188185, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 143839492, - 1791554648, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076844, - "Name": "Unique_Mace_1H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 188181, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025089, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - -553879927, - 1616088365, - 121749850, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076840, - "Name": "Unique_Mace_1H_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 188169, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025087, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 1616088365, - 341569830, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076838, - "Name": "Unique_Mace_1H_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 188189, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025085, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 125900958, - 1978556068, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076842, - "Name": "Unique_Mace_1H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 102665, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025083, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - -1256761000, - 341569830, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076837, - "Name": "Unique_Mace_1H_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 188158, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023997, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1616088365, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076836, - "Name": "Unique_Mace_1H_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 188177, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023996, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076811, - "Name": "Unique_Mace_1H_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 188173, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023995, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1751678268, - 1350281776, - 2044719016, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 55, - 62, - 55, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941449, - "Name": "Unique_Mace_2H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 99227, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941451, - "Name": "Unique_Mace_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 59633, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616890781, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -812845450, - 359993717, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941417, - "Name": "Unique_Mace_2H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 191584, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616889696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 80228221, - 1616088365, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941419, - "Name": "Unique_Mace_2H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 190840, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616889693, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 112679, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 38, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941446, - "Name": "Unique_Mace_2H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 190868, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888607, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941450, - "Name": "Unique_Mace_2H_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 190866, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888605, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 512004501, - 1978556068, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1136941443, - "Name": "Unique_Mace_2H_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 197717, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888603, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - 1791554648, - 810509126, - 186163290, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 49, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -819864713, - "Name": "Unique_Polearm_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 196570, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 121749883, - 2044719016, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -819864711, - "Name": "Unique_Polearm_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 191570, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337762431, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 143839492, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -819864712, - "Name": "Unique_Polearm_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 192569, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337761339, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -1604369412, - 1616088365, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -819864714, - "Name": "Unique_Polearm_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 195491, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337761336, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 80228221, - 1350281776, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 62, - 55, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1942131652, - "Name": "Unique_Spear_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 197095, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 18, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4000, - "CostAlt": 5, - "IdentifyCost": 54, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 15, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - 1791554648, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 18, - 18, - 18, - 18, - 18, - 18 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1942131649, - "Name": "Unique_Spear_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 191446, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101311666, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1942131650, - "Name": "Unique_Spear_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 196638, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101310579, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - 4029372, - -1604369412, - -1802869037, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1942131651, - "Name": "Unique_Spear_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 194241, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101310576, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -529329636, - -2133546597, - 40042201, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120242, - "Name": "Unique_Bow_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 175580, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091504071, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1978556068, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120244, - "Name": "Unique_Bow_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 220654, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 19, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091504069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 22, - 22, - 22, - 22, - 22, - 22 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120245, - "Name": "Unique_Bow_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 221938, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1604369412, - 2044719016, - 696647397, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120238, - "Name": "Unique_Bow_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 175581, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091502980, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - 1616088365, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120275, - "Name": "Unique_Bow_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 175582, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - -553879927, - -939099115, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120270, - "Name": "Unique_Bow_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 221893, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501891, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 391120246, - "Name": "Unique_Bow_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 192602, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501890, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1311456156, - 810509126, - 2128734586, - -1 - ], - "MaxAffixLevel": [ - 49, - 62, - 62, - 55, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474805, - "Name": "Unique_XBow_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 98163, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 4, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474810, - "Name": "Unique_XBow_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 222286, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181031815, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474777, - "Name": "Unique_XBow_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 194219, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181032902, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 810509126, - -812845450, - -98752578, - -1 - ], - "MaxAffixLevel": [ - 37, - 42, - 33, - 42, - 42, - 42 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474807, - "Name": "Unique_XBow_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 194957, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033989, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474776, - "Name": "Unique_XBow_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 204874, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033991, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 234326220, - 1438797838, - -926180037, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474809, - "Name": "Unique_XBow_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 192836, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033992, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -1461069734, - 810509126, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 48, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1239474808, - "Name": "Unique_XBow_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 221760, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033993, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -1751678268, - 234326220, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 49, - 62, - 62, - 49, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444729, - "Name": "Unique_HandXBow_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 196409, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 99, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 32, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363390580, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1350281776, - 810509126, - -923861827, - -1, - -1 - ], - "MaxAffixLevel": [ - 33, - 33, - 33, - 33, - 33, - 33 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444730, - "Name": "Unique_HandXBow_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 195078, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363390577, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 42, - 42, - 42, - 42, - 42 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444731, - "Name": "Unique_HandXBow_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 192467, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - 1951651227, - 112679, - -923861827, - -1 - ], - "MaxAffixLevel": [ - 57, - 39, - 57, - 39, - 57, - 57 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444732, - "Name": "Unique_HandXBow_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 192528, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389488, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 810509126, - -1461069734, - 341569830, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444701, - "Name": "Unique_HandXBow_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 225181, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389486, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 2128734586, - 810509126, - -1329434470, - -1 - ], - "MaxAffixLevel": [ - 61, - 57, - 61, - 57, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051435, - "Name": "Unique_Mighty_1H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 192105, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - -812845450, - -98752611, - -502510711, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051406, - "Name": "Unique_Mighty_1H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 193486, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 48, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10000, - "CostAlt": 5, - "IdentifyCost": 144, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 46, - "CrafterRequiredLevel": 47, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290067592, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 810509126, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 48, - 48, - 24, - 48, - 48, - 48 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051440, - "Name": "Unique_Mighty_1H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 192705, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 55, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11400, - "CostAlt": 5, - "IdentifyCost": 165, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 54, - "CrafterRequiredLevel": 54, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068679, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 55, - 55, - 55, - 55 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051436, - "Name": "Unique_Mighty_1H_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 193611, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068681, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1096375804, - 1350281776, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 62, - 62, - 61, - 62, - 62 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -88916013, - "Name": "Unique_Mighty_2H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 196308, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329201897, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -88916044, - "Name": "Unique_Mighty_2H_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 195690, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -812845450, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -88916047, - "Name": "Unique_Mighty_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193657, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 1350281776, - 143839492, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 50, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -88916042, - "Name": "Unique_Mighty_2H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 195138, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204074, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -394192022, - -1461069734, - -1096375804, - 359993717, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 55, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675357, - "Name": "Unique_Fist_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 175939, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 30, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 7, - "CrafterRequiredLevel": 8, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604969, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1350281776, - 143839492, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 10, - 10, - 10, - 10 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675362, - "Name": "Unique_Fist_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 196472, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 234326220, - -1976254587, - 21694593, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675358, - "Name": "Unique_Fist_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 145850, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604971, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - -553879927, - 1616088365, - -1625420711, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675329, - "Name": "Unique_Fist_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 130557, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 38, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8000, - "CostAlt": 5, - "IdentifyCost": 114, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 36, - "CrafterRequiredLevel": 37, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236606059, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1350281776, - 40042201, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 38, - 34, - 38, - 38, - 38, - 38 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675330, - "Name": "Unique_Fist_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 175938, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 49, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10200, - "CostAlt": 5, - "IdentifyCost": 147, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 47, - "CrafterRequiredLevel": 48, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236606060, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - 341569830, - 1616088365, - 696647397, - -1, - -1 - ], - "MaxAffixLevel": [ - 49, - 49, - 49, - 49, - 49, - 49 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675361, - "Name": "Unique_Fist_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 193459, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607146, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675360, - "Name": "Unique_Fist_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 145849, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607147, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 234326220, - 982068194, - -529329636, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675359, - "Name": "Unique_Fist_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 145851, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607149, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - 186163290, - 1791554648, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 54, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675356, - "Name": "Unique_Fist_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 175937, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607150, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1329434470, - -1588784387, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 58, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350550, - "Name": "Unique_CombatStaff_2H_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 195145, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1588784387, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350544, - "Name": "Unique_CombatStaff_2H_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 209214, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771748854, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350547, - "Name": "Unique_CombatStaff_2H_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 197072, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771749941, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 125900958, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 35, - 39, - 39, - 39 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350545, - "Name": "Unique_CombatStaff_2H_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 197068, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 45, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9400, - "CostAlt": 5, - "IdentifyCost": 135, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 43, - "CrafterRequiredLevel": 44, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771749942, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - 1616088365, - 783140317, - -1, - -1 - ], - "MaxAffixLevel": [ - 45, - 45, - 45, - 45, - 45, - 45 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350549, - "Name": "Unique_CombatStaff_2H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 192342, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1588784387, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350548, - "Name": "Unique_CombatStaff_2H_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 196880, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751032, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350543, - "Name": "Unique_CombatStaff_2H_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 197065, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751033, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 783140317, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 43, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246943, - "Name": "Unique_Staff_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 184228, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 32, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 143839492, - -1, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 34, - 34, - 34, - 34, - 34, - 34 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246949, - "Name": "Unique_Staff_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 59612, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115690266, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246950, - "Name": "Unique_Staff_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 59601, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 48, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10000, - "CostAlt": 5, - "IdentifyCost": 144, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 46, - "CrafterRequiredLevel": 47, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115690263, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - 1791554648, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 48, - 48, - 48, - 48, - 48, - 48 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246945, - "Name": "Unique_Staff_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193832, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689177, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - -923861827, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246948, - "Name": "Unique_Staff_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195407, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689175, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - 234326220, - 121749883, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246944, - "Name": "Unique_Staff_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 193066, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689174, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 125900958, - 341569863, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 48, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -72246942, - "Name": "Unique_Staff_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 192167, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1461069734, - -128393329, - -846894066, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 55, - 49, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888658, - "Name": "Unique_Wand_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 182074, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888661, - "Name": "Unique_Wand_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193355, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88666139, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 125900958, - -669278121, - -1, - 505853881, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888657, - "Name": "Unique_Wand_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 182071, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667228, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1256761000, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 54, - 48, - 54, - 54, - 54 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888688, - "Name": "Unique_Wand_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 181995, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667231, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 143839492, - 505853881, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888664, - "Name": "Unique_Wand_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 182081, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667232, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888691, - "Name": "Unique_Wand_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 181982, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667232, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1604369412, - 505853881, - -553879927, - 1791554648, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407133, - "Name": "Unique_Mojo_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 194995, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - 143839492, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407139, - "Name": "Unique_Mojo_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 192468, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136816472, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 949340468, - -553879927, - 1220289425, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407132, - "Name": "Unique_Mojo_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 194988, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136815386, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407134, - "Name": "Unique_Mojo_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 194991, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814297, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -23927138, - 493718975, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407138, - "Name": "Unique_Mojo_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 191278, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814294, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - -23927138, - -1802869037, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 43, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 92836493, - "Name": "Unique_Orb_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 184199, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 4, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 92836491, - "Name": "Unique_Orb_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905180565, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - -98752611, - -1542055954, - -846894066, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 92836492, - "Name": "Unique_Orb_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 195127, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905180566, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 92836489, - "Name": "Unique_Orb_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 192320, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 2111229381, - 296723815, - -529329636, - 4029372, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424963, - "Name": "Unique_Quiver_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424967, - "Name": "Unique_Quiver_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 197629, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539236303, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - -1, - 143839492, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424966, - "Name": "Unique_Quiver_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 197628, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 99, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 32, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237389, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 33, - 33, - 33, - 33, - 33, - 33 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424965, - "Name": "Unique_Quiver_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 197627, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237391, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -923861827, - -1604369412, - 1132489149, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424962, - "Name": "Unique_Quiver_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197624, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 512004501, - 112679, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424964, - "Name": "Unique_Quiver_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 197626, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539238481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253424968, - "Name": "Unique_Quiver_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 197630, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539238481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - -553879927, - 1132489149, - 143839492, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995552, - "Name": "Unique_Shield_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 152667, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815806862, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995525, - "Name": "Unique_Shield_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 152666, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815807947, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - -1802869037, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995522, - "Name": "Unique_Shield_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 61550, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - -843477631, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995526, - "Name": "Unique_Shield_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 195389, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815809035, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 810509126, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995520, - "Name": "Unique_Shield_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197478, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815809039, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - 982068194, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995527, - "Name": "Unique_Shield_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 192484, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815809040, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1802869037, - 2076777148, - -1299951557, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 55, - 55, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678188, - "Name": "Unique_Helm_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 220630, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 143839492, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678189, - "Name": "Unique_Helm_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 196024, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 3718951, - 59953577, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678194, - "Name": "Unique_Helm_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 197037, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455674, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 1589045967, - 1808801829, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678191, - "Name": "Unique_Helm_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 220549, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455675, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 3718951, - 412443728, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 53, - 47, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678190, - "Name": "Unique_Helm_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 198014, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456761, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - -926180037, - 810509126, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 47, - 59, - 59 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678193, - "Name": "Unique_Helm_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 223577, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456763, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 810509126, - -250946460, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 54, - 61, - 48, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678221, - "Name": "Unique_Helm_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 222889, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241690, - "Name": "Unique_Gloves_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 197206, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 810509126, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241655, - "Name": "Unique_Gloves_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197205, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533914300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - 512004501, - -1, - 942999935, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241654, - "Name": "Unique_Gloves_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197207, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533913215, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241656, - "Name": "Unique_Gloves_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 205642, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533913214, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 143839492, - 3718951, - 810509126, - 1220289425, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 39, - 39, - 39, - 39 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241660, - "Name": "Unique_Gloves_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 205640, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912126, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -553879927, - -1367325933, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241687, - "Name": "Unique_Gloves_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 205635, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -1, - 512004501, - -250946460, - -1823379498, - 59953577 - ], - "MaxAffixLevel": [ - 54, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 1 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642707, - "Name": "Unique_Boots_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 205620, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 6, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1600, - "CostAlt": 5, - "IdentifyCost": 18, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 3, - "CrafterRequiredLevel": 4, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 143839492, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 6, - 6, - 6, - 6, - 6, - 6 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642731, - "Name": "Unique_Boots_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 205622, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880154, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 139520518, - -128393329, - -1409407349, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 21, - 21, - 21, - 21 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642739, - "Name": "Unique_Boots_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197224, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140881242, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -250946460, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642735, - "Name": "Unique_Boots_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 205621, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882329, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642732, - "Name": "Unique_Boots_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 222464, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882333, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2043699330, - 1589045967, - 59953577, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 54, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642733, - "Name": "Unique_Boots_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 205624, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -1648110199, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607762, - "Name": "Unique_Belt_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 193665, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 8, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2000, - "CostAlt": 5, - "IdentifyCost": 24, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 5, - "CrafterRequiredLevel": 6, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 512004501, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 8, - 8, - 8, - 8, - 8, - 8 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607755, - "Name": "Unique_Belt_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 193670, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831366, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607760, - "Name": "Unique_Belt_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 193667, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831364, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607731, - "Name": "Unique_Belt_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 193671, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 99, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 32, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -128393329, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 33, - 26, - 33, - 23, - 33, - 33 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607763, - "Name": "Unique_Belt_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193664, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830278, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -250946460, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607756, - "Name": "Unique_Belt_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 193669, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830276, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607761, - "Name": "Unique_Belt_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 193666, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607759, - "Name": "Unique_Belt_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 193668, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 143839492, - -1648110199, - 942999935, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 61, - 54, - 61, - 61, - 48, - 61 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186488, - "Name": "Unique_Bracer_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 193686, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 3718951, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186490, - "Name": "Unique_Bracer_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193688, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875944874, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1, - 59953577, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186487, - "Name": "Unique_Bracer_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 193685, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875943789, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 359993717, - 139520518, - -1604369412, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 17, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186489, - "Name": "Unique_Bracer_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 193687, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875943785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 139520518, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 26, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186486, - "Name": "Unique_Bracer_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 193684, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942699, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - 4029372, - -1751678268, - -128393329, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186485, - "Name": "Unique_Bracer_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193683, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186491, - "Name": "Unique_Bracer_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 193692, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 3718951, - 679540618, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 43, - 62, - 43, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414945, - "Name": "Unique_Chest_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 197203, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 18, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4000, - "CostAlt": 5, - "IdentifyCost": 54, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 15, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 143839492, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 18, - 18, - 18, - 18, - 18, - 18 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414939, - "Name": "Unique_Chest_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 205607, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 512004501, - -529329636, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 27, - 30, - 30 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414947, - "Name": "Unique_Chest_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 197204, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 38, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8000, - "CostAlt": 5, - "IdentifyCost": 114, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 36, - "CrafterRequiredLevel": 37, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258794, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 38, - 38, - 38, - 38, - 38, - 38 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414974, - "Name": "Unique_Chest_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 222455, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 55, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11400, - "CostAlt": 5, - "IdentifyCost": 165, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 54, - "CrafterRequiredLevel": 54, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259882, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - -1648110199, - 1589045967, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 55, - 55, - 55, - 55 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414979, - "Name": "Unique_Chest_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 205616, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259883, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1802869037, - -529329636, - 3718951, - 4029372, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 41, - 59 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414938, - "Name": "Unique_Chest_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 205609, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259885, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414978, - "Name": "Unique_Chest_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 205608, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -529329636, - -2133546597, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 62, - 49, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712274, - "Name": "Unique_Pants_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 197220, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 3718951, - 1220289425, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712269, - "Name": "Unique_Pants_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 209059, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731047, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 143839492, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712268, - "Name": "Unique_Pants_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 209057, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731045, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 3718951, - -926180037, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712272, - "Name": "Unique_Pants_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 222476, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729957, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712273, - "Name": "Unique_Pants_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 197216, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729955, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1751678268, - 4029372, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 62, - 55, - 55, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655668, - "Name": "Unique_Shoulder_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 198573, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -128393329, - 338507747, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655667, - "Name": "Unique_Shoulder_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 200310, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491342, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 3718951, - 982068194, - -1604369412, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655662, - "Name": "Unique_Shoulder_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 223619, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492430, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655666, - "Name": "Unique_Shoulder_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 201325, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492432, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 982068194, - 143839492, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736658, - "Name": "Unique_SpiritStone_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 222171, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -1, - 143839492, - 1220289425, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736659, - "Name": "Unique_SpiritStone_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 222169, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242895466, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 4029372, - -1625420711, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 21, - 21, - 21, - 21 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736661, - "Name": "Unique_SpiritStone_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 222172, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894379, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -208849191, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736660, - "Name": "Unique_SpiritStone_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 222173, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894377, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1, - -1588784387, - -923861827, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736662, - "Name": "Unique_SpiritStone_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 222306, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894376, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 1589045967, - -208849191, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736657, - "Name": "Unique_SpiritStone_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 222170, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893290, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 186163290, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736656, - "Name": "Unique_SpiritStone_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 222305, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893288, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 143839492, - -1625420711, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 48, - 61, - 54, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736655, - "Name": "Unique_SpiritStone_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 221572, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -208849191, - -529329636, - -1588784387, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 43, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -29410707, - "Name": "Unique_VoodooMask_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 221167, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1, - 982068194, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -29410708, - "Name": "Unique_VoodooMask_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 204136, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620034069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -29410712, - "Name": "Unique_VoodooMask_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 221382, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620035155, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -926180037, - 1220289425, - 1223187383, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -29410711, - "Name": "Unique_VoodooMask_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 221166, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036244, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1604369412, - 4029372, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 58, - 40, - 58, - 58, - 58 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -29410705, - "Name": "Unique_VoodooMask_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 221168, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 585244974, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 49, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 434436246, - "Name": "Unique_WizardHat_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 218681, - "ItemTypesGBID": -1499089042, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 143839492, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 434436244, - "Name": "Unique_WizardHat_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 224908, - "ItemTypesGBID": -1499089042, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755623809, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 287834549, - -250946460, - 296723815, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 434436247, - "Name": "Unique_WizardHat_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 220694, - "ItemTypesGBID": -1499089042, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755623811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 40042201, - 512004501, - 186163290, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2084299824, - "Name": "Unique_Cloak_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 223149, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40855421, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2084299828, - "Name": "Unique_Cloak_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 223150, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 810509126, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2084299825, - "Name": "Unique_Cloak_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 223151, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40857599, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -529329636, - 963606610, - 139520518, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 49, - 62, - 49, - 62 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595609, - "Name": "Unique_BarbBelt_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 212232, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 3718951, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 21, - 21, - 21, - 21 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595607, - "Name": "Unique_BarbBelt_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193676, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112155409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1096375804, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595606, - "Name": "Unique_BarbBelt_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 193674, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156495, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 699281021, - 3718951, - -553879927, - 2076777148, - -1738242886, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595611, - "Name": "Unique_BarbBelt_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 193673, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156497, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1802869037, - 810509126, - -1823379498, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595612, - "Name": "Unique_BarbBelt_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193672, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156498, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 3718951, - -843477631, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595610, - "Name": "Unique_BarbBelt_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 212230, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157584, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1565068128, - 3718951, - -553879927, - 143839492, - 1434483431, - -1 - ], - "MaxAffixLevel": [ - 39, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595605, - "Name": "Unique_BarbBelt_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 193675, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - 1589045967, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 61, - 48, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595608, - "Name": "Unique_BarbBelt_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 212234, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157587, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1434483431, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774098, - "Name": "Unique_Amulet_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 197823, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 13, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228618, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 143839492, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 15, - 15, - 15 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774064, - "Name": "Unique_Amulet_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 197813, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774094, - "Name": "Unique_Amulet_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 197819, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 27, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 5, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5800, - "CostAlt": 5, - "IdentifyCost": 81, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 24, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228621, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 27, - 27, - 27, - 27, - 27, - 27 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774070, - "Name": "Unique_Amulet_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 197818, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 99, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 32, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 1223187383, - 1220289425, - -250946460, - -1 - ], - "MaxAffixLevel": [ - 33, - 33, - 33, - 33, - 33, - 33 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774096, - "Name": "Unique_Amulet_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 197821, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228623, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -1648110199, - -1796946852, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 39, - 39, - 39, - 39, - 39 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774095, - "Name": "Unique_Amulet_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 197820, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228624, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 1438797838, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 37, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774097, - "Name": "Unique_Amulet_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 197822, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228625, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -553879927, - -1711754382, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774062, - "Name": "Unique_Amulet_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193659, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228649, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 143839492, - 139520518, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774063, - "Name": "Unique_Amulet_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197812, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 412443728, - -553879927, - 512004501, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774066, - "Name": "Unique_Amulet_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 197815, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 1616088365, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 48, - 61, - 36, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774067, - "Name": "Unique_Amulet_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 197817, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 143839492, - 679540618, - -2133546597, - -1604369412, - -1 - ], - "MaxAffixLevel": [ - 48, - 48, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774099, - "Name": "Unique_Amulet_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 197824, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 40042201, - -843477631, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 55, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774065, - "Name": "Unique_Amulet_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 197814, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1, - -128393329, - 982068194, - 942999935, - -1 - ], - "MaxAffixLevel": [ - 49, - 62, - 49, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561762, - "Name": "Unique_Ring_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 212586, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1589045967, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561801, - "Name": "Unique_Ring_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197835, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967284, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561736, - "Name": "Unique_Ring_021", - "GBID": 0, - "PAD": 0, - "SNOActor": 212546, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 60, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 17, - "CrafterRequiredLevel": 18, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967285, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 20, - 20, - 20, - 20, - 20, - 20 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561798, - "Name": "Unique_Ring_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 197839, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 24, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5200, - "CostAlt": 5, - "IdentifyCost": 72, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 21, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 24, - 24, - 24, - 24, - 24, - 24 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561794, - "Name": "Unique_Ring_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 212602, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967312, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 143839492, - 810509126, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 16, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561797, - "Name": "Unique_Ring_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 212589, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967316, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1589045967, - -1894589241, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561799, - "Name": "Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 197837, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967317, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 40042201, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 42, - 42, - 42, - 42, - 42 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561770, - "Name": "Unique_Ring_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 212581, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 46, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9600, - "CostAlt": 5, - "IdentifyCost": 138, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 44, - "CrafterRequiredLevel": 45, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967318, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - 512004501, - -128393329, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 46, - 46, - 46, - 23, - 46, - 46 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561795, - "Name": "Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 212590, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967319, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - 3718951, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561734, - "Name": "Unique_Ring_023", - "GBID": 0, - "PAD": 0, - "SNOActor": 212588, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 55, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11400, - "CostAlt": 5, - "IdentifyCost": 165, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 54, - "CrafterRequiredLevel": 54, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967320, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 40042201, - 285196129, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 55, - 55, - 55, - 55 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561796, - "Name": "Unique_Ring_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 212601, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967321, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1802869037, - 143839492, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 41, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561737, - "Name": "Unique_Ring_020", - "GBID": 0, - "PAD": 0, - "SNOActor": 212603, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 512004501, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561802, - "Name": "Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197834, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - -843477631, - 512004501, - 112679, - -1 - ], - "MaxAffixLevel": [ - 36, - 61, - 42, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561800, - "Name": "Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 197836, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - 1620834581, - 810509126, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 42, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561735, - "Name": "Unique_Ring_022", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -1751678268, - -1823379498, - 512004501, - 1616088365, - -1 - ], - "MaxAffixLevel": [ - 42, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561763, - "Name": "Unique_Ring_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 212648, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 143839492, - 4029372, - 3718951, - -1 - ], - "MaxAffixLevel": [ - 49, - 49, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561761, - "Name": "Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 212582, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 942999935, - -1, - 4029372, - -128393329, - -1542055954, - -2133546597 - ], - "MaxAffixLevel": [ - 62, - 62, - 55, - 55, - 62, - 55 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 1 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051408, - "Name": "Unique_Mighty_1H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 208771, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068680, - "SNOSet": 269541902, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1256761000, - -1311456189, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051407, - "Name": "Unique_Mighty_1H_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 208775, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068680, - "SNOSet": 269541902, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -553879927, - 1350281776, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444735, - "Name": "Unique_HandXBow_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 211745, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389486, - "SNOSet": 269541903, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1951651227, - 1616088365, - 1978556068, - 1620834581, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444734, - "Name": "Unique_HandXBow_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 211749, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389486, - "SNOSet": 269541903, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - 1616088365, - -553879927, - -1014170317, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888690, - "Name": "Unique_Wand_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 210479, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667232, - "SNOSet": 269541904, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -669278121, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 92836522, - "Name": "Unique_Orb_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 212277, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181655, - "SNOSet": 269541904, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 2111229381, - -846894066, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675332, - "Name": "Unique_Fist_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 208898, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607149, - "SNOSet": 269541905, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 139520518, - 1791554648, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675331, - "Name": "Unique_Fist_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 208996, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607149, - "SNOSet": 269541905, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1625420711, - 1791554648, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203689, - "Name": "Unique_CeremonialDagger_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 223365, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267402, - "SNOSet": 269541906, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - 1978556068, - 234326220, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407163, - "Name": "Unique_Mojo_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 210993, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814295, - "SNOSet": 269541906, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - 121749850, - -23927138, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678196, - "Name": "Unique_Helm_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 210851, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456763, - "SNOSet": 269541907, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1894589241, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444733, - "Name": "Unique_HandXBow_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 210874, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389486, - "SNOSet": 269541907, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -812845450, - -1823379498, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2084299829, - "Name": "Unique_Cloak_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 208934, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40857598, - "SNOSet": 269541907, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -923861827, - 963606610, - 59953577, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561769, - "Name": "Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 212545, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": 269541907, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642706, - "Name": "Unique_Boots_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 197223, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882333, - "SNOSet": 269541907, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - 139520518, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678195, - "Name": "Unique_Helm_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 210265, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456763, - "SNOSet": 269541908, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - 3718951, - 4029372, - -128393329, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -88916015, - "Name": "Unique_Mighty_2H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 210678, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204073, - "SNOSet": 269541908, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1620834581, - 1616088365, - 285196129, - -394192022, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414944, - "Name": "Unique_Chest_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 205613, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": 269541908, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - 982068194, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -262595604, - "Name": "Unique_BarbBelt_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 212235, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157587, - "SNOSet": 269541908, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -529329636, - -1, - 1434483431, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241661, - "Name": "Unique_Gloves_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 205631, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912121, - "SNOSet": 269541908, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 338507747, - -1367325933, - 982068194, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642705, - "Name": "Unique_Boots_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 205625, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": 269541908, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 143839492, - -250946460, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 92836523, - "Name": "Unique_Orb_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 212780, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": 269541909, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - -553879927, - 2111229381, - 143839492, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678220, - "Name": "Unique_Helm_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 211531, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456763, - "SNOSet": 269541909, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - 143839492, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414943, - "Name": "Unique_Chest_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 211626, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259885, - "SNOSet": 269541909, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 4029372, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607758, - "Name": "Unique_Belt_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 212657, - "ItemTypesGBID": 3635495, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157586, - "SNOSet": 269541909, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774068, - "Name": "Unique_Amulet_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 222486, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": 269541909, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1362485177, - 143839492, - -1542055954, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -199736654, - "Name": "Unique_SpiritStone_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 222307, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893288, - "SNOSet": 269541910, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - 3718951, - -208849191, - -923861827, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2046350551, - "Name": "Unique_CombatStaff_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 212208, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751032, - "SNOSet": 269541910, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 783140317, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414942, - "Name": "Unique_Chest_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 205614, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": 269541910, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - 59953577, - 4029372, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607757, - "Name": "Unique_Belt_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 222487, - "ItemTypesGBID": 3635495, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": 269541910, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1711754382, - 3718951, - -250946460, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712275, - "Name": "Unique_Pants_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 205646, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729957, - "SNOSet": 269541910, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 143839492, - 810509126, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -29410706, - "Name": "Unique_VoodooMask_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 221202, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036246, - "SNOSet": 269541934, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1894589241, - 585244974, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414941, - "Name": "Unique_Chest_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 205615, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": 269541934, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - -553879927, - -529329636, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 185407164, - "Name": "Unique_Mojo_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 216525, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814295, - "SNOSet": 269541934, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - -553879927, - -2133546597, - -23927138, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561768, - "Name": "Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 212579, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": 269541934, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642704, - "Name": "Unique_Boots_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 205627, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": 269541934, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 139520518, - 1438797838, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774100, - "Name": "Unique_Amulet_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 224189, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": 269541937, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 512004501, - 810509126, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642698, - "Name": "Unique_Boots_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 222463, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": 269541937, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 3718951, - 139520518, - -1299951557, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 839899207, - "Name": "Unique_ChestArmor_028", - "GBID": 0, - "PAD": 0, - "SNOActor": 222456, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": 269541937, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - -843477631, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607726, - "Name": "Unique_Belt_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 224191, - "ItemTypesGBID": 3635495, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": 269541937, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1751678268, - -128393329, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712303, - "Name": "Unique_Pants_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 222477, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729957, - "SNOSet": 269541937, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 40042201, - 4029372, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1006774069, - "Name": "Unique_Amulet_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 222490, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": 269541935, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1589045967, - 59953577, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561767, - "Name": "Unique_Ring_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 212587, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": 269541935, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 139520518, - 982068194, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561766, - "Name": "Unique_Ring_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 212650, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": 269541936, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -1751678268, - 112679, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -482561765, - "Name": "Unique_Ring_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 212651, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": 269541936, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1299951557, - 143839492, - -529329636, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414909, - "Name": "Unique_Chest_025", - "GBID": 0, - "PAD": 0, - "SNOActor": 197199, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257708, - "SNOSet": 1939707167, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655663, - "Name": "Unique_Shoulder_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 222948, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365490252, - "SNOSet": 1939707167, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096939, - "Name": "Unique_Sword_1H_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 223408, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938914, - "SNOSet": 1939707167, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678222, - "Name": "Unique_Helm_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 222559, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454586, - "SNOSet": 1939707168, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712300, - "Name": "Unique_Pants_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 197218, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512732134, - "SNOSet": 1939707168, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241691, - "Name": "Unique_Gloves_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 197210, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533914300, - "SNOSet": 1939707168, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642702, - "Name": "Unique_Boots_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 197225, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880155, - "SNOSet": 1939707168, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642700, - "Name": "Unique_Boots_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 197221, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880156, - "SNOSet": 1679852757, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607729, - "Name": "Unique_Belt_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 222974, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830280, - "SNOSet": 1679852757, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712302, - "Name": "Unique_Pants_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 197214, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731049, - "SNOSet": 1679852757, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655661, - "Name": "Unique_Shoulder_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 224051, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491340, - "SNOSet": 1679852758, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186493, - "Name": "Unique_Bracer_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 222972, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875943787, - "SNOSet": 1679852758, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414908, - "Name": "Unique_Chest_026", - "GBID": 0, - "PAD": 0, - "SNOActor": 197193, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258795, - "SNOSet": 1679852758, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678224, - "Name": "Unique_Helm_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 223972, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455673, - "SNOSet": 1679852758, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655629, - "Name": "Unique_Shoulder_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 225132, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491342, - "SNOSet": -608215717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241662, - "Name": "Unique_Gloves_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 205636, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533913211, - "SNOSet": -608215717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712276, - "Name": "Unique_Pants_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 209054, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731045, - "SNOSet": -608215717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642703, - "Name": "Unique_Boots_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 205618, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140881244, - "SNOSet": -608215717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186517, - "Name": "Unique_Bracer_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 222981, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942700, - "SNOSet": -608215716, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607728, - "Name": "Unique_Belt_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 222976, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829191, - "SNOSet": -608215716, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678225, - "Name": "Unique_Helm_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 221518, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456760, - "SNOSet": -608215716, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -200414907, - "Name": "Unique_Chest_027", - "GBID": 0, - "PAD": 0, - "SNOActor": 205612, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259885, - "SNOSet": -1870612249, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -411607727, - "Name": "Unique_Belt_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 222740, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829188, - "SNOSet": -1870612249, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 530712304, - "Name": "Unique_Pants_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 205644, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729957, - "SNOSet": -1870612249, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -729655660, - "Name": "Unique_Shoulder_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 224397, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492430, - "SNOSet": -1870612249, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1550186518, - "Name": "Unique_Bracer_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 222741, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942697, - "SNOSet": -1870612249, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475241693, - "Name": "Unique_Gloves_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 205632, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912123, - "SNOSet": -1870612248, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -110642699, - "Name": "Unique_Boots_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 205626, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882332, - "SNOSet": -1870612248, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1887678226, - "Name": "Unique_Helm_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 221624, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456763, - "SNOSet": -1870612248, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 529995553, - "Name": "Unique_Shield_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 223758, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815809039, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128051403, - "Name": "Unique_Mighty_1H_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 223627, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068680, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 410888696, - "Name": "Unique_Wand_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 224184, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667232, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574203664, - "Name": "Unique_CeremonialDagger_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 223396, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267402, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115444697, - "Name": "Unique_HandXBow_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 223763, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389486, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -591675327, - "Name": "Unique_Fist_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 223526, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607149, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 337651615, - "Name": "Unique_Axe_1H_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 223461, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414572, - "SNOSet": -1870612247, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1705740663, - "Name": "Unique_Dagger_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 189899, - "ItemTypesGBID": -262576534, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1589045967, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 625567132, - "Name": "Unique_Offhand_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 200476, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096979, - "Name": "Unique_Sword_1H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 5516, - "ItemTypesGBID": 140782159, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 3, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 9, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 231, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 222, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 1208, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 197, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 3, - 3, - 3, - 3, - 3, - 3 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096947, - "Name": "Unique_Sword_1H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 110952, - "ItemTypesGBID": 140782159, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938919, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398096913, - "Name": "Unique_Sword_1H_021", - "GBID": 0, - "PAD": 0, - "SNOActor": 200558, - "ItemTypesGBID": 140782159, - "Flags": 16917041, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937832, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - 40042201, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -358961550, - "Name": "Unique_Sword_2H_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 59668, - "ItemTypesGBID": -1307049751, - "Flags": 16917042, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1311456156, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1176076812, - "Name": "Unique_Mace_1H_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 187952, - "ItemTypesGBID": 4026134, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 5, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 22, - 11, - 22, - 22, - 22 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -91496122, - "Name": "Unique_Dagger_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 14, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3200, - "CostAlt": 5, - "IdentifyCost": 42, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 11, - "CrafterRequiredLevel": 12, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1751678268, - -1256761000, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 14, - 14, - 14, - 14, - 14, - 14 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -86752438, - "Name": "Unique_Dagger_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221313, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245836, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1177564965, - 1616088365, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -92682043, - "Name": "Unique_Dagger_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192579, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 234326220, - 1978556068, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -87938359, - "Name": "Unique_Dagger_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195655, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413120, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -55918492, - "Name": "Unique_Dagger_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 219329, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413118, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245837, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 125900958, - -529329636, - 2044719016, - 810509126, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -667058651, - "Name": "Unique_CeremonialDagger_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193433, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 125900958, - 2044719016, - 493718975, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -663500888, - "Name": "Unique_CeremonialDagger_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192540, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635269580, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -665872730, - "Name": "Unique_CeremonialDagger_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222978, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635268492, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1604369412, - 59953577, - 1616088365, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -669430493, - "Name": "Unique_CeremonialDagger_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196250, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267405, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 234326220, - -553879927, - 810509126, - -493913099, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -668244572, - "Name": "Unique_CeremonialDagger_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 209246, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267402, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 4029372, - 1350281776, - 949340468, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -661129046, - "Name": "Unique_CeremonialDagger_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195370, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267400, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1200, - "SNOParam": 67600, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247896, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - 982068194, - -493913099, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -122601816, - "Name": "Unique_Sword_1H_017_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 115140, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 24, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5200, - "CostAlt": 5, - "IdentifyCost": 72, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 21, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - 1616088365, - -976182127, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 24, - 24, - 24, - 24, - 24, - 24 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -167666814, - "Name": "Unique_Sword_1H_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 270978, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937830, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1751678268, - 234326220, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 39, - 39, - 39, - 39 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -166480893, - "Name": "Unique_Sword_1H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194481, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937827, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - 125900958, - -553879927, - 1978556068, - 810509126, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -126159579, - "Name": "Unique_Sword_1H_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 185397, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1461069734, - -1751678268, - 2044719016, - 2076777148, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -165294972, - "Name": "Unique_Sword_1H_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 182347, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247662, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1751678268, - 1350281776, - 2044719016, - 1620834581, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -120229974, - "Name": "Unique_Sword_1H_019_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 270977, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936738, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -161737209, - "Name": "Unique_Sword_1H_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 115141, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936737, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249967, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 143839492, - 1616088365, - -1, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -129717342, - "Name": "Unique_Sword_1H_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 189552, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 40042201, - -1461069734, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128531421, - "Name": "Unique_Sword_1H_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192511, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 195, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249592, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -812845450, - 40042201, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -99865437, - "Name": "Unique_Sword_2H_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 59665, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1616088365, - 2044719016, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -60730044, - "Name": "Unique_Sword_2H_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 198960, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231803523, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 338507747, - 1589045967, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 30, - 30, - 30 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -97493595, - "Name": "Unique_Sword_2H_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 181511, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 38, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8000, - "CostAlt": 5, - "IdentifyCost": 114, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 36, - "CrafterRequiredLevel": 37, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802438, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 234326220, - -1751678268, - 121749883, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 38, - 38, - 38, - 38, - 38, - 38 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -61915965, - "Name": "Unique_Sword_2H_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 270979, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 50, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10400, - "CostAlt": 5, - "IdentifyCost": 150, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 48, - "CrafterRequiredLevel": 49, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 338507747, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 50, - 50, - 50, - 50, - 50, - 50 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -93935832, - "Name": "Unique_Sword_2H_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 184184, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801349, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1791554648, - -128393329, - 942999935, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 56, - 56, - 56 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -92749911, - "Name": "Unique_Sword_2H_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 184190, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801347, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1142, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 139520518, - 2044719016, - 810509126, - 1350281776, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -98679516, - "Name": "Unique_Sword_2H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 181495, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 1616088365, - 2044719016, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -63101886, - "Name": "Unique_Sword_2H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 184187, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249138, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - -1751678268, - 1620834581, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -101051358, - "Name": "Unique_Sword_2H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 190360, - "ItemTypesGBID": -1307049751, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - 40042201, - 2044719016, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -285694638, - "Name": "Unique_Axe_1H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 116386, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1177564965, - 810509126, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -284508717, - "Name": "Unique_Axe_1H_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 116387, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661413481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -288066480, - "Name": "Unique_Axe_1H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 116388, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 49, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10200, - "CostAlt": 5, - "IdentifyCost": 147, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 47, - "CrafterRequiredLevel": 48, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661413483, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - -1823379498, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 49, - 49, - 49, - 49, - 49, - 49 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -282136875, - "Name": "Unique_Axe_1H_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 189973, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414571, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248484, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1256761000, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -280950954, - "Name": "Unique_Axe_1H_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 181484, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414573, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246113, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1796946852, - -1461069734, - -1648110199, - 512004501, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -283322796, - "Name": "Unique_Axe_1H_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 116389, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414574, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246101, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1751678268, - 2044719016, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -217893261, - "Name": "Unique_Axe_2H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 186560, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - 4029372, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -220265103, - "Name": "Unique_Axe_2H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 186494, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700548872, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246118, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - 2044719016, - 1616088365, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -181129710, - "Name": "Unique_Axe_2H_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 191065, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549962, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 237, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 229, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - -1, - 40042201, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -182315631, - "Name": "Unique_Axe_2H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 6329, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549963, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -210777735, - "Name": "Unique_Axe_2H_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192887, - "ItemTypesGBID": 119458520, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549965, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1751678268, - -1256761000, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 572542761, - "Name": "Unique_Mace_1H_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188185, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246918, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 143839492, - 1791554648, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 576100524, - "Name": "Unique_Mace_1H_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188169, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025087, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 1616088365, - 341569830, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 578472366, - "Name": "Unique_Mace_1H_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188189, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025085, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 125900958, - 1978556068, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 573728682, - "Name": "Unique_Mace_1H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 102665, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025083, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - -1256761000, - 341569830, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 579658287, - "Name": "Unique_Mace_1H_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188158, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023997, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 1589045967, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 580844208, - "Name": "Unique_Mace_1H_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188177, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023996, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 571356840, - "Name": "Unique_Mace_1H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188181, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023995, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - -1751678268, - 1616088365, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 610492233, - "Name": "Unique_Mace_1H_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 188173, - "ItemTypesGBID": 4026134, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1751678268, - 1350281776, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 641530059, - "Name": "Unique_Mace_2H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 59633, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249958, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 2044719016, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 639158217, - "Name": "Unique_Mace_2H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 99227, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616890781, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -812845450, - -1751678268, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 679479531, - "Name": "Unique_Mace_2H_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 191584, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616889696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 80228221, - 1616088365, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 677107689, - "Name": "Unique_Mace_2H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 190840, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616889693, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 112679, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 645087822, - "Name": "Unique_Mace_2H_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 190868, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888607, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 640344138, - "Name": "Unique_Mace_2H_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 190866, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888603, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 512004501, - 2044719016, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 648645585, - "Name": "Unique_Mace_2H_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197717, - "ItemTypesGBID": 89494384, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888602, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247913, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1362485177, - 1791554648, - 810509126, - 186163290, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80368181, - "Name": "Unique_Polearm_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196570, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 121749883, - 2044719016, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -77996339, - "Name": "Unique_Polearm_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 191570, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337762431, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 143839492, - -812845450, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79182260, - "Name": "Unique_Polearm_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192569, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337761338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1604369412, - 1616088365, - 59953577, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -81554102, - "Name": "Unique_Polearm_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195491, - "ItemTypesGBID": -1203595600, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337761335, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247641, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 80228221, - 1350281776, - 1978556068, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -152845160, - "Name": "Unique_Spear_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197095, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 18, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4000, - "CostAlt": 5, - "IdentifyCost": 54, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 15, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - 1791554648, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 18, - 18, - 18, - 18, - 18, - 18 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -156402923, - "Name": "Unique_Spear_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 191446, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101311666, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1616088365, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -155217002, - "Name": "Unique_Spear_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196638, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101310576, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 377452, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 377453, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -553879927, - 139520518, - -1802869037, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -154031081, - "Name": "Unique_Spear_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194241, - "ItemTypesGBID": 140519163, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101310575, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -529329636, - -2133546597, - 40042201, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1576116922, - "Name": "Unique_Bow_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 175580, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091504071, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1978556068, - 1791554648, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1573745080, - "Name": "Unique_Bow_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 220654, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 19, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091504069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 22, - 22, - 22, - 22, - 22, - 22 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1572559159, - "Name": "Unique_Bow_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221938, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246605, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1604369412, - 2044719016, - 696647397, - -1461069734, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1580860606, - "Name": "Unique_Bow_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 175581, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091502980, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - 1616088365, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1536981529, - "Name": "Unique_Bow_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 175582, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248817, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - 125900958, - 40042201, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1542911134, - "Name": "Unique_Bow_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221893, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501891, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1571373238, - "Name": "Unique_Bow_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192602, - "ItemTypesGBID": 110504, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501889, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 1978556068, - 810509126, - 2128734586, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999433761, - "Name": "Unique_XBow_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 98163, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 810509126, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1005363366, - "Name": "Unique_XBow_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222286, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181031815, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247429, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1751678268, - 942999935, - 3718951, - -1461069734, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -966227973, - "Name": "Unique_XBow_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194219, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181032902, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248480, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 810509126, - -812845450, - 3718951, - -1 - ], - "MaxAffixLevel": [ - 42, - 42, - 42, - 42, - 42, - 42 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1001805603, - "Name": "Unique_XBow_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194957, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033989, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -965042052, - "Name": "Unique_XBow_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 204874, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033991, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 234326220, - 1438797838, - -926180037, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1004177445, - "Name": "Unique_XBow_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192836, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033992, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247577, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1461069734, - 810509126, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1002991524, - "Name": "Unique_XBow_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221760, - "ItemTypesGBID": -1338851342, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -1751678268, - 234326220, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -873845798, - "Name": "Unique_HandXBow_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195078, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363390577, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 42, - 42, - 42, - 42, - 42 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -875031719, - "Name": "Unique_HandXBow_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192467, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - 1951651227, - 112679, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -876217640, - "Name": "Unique_HandXBow_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192528, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 810509126, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -872659877, - "Name": "Unique_HandXBow_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196409, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389485, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1350281776, - 810509126, - -553879927, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -839454089, - "Name": "Unique_HandXBow_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 225181, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246678, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 2128734586, - 810509126, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1723692951, - "Name": "Unique_Mighty_1H_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192105, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246836, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - -812845450, - -98752611, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1689301242, - "Name": "Unique_Mighty_1H_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193486, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 48, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10000, - "CostAlt": 5, - "IdentifyCost": 144, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 46, - "CrafterRequiredLevel": 47, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290067592, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 810509126, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 48, - 48, - 48, - 48, - 48, - 48 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1729622556, - "Name": "Unique_Mighty_1H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192705, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 55, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11400, - "CostAlt": 5, - "IdentifyCost": 165, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 54, - "CrafterRequiredLevel": 54, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068679, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 55, - 55, - 55, - 55 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1724878872, - "Name": "Unique_Mighty_1H_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193611, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1096375804, - 1350281776, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1621499865, - "Name": "Unique_Mighty_2H_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196308, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329201897, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1658263416, - "Name": "Unique_Mighty_2H_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195690, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -812845450, - 699281021, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1661821179, - "Name": "Unique_Mighty_2H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193657, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204073, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 1350281776, - -553879927, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1655891574, - "Name": "Unique_Mighty_2H_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195138, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204075, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -394192022, - -1461069734, - -1976254587, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458540018, - "Name": "Unique_Fist_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196472, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 234326220, - -1976254587, - 21694593, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1463283702, - "Name": "Unique_Fist_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 145850, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604971, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - -553879927, - 1616088365, - -1625420711, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497675411, - "Name": "Unique_Fist_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 130557, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 38, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8000, - "CostAlt": 5, - "IdentifyCost": 114, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 36, - "CrafterRequiredLevel": 37, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236606059, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1350281776, - 40042201, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 38, - 38, - 38, - 38, - 38, - 38 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496489490, - "Name": "Unique_Fist_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 175938, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 49, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10200, - "CostAlt": 5, - "IdentifyCost": 147, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 47, - "CrafterRequiredLevel": 48, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236606060, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 1616088365, - 696647397, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 49, - 49, - 49, - 49, - 49, - 49 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459725939, - "Name": "Unique_Fist_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193459, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607146, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460911860, - "Name": "Unique_Fist_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 145849, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607147, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 234326220, - 982068194, - 2044719016, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1462097781, - "Name": "Unique_Fist_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 145851, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607150, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 186163290, - 1791554648, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1464469623, - "Name": "Unique_Fist_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 175939, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 1350281776, - 143839492, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1465655544, - "Name": "Unique_Fist_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 175937, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -553879927, - 810509126, - 1616088365, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1053925118, - "Name": "Unique_CombatStaff_2H_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195145, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1588784387, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1061040644, - "Name": "Unique_CombatStaff_2H_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 209214, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771748854, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1057482881, - "Name": "Unique_CombatStaff_2H_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197072, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771749941, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 125900958, - 810509126, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 39, - 39, - 39, - 39 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1059854723, - "Name": "Unique_CombatStaff_2H_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197068, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 45, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9400, - "CostAlt": 5, - "IdentifyCost": 135, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 43, - "CrafterRequiredLevel": 44, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771749942, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247777, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - 1616088365, - 783140317, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 45, - 45, - 45, - 45, - 45, - 45 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1055111039, - "Name": "Unique_CombatStaff_2H_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192342, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1588784387, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1056296960, - "Name": "Unique_CombatStaff_2H_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196880, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751032, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1062226565, - "Name": "Unique_CombatStaff_2H_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197065, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751034, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246562, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 783140317, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1139167413, - "Name": "Unique_Staff_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 184228, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 32, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1350281776, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 34, - 34, - 34, - 34, - 34, - 34 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1132051887, - "Name": "Unique_Staff_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 59612, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115690266, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1130865966, - "Name": "Unique_Staff_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 59601, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 48, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10000, - "CostAlt": 5, - "IdentifyCost": 144, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 46, - "CrafterRequiredLevel": 47, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115690263, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - 1791554648, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 48, - 48, - 48, - 48, - 48, - 48 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1136795571, - "Name": "Unique_Staff_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193832, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689177, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246780, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -1461069734, - -923861827, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1133237808, - "Name": "Unique_Staff_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195407, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689175, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - 234326220, - 121749883, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1137981492, - "Name": "Unique_Staff_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193066, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689174, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 125900958, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1140353334, - "Name": "Unique_Staff_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192167, - "ItemTypesGBID": 140658708, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689172, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1461069734, - -553879927, - 2044719016, - -128393329, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 272052646, - "Name": "Unique_Wand_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 182074, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 275610409, - "Name": "Unique_Wand_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193355, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88666139, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 93, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 125900958, - -846894066, - -553879927, - 505853881, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 270866725, - "Name": "Unique_Wand_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 182071, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667228, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1256761000, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 307630276, - "Name": "Unique_Wand_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 181995, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667231, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 71548, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 2044719016, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 279168172, - "Name": "Unique_Wand_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 182081, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667232, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 311188039, - "Name": "Unique_Wand_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 181982, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667234, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248686, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 505853881, - 810509126, - 1791554648, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1660292081, - "Name": "Unique_Mojo_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194995, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - 143839492, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1659106160, - "Name": "Unique_Mojo_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194988, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136815386, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1661478002, - "Name": "Unique_Mojo_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 194991, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814297, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 102573, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 30624, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -1299951557, - 143839492, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1667407607, - "Name": "Unique_Mojo_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192468, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814295, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 949340468, - -553879927, - -1823379498, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1666221686, - "Name": "Unique_Mojo_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 191278, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814294, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -23927138, - -1, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -441581599, - "Name": "Unique_Orb_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 184199, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 4, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -442767520, - "Name": "Unique_Orb_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195127, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905180566, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -443953441, - "Name": "Unique_Orb_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 243, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 243, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 243, - "SNOParam": 5, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - -553879927, - -846894066, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -446325283, - "Name": "Unique_Orb_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192320, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 168344, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 2111229381, - -553879927, - -1823379498, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1652477335, - "Name": "Unique_Quiver_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1657221019, - "Name": "Unique_Quiver_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197629, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539236303, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - -1, - 143839492, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1656035098, - "Name": "Unique_Quiver_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197628, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 99, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 32, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237389, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 33, - 33, - 33, - 33, - 33, - 33 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1654849177, - "Name": "Unique_Quiver_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197627, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237391, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -923861827, - -1604369412, - 1132489149, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1651291414, - "Name": "Unique_Quiver_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197624, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 512004501, - 112679, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1653663256, - "Name": "Unique_Quiver_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197626, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539238481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1658406940, - "Name": "Unique_Quiver_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197630, - "ItemTypesGBID": 269990204, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539238482, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - -553879927, - 1132489149, - 143839492, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1245538828, - "Name": "Unique_Shield_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 152667, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815806862, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277558695, - "Name": "Unique_Shield_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 152666, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 36, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7600, - "CostAlt": 5, - "IdentifyCost": 108, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 34, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815807947, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - -1802869037, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 36, - 36, - 36, - 36, - 36, - 36 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1281116458, - "Name": "Unique_Shield_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 61550, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - -843477631, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1276372774, - "Name": "Unique_Shield_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 195389, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815809035, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247053, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -493913099, - 810509126, - 3718951, - 942999935, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1283488300, - "Name": "Unique_Shield_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197478, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -333092253, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - 982068194, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1275186853, - "Name": "Unique_Shield_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 192484, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -330720411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1802869037, - 2076777148, - -1299951557, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1468937152, - "Name": "Unique_Helm_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 220630, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 143839492, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1470123073, - "Name": "Unique_Helm_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 196024, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 3718951, - 59953577, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1476052678, - "Name": "Unique_Helm_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197037, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455674, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 1589045967, - 1808801829, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1472494915, - "Name": "Unique_Helm_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 220549, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455675, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 3718951, - 412443728, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1471308994, - "Name": "Unique_Helm_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 198014, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 377, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246814, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - -926180037, - 810509126, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1508072545, - "Name": "Unique_Helm_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222889, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1474866757, - "Name": "Unique_Helm_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223577, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456765, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - 810509126, - -1976254587, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -464571730, - "Name": "Unique_Gloves_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197206, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1, - 810509126, - 982068194, - -1796946852, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -507264886, - "Name": "Unique_Gloves_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197207, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533913215, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -500149360, - "Name": "Unique_Gloves_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205640, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912126, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -553879927, - -1367325933, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -468129493, - "Name": "Unique_Gloves_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205635, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -1, - 512004501, - -250946460, - -1823379498, - 59953577 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 1 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -506078965, - "Name": "Unique_Gloves_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197205, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912122, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -1, - -1907454216, - -1409407349, - 1223187383, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -504893044, - "Name": "Unique_Gloves_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205642, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912121, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 40042201, - 3718951, - 810509126, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2039600961, - "Name": "Unique_Boots_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205620, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 6, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1600, - "CostAlt": 5, - "IdentifyCost": 18, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 3, - "CrafterRequiredLevel": 4, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 143839492, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 6, - 6, - 6, - 6, - 6, - 6 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2011138857, - "Name": "Unique_Boots_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205622, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880154, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 139520518, - -128393329, - -1409407349, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 21, - 21, - 21, - 21 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2001651489, - "Name": "Unique_Boots_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197224, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140881242, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -250946460, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2006395173, - "Name": "Unique_Boots_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205621, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882329, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2008767015, - "Name": "Unique_Boots_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205624, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882333, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246442, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -1648110199, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2009952936, - "Name": "Unique_Boots_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222464, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1132, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1751678268, - 59953577, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1632842498, - "Name": "Unique_Belt_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193665, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 8, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2000, - "CostAlt": 5, - "IdentifyCost": 24, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 5, - "CrafterRequiredLevel": 6, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 512004501, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 8, - 8, - 8, - 8, - 8, - 8 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1635214340, - "Name": "Unique_Belt_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193667, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831364, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1669606049, - "Name": "Unique_Belt_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193671, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830279, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1212, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -128393329, - 810509126, - 1220289425, - -1 - ], - "MaxAffixLevel": [ - 50, - 35, - 50, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1631656577, - "Name": "Unique_Belt_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193664, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830278, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -250946460, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1639958024, - "Name": "Unique_Belt_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193669, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830276, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1634028419, - "Name": "Unique_Belt_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193666, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1636400261, - "Name": "Unique_Belt_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193668, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 143839492, - -1751678268, - -1, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1641143945, - "Name": "Unique_Belt_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193670, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1908006196, - "Name": "Unique_Bracer_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193686, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 3718951, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1905634354, - "Name": "Unique_Bracer_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193688, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875944874, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1, - 59953577, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1909192117, - "Name": "Unique_Bracer_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193685, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875943789, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 359993717, - 139520518, - -1604369412, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1910378038, - "Name": "Unique_Bracer_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193684, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942698, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - 4029372, - -1751678268, - -128393329, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1911563959, - "Name": "Unique_Bracer_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193683, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1904448433, - "Name": "Unique_Bracer_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193692, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 3718951, - 679540618, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1906820275, - "Name": "Unique_Bracer_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193687, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 139520518, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1388294285, - "Name": "Unique_Chest_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197203, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 18, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4000, - "CostAlt": 5, - "IdentifyCost": 54, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 15, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 143839492, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 18, - 18, - 18, - 18, - 18, - 18 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1381178759, - "Name": "Unique_Chest_018_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205607, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 512004501, - -529329636, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 30, - 30, - 30 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1390666127, - "Name": "Unique_Chest_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197204, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 38, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8000, - "CostAlt": 5, - "IdentifyCost": 114, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 36, - "CrafterRequiredLevel": 37, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258794, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 38, - 38, - 38, - 38, - 38, - 38 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1428615599, - "Name": "Unique_Chest_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205616, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258797, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246515, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1589045967, - -529329636, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1422685994, - "Name": "Unique_Chest_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222455, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259884, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 93, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 339, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1379992838, - "Name": "Unique_Chest_019_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205609, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259885, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1427429678, - "Name": "Unique_Chest_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205608, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1133, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -529329636, - -2133546597, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1673392474, - "Name": "Unique_Pants_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197220, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247009, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 3718951, - 1220289425, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1679322079, - "Name": "Unique_Pants_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 209059, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731047, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 143839492, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1680508000, - "Name": "Unique_Pants_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 209057, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731045, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 3718951, - -926180037, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1675764316, - "Name": "Unique_Pants_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222476, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729957, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1674578395, - "Name": "Unique_Pants_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197216, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729955, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1751678268, - 4029372, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1675078496, - "Name": "Unique_Shoulder_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 198573, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -128393329, - 338507747, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1676264417, - "Name": "Unique_Shoulder_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 200310, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492428, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 339, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247619, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - 982068194, - -1604369412, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1682194022, - "Name": "Unique_Shoulder_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223619, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492430, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1677450338, - "Name": "Unique_Shoulder_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 201325, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492432, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 982068194, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -152381310, - "Name": "Unique_SpiritStone_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222171, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -1, - 143839492, - 1220289425, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -153567231, - "Name": "Unique_SpiritStone_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222169, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242895466, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 4029372, - -1625420711, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 21, - 21, - 21, - 21 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -155939073, - "Name": "Unique_SpiritStone_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222172, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894379, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -208849191, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -154753152, - "Name": "Unique_SpiritStone_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222173, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894377, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1, - -1588784387, - -923861827, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -157124994, - "Name": "Unique_SpiritStone_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222306, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894376, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -208849191, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -151195389, - "Name": "Unique_SpiritStone_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222170, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893290, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 186163290, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -150009468, - "Name": "Unique_SpiritStone_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222305, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893288, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 143839492, - -1625420711, - 810509126, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -148823547, - "Name": "Unique_SpiritStone_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221572, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -208849191, - -529329636, - -1588784387, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 657823681, - "Name": "Unique_VoodooMask_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221167, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1, - 982068194, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 656637760, - "Name": "Unique_VoodooMask_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 204136, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620034069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 653079997, - "Name": "Unique_VoodooMask_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221166, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036244, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 251572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1604369412, - 4029372, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 651894076, - "Name": "Unique_VoodooMask_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221382, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1, - -926180037, - -553879927, - 1223187383, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 660195523, - "Name": "Unique_VoodooMask_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221168, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 585244974, - 493718975, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -26197398, - "Name": "Unique_WizardHat_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 218681, - "ItemTypesGBID": -1499089042, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 143839492, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -28569240, - "Name": "Unique_WizardHat_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 224908, - "ItemTypesGBID": -1499089042, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755623809, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 287834549, - -250946460, - 296723815, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -25011477, - "Name": "Unique_WizardHat_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 220694, - "ItemTypesGBID": -1499089042, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755623811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247090, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 40042201, - 512004501, - 186163290, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1126656772, - "Name": "Unique_Cloak_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223149, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40855421, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1131400456, - "Name": "Unique_Cloak_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223150, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 810509126, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1127842693, - "Name": "Unique_Cloak_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223151, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40857599, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -529329636, - 963606610, - 139520518, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1844946491, - "Name": "Unique_BarbBelt_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212232, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 3718951, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 21, - 21, - 21, - 21 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1847318333, - "Name": "Unique_BarbBelt_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193676, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 29, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6200, - "CostAlt": 5, - "IdentifyCost": 87, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 26, - "CrafterRequiredLevel": 27, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112155409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1096375804, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 29, - 29, - 29, - 29, - 29, - 29 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1848504254, - "Name": "Unique_BarbBelt_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193674, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156495, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 699281021, - 3718951, - -553879927, - 2076777148, - -1738242886, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1842574649, - "Name": "Unique_BarbBelt_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193673, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156497, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1802869037, - 810509126, - -1823379498, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1841388728, - "Name": "Unique_BarbBelt_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193672, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 54, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11200, - "CostAlt": 5, - "IdentifyCost": 162, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 53, - "CrafterRequiredLevel": 53, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156498, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -843477631, - 3718951, - -553879927, - -1, - -1299951557, - -1 - ], - "MaxAffixLevel": [ - 54, - 54, - 54, - 54, - 54, - 54 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1843760570, - "Name": "Unique_BarbBelt_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212230, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 57, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11800, - "CostAlt": 5, - "IdentifyCost": 171, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 56, - "CrafterRequiredLevel": 56, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157584, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246363, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1565068128, - 3718951, - -553879927, - 143839492, - 1434483431, - -1 - ], - "MaxAffixLevel": [ - 57, - 57, - 57, - 57, - 57, - 57 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1849690175, - "Name": "Unique_BarbBelt_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193675, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - 1589045967, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1846132412, - "Name": "Unique_BarbBelt_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212234, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157587, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1434483431, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 844574212, - "Name": "Unique_Amulet_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197813, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246750, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 880151842, - "Name": "Unique_Amulet_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197819, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 27, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 5, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5800, - "CostAlt": 5, - "IdentifyCost": 81, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 24, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228621, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 27, - 27, - 27, - 27, - 27, - 27 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 884895526, - "Name": "Unique_Amulet_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197823, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -1, - 512004501, - -1, - -843477631, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 851689738, - "Name": "Unique_Amulet_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197818, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 99, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 32, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 1223187383, - 1220289425, - -250946460, - -1 - ], - "MaxAffixLevel": [ - 33, - 33, - 33, - 33, - 33, - 33 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 882523684, - "Name": "Unique_Amulet_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197821, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 37, - "CrafterRequiredLevel": 38, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228623, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -1648110199, - -1796946852, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 39, - 39, - 39, - 39 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 883709605, - "Name": "Unique_Amulet_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197822, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 51, - "CrafterRequiredLevel": 51, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228625, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -553879927, - -1711754382, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 52, - 52, - 52, - 52 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 842202370, - "Name": "Unique_Amulet_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 193659, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228649, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 143839492, - 139520518, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 843388291, - "Name": "Unique_Amulet_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197812, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 412443728, - -1751678268, - 512004501, - 59953577, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 846946054, - "Name": "Unique_Amulet_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197815, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 1616088365, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 848131975, - "Name": "Unique_Amulet_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197817, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 143839492, - 679540618, - -2133546597, - -1604369412, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 886081447, - "Name": "Unique_Amulet_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197824, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 40042201, - -1, - -1, - -493913099, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 845760133, - "Name": "Unique_Amulet_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197814, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1, - -128393329, - 982068194, - 942999935, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1501495566, - "Name": "Unique_Ring_018_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212586, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 26, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5600, - "CostAlt": 5, - "IdentifyCost": 78, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 60, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1589045967, - 1616088365, - -843477631, - -1, - -1 - ], - "MaxAffixLevel": [ - 26, - 26, - 26, - 26, - 26, - 26 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1547746485, - "Name": "Unique_Ring_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197835, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967284, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 78, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1470661620, - "Name": "Unique_Ring_021_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212546, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 60, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 17, - "CrafterRequiredLevel": 18, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967285, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 982068194, - 942999935, - -1, - -1 - ], - "MaxAffixLevel": [ - 20, - 20, - 20, - 20, - 20, - 20 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1544188722, - "Name": "Unique_Ring_005_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197839, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 24, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5200, - "CostAlt": 5, - "IdentifyCost": 72, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 21, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 24, - 24, - 24, - 24, - 24, - 24 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1539445038, - "Name": "Unique_Ring_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212602, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967312, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 143839492, - 810509126, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1543002801, - "Name": "Unique_Ring_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212589, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967316, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1589045967, - -1894589241, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1545374643, - "Name": "Unique_Ring_004_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197837, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967317, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247797, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1751678268, - 1223187383, - -1409407349, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 42, - 42, - 42, - 42, - 42 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1540630959, - "Name": "Unique_Ring_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212590, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967319, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - 3718951, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1468289778, - "Name": "Unique_Ring_023_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212588, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 55, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11400, - "CostAlt": 5, - "IdentifyCost": 165, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 54, - "CrafterRequiredLevel": 54, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967320, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 96, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 40042201, - 285196129, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 55, - 55, - 55, - 55 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1541816880, - "Name": "Unique_Ring_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212601, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967321, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1802869037, - 143839492, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1471847541, - "Name": "Unique_Ring_020_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212603, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 59, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12200, - "CostAlt": 5, - "IdentifyCost": 177, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 58, - "CrafterRequiredLevel": 58, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 512004501, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 59, - 59, - 59, - 59, - 59, - 59 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1548932406, - "Name": "Unique_Ring_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197834, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248880, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - -843477631, - 512004501, - 112679, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1546560564, - "Name": "Unique_Ring_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197836, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - 1620834581, - 810509126, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1469475699, - "Name": "Unique_Ring_022_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -1751678268, - 3718951, - 512004501, - -493913099, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1502681487, - "Name": "Unique_Ring_017_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212648, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1751678268, - 143839492, - 4029372, - 3718951, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1500309645, - "Name": "Unique_Ring_019_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212582, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 942999935, - -493913099, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1510982934, - "Name": "Unique_Ring_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212581, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967318, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -1751678268, - -1823379498, - 512004501, - 1616088365, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691673084, - "Name": "Unique_Mighty_1H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 208771, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -1830541342, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 512004501, - -553879927, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1690487163, - "Name": "Unique_Mighty_1H_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 208775, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -1830541342, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -553879927, - 1350281776, - 2044719016, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -879775403, - "Name": "Unique_HandXBow_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 211745, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1829355421, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1951651227, - 1616088365, - -1256761000, - 2044719016, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -878589482, - "Name": "Unique_HandXBow_002_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 211749, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1829355421, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - 1616088365, - -553879927, - 2044719016, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 310002118, - "Name": "Unique_Wand_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 210479, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667234, - "SNOSet": -1828169500, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - -553879927, - -669278121, - -1461069734, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -407189890, - "Name": "Unique_Orb_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212277, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": -1828169500, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 2111229381, - -846894066, - 810509126, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494117648, - "Name": "Unique_Fist_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 208898, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1826983579, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 1791554648, - 512004501, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495303569, - "Name": "Unique_Fist_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 208996, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1826983579, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - -1625420711, - 1791554648, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -659943125, - "Name": "Unique_CeremonialDagger_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223365, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267400, - "SNOSet": -1825797658, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 1978556068, - 234326220, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1695869711, - "Name": "Unique_Mojo_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 210993, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814294, - "SNOSet": -1825797658, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - 121749850, - -23927138, - 59953577, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1478424520, - "Name": "Unique_Helm_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 210851, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456765, - "SNOSet": -1824611737, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1894589241, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -877403561, - "Name": "Unique_HandXBow_003_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 210874, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1824611737, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -1823379498, - 810509126, - -812845450, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1132586377, - "Name": "Unique_Cloak_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 208934, - "ItemTypesGBID": 121411562, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40857599, - "SNOSet": -1824611737, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 963606610, - -553879927, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509797013, - "Name": "Unique_Ring_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212545, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967348, - "SNOSet": -1824611737, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2040786882, - "Name": "Unique_Boots_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197223, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1824611737, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - 139520518, - 3718951, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1477238599, - "Name": "Unique_Helm_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 210265, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456765, - "SNOSet": -1823425816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1802869037, - -1823379498, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1623871707, - "Name": "Unique_Mighty_2H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 210678, - "ItemTypesGBID": -1488678058, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204075, - "SNOSet": -1823425816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 1616088365, - 2044719016, - -394192022, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1387108364, - "Name": "Unique_Chest_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205613, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1823425816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1976254587, - 3718951, - 359993717, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1850876096, - "Name": "Unique_BarbBelt_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212235, - "ItemTypesGBID": -479768568, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157587, - "SNOSet": -1823425816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - -529329636, - 699281021, - 1434483431, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -498963439, - "Name": "Unique_Gloves_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205631, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912121, - "SNOSet": -1823425816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -1823379498, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2041972803, - "Name": "Unique_Boots_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205625, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1823425816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - -250946460, - 139520518, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -406003969, - "Name": "Unique_Orb_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212780, - "ItemTypesGBID": 124739, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": -1822239895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - -553879927, - 2111229381, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1506886624, - "Name": "Unique_Helm_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 211531, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456765, - "SNOSet": -1822239895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -1976254587, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1385922443, - "Name": "Unique_Chest_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 211626, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1822239895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 296723815, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1637586182, - "Name": "Unique_Belt_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212657, - "ItemTypesGBID": 3635495, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1822239895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -553879927, - -1, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 849317896, - "Name": "Unique_Amulet_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222486, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228653, - "SNOSet": -1822239895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - -1542055954, - 296723815, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -147637626, - "Name": "Unique_SpiritStone_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222307, - "ItemTypesGBID": 576647032, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893287, - "SNOSet": -1821053974, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -923861827, - -553879927, - -1976254587, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1052739197, - "Name": "Unique_CombatStaff_2H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212208, - "ItemTypesGBID": -1620551894, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751034, - "SNOSet": -1821053974, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 783140317, - 1616088365, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1384736522, - "Name": "Unique_Chest_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205614, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1821053974, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 59953577, - -1802869037, - -923861827, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1638772103, - "Name": "Unique_Belt_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222487, - "ItemTypesGBID": 3635495, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1821053974, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1711754382, - 3718951, - -250946460, - -1823379498, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1672206553, - "Name": "Unique_Pants_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205646, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729955, - "SNOSet": -1821053974, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 810509126, - -1823379498, - 139520518, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 659009602, - "Name": "Unique_VoodooMask_007_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221202, - "ItemTypesGBID": -333341566, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036247, - "SNOSet": -1792591870, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -1976254587, - 949340468, - 296723815, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1383550601, - "Name": "Unique_Chest_016_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205615, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1792591870, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - -553879927, - -529329636, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1697055632, - "Name": "Unique_Mojo_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 216525, - "ItemTypesGBID": 4041621, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814294, - "SNOSet": -1792591870, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - -553879927, - -2133546597, - -23927138, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1508611092, - "Name": "Unique_Ring_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212579, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967348, - "SNOSet": -1792591870, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2043158724, - "Name": "Unique_Boots_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205627, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1792591870, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - 139520518, - 1438797838, - -1, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 887267368, - "Name": "Unique_Amulet_016_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 224189, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228653, - "SNOSet": -1789034107, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 512004501, - 810509126, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2050274250, - "Name": "Unique_Boots_019_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222463, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1789034107, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 3718951, - 139520518, - -1299951557, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -344616293, - "Name": "Unique_ChestArmor_028_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222456, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1789034107, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - 143839492, - -843477631, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1675535654, - "Name": "Unique_Belt_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 224191, - "ItemTypesGBID": 3635495, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1789034107, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1751678268, - -128393329, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1639000765, - "Name": "Unique_Pants_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222477, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729955, - "SNOSet": -1789034107, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 40042201, - 4029372, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 850503817, - "Name": "Unique_Amulet_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222490, - "ItemTypesGBID": -365243096, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228653, - "SNOSet": -1791405949, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1589045967, - 59953577, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507425171, - "Name": "Unique_Ring_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212587, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967348, - "SNOSet": -1791405949, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 139520518, - 982068194, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1506239250, - "Name": "Unique_Ring_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212650, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967348, - "SNOSet": -1790220028, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -1751678268, - -1823379498, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1505053329, - "Name": "Unique_Ring_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 212651, - "ItemTypesGBID": 4214896, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967348, - "SNOSet": -1790220028, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1299951557, - -1751678268, - -529329636, - 982068194, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1345601129, - "Name": "Unique_Chest_025_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197199, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257708, - "SNOSet": -2067399821, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681008101, - "Name": "Unique_Shoulder_006_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222948, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365490252, - "SNOSet": -2067399821, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -121415895, - "Name": "Unique_Sword_1H_018_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223408, - "ItemTypesGBID": 140782159, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938914, - "SNOSet": -2067399821, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1509258466, - "Name": "Unique_Helm_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222559, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454586, - "SNOSet": -2066213900, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1642558528, - "Name": "Unique_Pants_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197218, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512732134, - "SNOSet": -2066213900, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -463385809, - "Name": "Unique_Gloves_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197210, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533914300, - "SNOSet": -2066213900, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2045530566, - "Name": "Unique_Boots_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197225, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880155, - "SNOSet": -2066213900, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2047902408, - "Name": "Unique_Boots_017_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197221, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880156, - "SNOSet": -670706135, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1671977891, - "Name": "Unique_Belt_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222974, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830280, - "SNOSet": -670706135, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1640186686, - "Name": "Unique_Pants_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197214, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731049, - "SNOSet": -670706135, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1683379943, - "Name": "Unique_Shoulder_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 224051, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491340, - "SNOSet": -669520214, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1902076591, - "Name": "Unique_Bracer_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222972, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875943787, - "SNOSet": -669520214, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1344415208, - "Name": "Unique_Chest_026_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197193, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258795, - "SNOSet": -669520214, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1511630308, - "Name": "Unique_Helm_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223972, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455673, - "SNOSet": -669520214, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1721329415, - "Name": "Unique_Shoulder_017_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 225132, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491342, - "SNOSet": 1019838895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -497777518, - "Name": "Unique_Gloves_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205636, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533913211, - "SNOSet": 1019838895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1671020632, - "Name": "Unique_Pants_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 209054, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731045, - "SNOSet": 1019838895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2044344645, - "Name": "Unique_Boots_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205618, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140881244, - "SNOSet": 1019838895, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1873614487, - "Name": "Unique_Bracer_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222981, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942700, - "SNOSet": 1021024816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1673163812, - "Name": "Unique_Belt_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222976, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829191, - "SNOSet": 1021024816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1512816229, - "Name": "Unique_Helm_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221518, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456760, - "SNOSet": 1021024816, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1343229287, - "Name": "Unique_Chest_027_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205612, - "ItemTypesGBID": -1028103400, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -492453061, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1674349733, - "Name": "Unique_Belt_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222740, - "ItemTypesGBID": -948083356, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -492453061, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1637814844, - "Name": "Unique_Pants_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205644, - "ItemTypesGBID": 3994699, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729955, - "SNOSet": -492453061, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1684565864, - "Name": "Unique_Shoulder_009_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 224397, - "ItemTypesGBID": -940830407, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492432, - "SNOSet": -492453061, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1872428566, - "Name": "Unique_Bracer_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 222741, - "ItemTypesGBID": -1999984446, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -492453061, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -461013967, - "Name": "Unique_Gloves_017_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205632, - "ItemTypesGBID": -131821392, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912121, - "SNOSet": -491267140, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2049088329, - "Name": "Unique_Boots_018_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 205626, - "ItemTypesGBID": 120334087, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -491267140, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1514002150, - "Name": "Unique_Helm_016_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 221624, - "ItemTypesGBID": 3851110, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456765, - "SNOSet": -491267140, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1244352907, - "Name": "Unique_Shield_012_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223758, - "ItemTypesGBID": 332825721, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -330720411, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1685743479, - "Name": "Unique_Mighty_1H_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223627, - "ItemTypesGBID": -1488678091, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 317117644, - "Name": "Unique_Wand_018_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 224184, - "ItemTypesGBID": 4385866, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667234, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -630295100, - "Name": "Unique_CeremonialDagger_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223396, - "ItemTypesGBID": -199811863, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267400, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -834710405, - "Name": "Unique_HandXBow_016_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223763, - "ItemTypesGBID": 763102523, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500047253, - "Name": "Unique_Fist_015_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223526, - "ItemTypesGBID": -2094596416, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -246559245, - "Name": "Unique_Axe_1H_013_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 223461, - "ItemTypesGBID": 109694, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414574, - "SNOSet": -490081219, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -85566517, - "Name": "Unique_Dagger_008_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 189899, - "ItemTypesGBID": -262576534, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1751678268, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -793787792, - "Name": "Unique_Offhand_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 200476, - "ItemTypesGBID": -262576534, - "Flags": 16917009, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -168852735, - "Name": "Unique_Sword_1H_001_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 5516, - "ItemTypesGBID": 140782159, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 3, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 9, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 231, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 222, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 1208, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 197, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 3, - 3, - 3, - 3, - 3, - 3 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -130903263, - "Name": "Unique_Sword_1H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 110952, - "ItemTypesGBID": 140782159, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938919, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -90581949, - "Name": "Unique_Sword_1H_021_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 200558, - "ItemTypesGBID": 140782159, - "Flags": 16917041, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937832, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - 40042201, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -58358202, - "Name": "Unique_Sword_2H_014_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 59668, - "ItemTypesGBID": -1307049751, - "Flags": 16917042, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1311456156, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 609306312, - "Name": "Unique_Mace_1H_010_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 187952, - "ItemTypesGBID": 4026134, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 5, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 22, - 22, - 22, - 22, - 22, - 22 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 881337763, - "Name": "Unique_Amulet_011_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 197820, - "ItemTypesGBID": -365243096, - "Flags": 16917010, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228624, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248136, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1223187383, - -1751678268, - 1438797838, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1467103857, - "Name": "Unique_Ring_024_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 260327, - "ItemTypesGBID": 4214896, - "Flags": 16918609, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967348, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 377085, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 78, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 1564584523, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -91493678, - "Name": "Unique_Dagger_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -262576534, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1751678268, - -1256761000, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -86749994, - "Name": "Unique_Dagger_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221313, - "ItemTypesGBID": -262576534, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245836, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1177564965, - 1616088365, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -92679599, - "Name": "Unique_Dagger_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192579, - "ItemTypesGBID": -262576534, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 234326220, - 1978556068, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -87935915, - "Name": "Unique_Dagger_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195655, - "ItemTypesGBID": -262576534, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413120, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -55916048, - "Name": "Unique_Dagger_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 219329, - "ItemTypesGBID": -262576534, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1303413118, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245837, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 125900958, - -529329636, - 2044719016, - 810509126, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -667056207, - "Name": "Unique_CeremonialDagger_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193433, - "ItemTypesGBID": -199811863, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 125900958, - 2044719016, - 493718975, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -663498444, - "Name": "Unique_CeremonialDagger_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192540, - "ItemTypesGBID": -199811863, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635269580, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -665870286, - "Name": "Unique_CeremonialDagger_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222978, - "ItemTypesGBID": -199811863, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635268492, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1604369412, - 59953577, - 1616088365, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -669428049, - "Name": "Unique_CeremonialDagger_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196250, - "ItemTypesGBID": -199811863, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267405, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 234326220, - -553879927, - 810509126, - -493913099, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -668242128, - "Name": "Unique_CeremonialDagger_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 209246, - "ItemTypesGBID": -199811863, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267402, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 4029372, - 1350281776, - 949340468, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -661126602, - "Name": "Unique_CeremonialDagger_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195370, - "ItemTypesGBID": -199811863, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -635267400, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1200, - "SNOParam": 67600, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247896, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - 982068194, - -493913099, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -122599372, - "Name": "Unique_Sword_1H_017_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 115140, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - 1616088365, - -976182127, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -167664370, - "Name": "Unique_Sword_1H_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 270978, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937830, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1751678268, - 234326220, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -166478449, - "Name": "Unique_Sword_1H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194481, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270937827, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - 125900958, - -553879927, - 1978556068, - 810509126, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -126157135, - "Name": "Unique_Sword_1H_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 185397, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1461069734, - -1751678268, - 2044719016, - 2076777148, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -165292528, - "Name": "Unique_Sword_1H_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 182347, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247662, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1751678268, - 1350281776, - 2044719016, - 1620834581, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -120227530, - "Name": "Unique_Sword_1H_019_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 270977, - "ItemTypesGBID": 140782159, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936738, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -161734765, - "Name": "Unique_Sword_1H_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 115141, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936737, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249967, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 143839492, - 1616088365, - -1, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -129714898, - "Name": "Unique_Sword_1H_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 189552, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 40042201, - -1461069734, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -128528977, - "Name": "Unique_Sword_1H_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192511, - "ItemTypesGBID": 140782159, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 195, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249592, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -812845450, - 40042201, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -99862993, - "Name": "Unique_Sword_2H_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 59665, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1616088365, - 2044719016, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -60727600, - "Name": "Unique_Sword_2H_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 198960, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231803523, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 338507747, - 1589045967, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -97491151, - "Name": "Unique_Sword_2H_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 181511, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802438, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 234326220, - -1751678268, - 121749883, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -61913521, - "Name": "Unique_Sword_2H_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 270979, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 338507747, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -93933388, - "Name": "Unique_Sword_2H_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 184184, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801349, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1791554648, - -128393329, - 942999935, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -92747467, - "Name": "Unique_Sword_2H_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 184190, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801347, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1142, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 139520518, - 2044719016, - 810509126, - 1350281776, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -98677072, - "Name": "Unique_Sword_2H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 181495, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 1616088365, - 2044719016, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -63099442, - "Name": "Unique_Sword_2H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 184187, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249138, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - -1751678268, - 1620834581, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -101048914, - "Name": "Unique_Sword_2H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 190360, - "ItemTypesGBID": -1307049751, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - 40042201, - 2044719016, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -285692194, - "Name": "Unique_Axe_1H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 116386, - "ItemTypesGBID": 109694, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1177564965, - 810509126, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -284506273, - "Name": "Unique_Axe_1H_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 116387, - "ItemTypesGBID": 109694, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 41, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8600, - "CostAlt": 5, - "IdentifyCost": 123, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661413481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 41, - 41, - 41, - 41, - 41, - 41 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -288064036, - "Name": "Unique_Axe_1H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 116388, - "ItemTypesGBID": 109694, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661413483, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - -1823379498, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -282134431, - "Name": "Unique_Axe_1H_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 189973, - "ItemTypesGBID": 109694, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414571, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248484, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1256761000, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -280948510, - "Name": "Unique_Axe_1H_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 181484, - "ItemTypesGBID": 109694, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414573, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246113, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1796946852, - -1461069734, - -1648110199, - 512004501, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -283320352, - "Name": "Unique_Axe_1H_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 116389, - "ItemTypesGBID": 109694, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1661414574, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246101, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1751678268, - 2044719016, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -217890817, - "Name": "Unique_Axe_2H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 186560, - "ItemTypesGBID": 119458520, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - 4029372, - 139520518, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -220262659, - "Name": "Unique_Axe_2H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 186494, - "ItemTypesGBID": 119458520, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700548872, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246118, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - 2044719016, - 1616088365, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -181127266, - "Name": "Unique_Axe_2H_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 191065, - "ItemTypesGBID": 119458520, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549962, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 237, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 229, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1461069734, - -1, - 40042201, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -182313187, - "Name": "Unique_Axe_2H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 6329, - "ItemTypesGBID": 119458520, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549963, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -210775291, - "Name": "Unique_Axe_2H_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192887, - "ItemTypesGBID": 119458520, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1700549965, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1751678268, - -1256761000, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 572545205, - "Name": "Unique_Mace_1H_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188185, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246918, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 143839492, - 1791554648, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 576102968, - "Name": "Unique_Mace_1H_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188169, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025087, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 1616088365, - 341569830, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 578474810, - "Name": "Unique_Mace_1H_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188189, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025085, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 125900958, - 1978556068, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 573731126, - "Name": "Unique_Mace_1H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 102665, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656025083, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - -1256761000, - 341569830, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 579660731, - "Name": "Unique_Mace_1H_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188158, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023997, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 1589045967, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 580846652, - "Name": "Unique_Mace_1H_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188177, - "ItemTypesGBID": 4026134, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023996, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 571359284, - "Name": "Unique_Mace_1H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188181, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023995, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - -1751678268, - 1616088365, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 610494677, - "Name": "Unique_Mace_1H_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 188173, - "ItemTypesGBID": 4026134, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1656023994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1751678268, - 1350281776, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 641532503, - "Name": "Unique_Mace_2H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 59633, - "ItemTypesGBID": 89494384, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249958, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 2044719016, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 639160661, - "Name": "Unique_Mace_2H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 99227, - "ItemTypesGBID": 89494384, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616890781, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -812845450, - -1751678268, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 679481975, - "Name": "Unique_Mace_2H_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 191584, - "ItemTypesGBID": 89494384, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616889696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 80228221, - 1616088365, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 677110133, - "Name": "Unique_Mace_2H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 190840, - "ItemTypesGBID": 89494384, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616889693, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 112679, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 645090266, - "Name": "Unique_Mace_2H_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 190868, - "ItemTypesGBID": 89494384, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888607, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 640346582, - "Name": "Unique_Mace_2H_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 190866, - "ItemTypesGBID": 89494384, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888603, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 512004501, - 2044719016, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 648648029, - "Name": "Unique_Mace_2H_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197717, - "ItemTypesGBID": 89494384, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1616888602, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247913, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1362485177, - 1791554648, - 810509126, - 186163290, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80365737, - "Name": "Unique_Polearm_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196570, - "ItemTypesGBID": -1203595600, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 121749883, - 2044719016, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -77993895, - "Name": "Unique_Polearm_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 191570, - "ItemTypesGBID": -1203595600, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337762431, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 143839492, - -812845450, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79179816, - "Name": "Unique_Polearm_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192569, - "ItemTypesGBID": -1203595600, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337761338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1604369412, - 1616088365, - 59953577, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -81551658, - "Name": "Unique_Polearm_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195491, - "ItemTypesGBID": -1203595600, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1337761335, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247641, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 80228221, - 1350281776, - 1978556068, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -152842716, - "Name": "Unique_Spear_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197095, - "ItemTypesGBID": 140519163, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - 1791554648, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -156400479, - "Name": "Unique_Spear_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 191446, - "ItemTypesGBID": 140519163, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101311666, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1616088365, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -155214558, - "Name": "Unique_Spear_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196638, - "ItemTypesGBID": 140519163, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101310576, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 377452, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 377453, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -553879927, - 139520518, - -1802869037, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -154028637, - "Name": "Unique_Spear_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194241, - "ItemTypesGBID": 140519163, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -101310575, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -529329636, - -2133546597, - 40042201, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1576114478, - "Name": "Unique_Bow_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 175580, - "ItemTypesGBID": 110504, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091504071, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1978556068, - 1791554648, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1573742636, - "Name": "Unique_Bow_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 220654, - "ItemTypesGBID": 110504, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 19, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091504069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 22, - 22, - 22, - 22, - 22, - 22 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1572556715, - "Name": "Unique_Bow_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221938, - "ItemTypesGBID": 110504, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246605, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1604369412, - 2044719016, - 696647397, - -1461069734, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1580858162, - "Name": "Unique_Bow_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 175581, - "ItemTypesGBID": 110504, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091502980, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - 1616088365, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1536979085, - "Name": "Unique_Bow_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 175582, - "ItemTypesGBID": 110504, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248817, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - 125900958, - 40042201, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1542908690, - "Name": "Unique_Bow_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221893, - "ItemTypesGBID": 110504, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501891, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1571370794, - "Name": "Unique_Bow_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192602, - "ItemTypesGBID": 110504, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2091501889, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 1978556068, - 810509126, - 2128734586, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -999431317, - "Name": "Unique_XBow_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 98163, - "ItemTypesGBID": -1338851342, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 810509126, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1005360922, - "Name": "Unique_XBow_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222286, - "ItemTypesGBID": -1338851342, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181031815, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247429, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -1751678268, - 942999935, - 3718951, - -1461069734, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -966225529, - "Name": "Unique_XBow_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194219, - "ItemTypesGBID": -1338851342, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181032902, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248480, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 810509126, - -812845450, - 3718951, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1001803159, - "Name": "Unique_XBow_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194957, - "ItemTypesGBID": -1338851342, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 58, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12000, - "CostAlt": 5, - "IdentifyCost": 174, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 57, - "CrafterRequiredLevel": 57, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033989, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 58, - 58, - 58, - 58, - 58, - 58 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -965039608, - "Name": "Unique_XBow_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 204874, - "ItemTypesGBID": -1338851342, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033991, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 234326220, - 1438797838, - -926180037, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1004175001, - "Name": "Unique_XBow_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192836, - "ItemTypesGBID": -1338851342, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033992, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1148, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1149, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1150, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247577, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1461069734, - 810509126, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1002989080, - "Name": "Unique_XBow_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221760, - "ItemTypesGBID": -1338851342, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 181033994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -1751678268, - 234326220, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -873843354, - "Name": "Unique_HandXBow_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195078, - "ItemTypesGBID": 763102523, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8800, - "CostAlt": 5, - "IdentifyCost": 126, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 41, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363390577, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 42, - 42, - 42, - 42, - 42, - 42 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -875029275, - "Name": "Unique_HandXBow_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192467, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1616088365, - 1951651227, - 112679, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -876215196, - "Name": "Unique_HandXBow_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192528, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 810509126, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -872657433, - "Name": "Unique_HandXBow_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196409, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389485, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1350281776, - 810509126, - -553879927, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -839451645, - "Name": "Unique_HandXBow_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 225181, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246678, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 2128734586, - 810509126, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1723690507, - "Name": "Unique_Mighty_1H_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192105, - "ItemTypesGBID": -1488678091, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246836, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - -812845450, - -98752611, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1689298798, - "Name": "Unique_Mighty_1H_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193486, - "ItemTypesGBID": -1488678091, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290067592, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 810509126, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1729620112, - "Name": "Unique_Mighty_1H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192705, - "ItemTypesGBID": -1488678091, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 55, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11400, - "CostAlt": 5, - "IdentifyCost": 165, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 54, - "CrafterRequiredLevel": 54, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068679, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 55, - 55, - 55, - 55, - 55, - 55 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1724876428, - "Name": "Unique_Mighty_1H_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193611, - "ItemTypesGBID": -1488678091, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1096375804, - 1350281776, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1621497421, - "Name": "Unique_Mighty_2H_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196308, - "ItemTypesGBID": -1488678058, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329201897, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1658260972, - "Name": "Unique_Mighty_2H_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195690, - "ItemTypesGBID": -1488678058, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -812845450, - 699281021, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1661818735, - "Name": "Unique_Mighty_2H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193657, - "ItemTypesGBID": -1488678058, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204073, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - 1350281776, - -553879927, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1655889130, - "Name": "Unique_Mighty_2H_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195138, - "ItemTypesGBID": -1488678058, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 329204075, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -394192022, - -1461069734, - -1976254587, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458542462, - "Name": "Unique_Fist_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196472, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 234326220, - -1976254587, - 21694593, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1463286146, - "Name": "Unique_Fist_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 145850, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236604971, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - -553879927, - 1616088365, - -1625420711, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497677855, - "Name": "Unique_Fist_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 130557, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236606059, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1350281776, - 40042201, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496491934, - "Name": "Unique_Fist_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 175938, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236606060, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 1616088365, - 696647397, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459728383, - "Name": "Unique_Fist_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193459, - "ItemTypesGBID": -2094596416, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607146, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460914304, - "Name": "Unique_Fist_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 145849, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607147, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 234326220, - 982068194, - 2044719016, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1462100225, - "Name": "Unique_Fist_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 145851, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607150, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 186163290, - 1791554648, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1464472067, - "Name": "Unique_Fist_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 175939, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 1350281776, - 143839492, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1465657988, - "Name": "Unique_Fist_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 175937, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -553879927, - 810509126, - 1616088365, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1053927562, - "Name": "Unique_CombatStaff_2H_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195145, - "ItemTypesGBID": -1620551894, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - -1588784387, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1061043088, - "Name": "Unique_CombatStaff_2H_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 209214, - "ItemTypesGBID": -1620551894, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771748854, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1057485325, - "Name": "Unique_CombatStaff_2H_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197072, - "ItemTypesGBID": -1620551894, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771749941, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 125900958, - 810509126, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1059857167, - "Name": "Unique_CombatStaff_2H_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197068, - "ItemTypesGBID": -1620551894, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771749942, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247777, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - 1616088365, - 783140317, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1055113483, - "Name": "Unique_CombatStaff_2H_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192342, - "ItemTypesGBID": -1620551894, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1588784387, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1056299404, - "Name": "Unique_CombatStaff_2H_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196880, - "ItemTypesGBID": -1620551894, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751032, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1062229009, - "Name": "Unique_CombatStaff_2H_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197065, - "ItemTypesGBID": -1620551894, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1771751034, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246562, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 783140317, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1139169857, - "Name": "Unique_Staff_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 184228, - "ItemTypesGBID": 140658708, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1350281776, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1132054331, - "Name": "Unique_Staff_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 59612, - "ItemTypesGBID": 140658708, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 37, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7800, - "CostAlt": 5, - "IdentifyCost": 111, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 36, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115690266, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 37, - 37, - 37, - 37, - 37, - 37 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1130868410, - "Name": "Unique_Staff_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 59601, - "ItemTypesGBID": 140658708, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115690263, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -553879927, - 1791554648, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1136798015, - "Name": "Unique_Staff_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193832, - "ItemTypesGBID": 140658708, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689177, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246780, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -1461069734, - -923861827, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1133240252, - "Name": "Unique_Staff_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195407, - "ItemTypesGBID": 140658708, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689175, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - 234326220, - 121749883, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1137983936, - "Name": "Unique_Staff_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193066, - "ItemTypesGBID": 140658708, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689174, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 125900958, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1140355778, - "Name": "Unique_Staff_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192167, - "ItemTypesGBID": 140658708, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -2115689172, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1461069734, - -553879927, - 2044719016, - -128393329, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 272055090, - "Name": "Unique_Wand_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 182074, - "ItemTypesGBID": 4385866, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 275612853, - "Name": "Unique_Wand_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193355, - "ItemTypesGBID": 4385866, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88666139, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 93, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 125900958, - -846894066, - -553879927, - 505853881, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 270869169, - "Name": "Unique_Wand_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 182071, - "ItemTypesGBID": 4385866, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667228, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1256761000, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 307632720, - "Name": "Unique_Wand_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 181995, - "ItemTypesGBID": 4385866, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667231, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 71548, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 2044719016, - 125900958, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 279170616, - "Name": "Unique_Wand_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 182081, - "ItemTypesGBID": 4385866, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667232, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 311190483, - "Name": "Unique_Wand_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 181982, - "ItemTypesGBID": 4385866, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667234, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248686, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 505853881, - 810509126, - 1791554648, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1660294525, - "Name": "Unique_Mojo_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194995, - "ItemTypesGBID": 4041621, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - 143839492, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1659108604, - "Name": "Unique_Mojo_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194988, - "ItemTypesGBID": 4041621, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136815386, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1661480446, - "Name": "Unique_Mojo_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 194991, - "ItemTypesGBID": 4041621, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814297, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 102573, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 30624, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -1299951557, - 143839492, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1667410051, - "Name": "Unique_Mojo_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192468, - "ItemTypesGBID": 4041621, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814295, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 949340468, - -553879927, - -1823379498, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1666224130, - "Name": "Unique_Mojo_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 191278, - "ItemTypesGBID": 4041621, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -136814294, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -23927138, - -1, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -441579155, - "Name": "Unique_Orb_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 184199, - "ItemTypesGBID": 124739, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 4, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -442765076, - "Name": "Unique_Orb_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195127, - "ItemTypesGBID": 124739, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905180566, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -443950997, - "Name": "Unique_Orb_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 243, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 243, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 243, - "SNOParam": 5, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - -553879927, - -846894066, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -446322839, - "Name": "Unique_Orb_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192320, - "ItemTypesGBID": 124739, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 168344, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 2111229381, - -553879927, - -1823379498, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1652479779, - "Name": "Unique_Quiver_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1657223463, - "Name": "Unique_Quiver_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197629, - "ItemTypesGBID": 269990204, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539236303, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - -1, - 143839492, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1656037542, - "Name": "Unique_Quiver_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197628, - "ItemTypesGBID": 269990204, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237389, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1654851621, - "Name": "Unique_Quiver_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197627, - "ItemTypesGBID": 269990204, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237391, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -923861827, - -1604369412, - 1132489149, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1651293858, - "Name": "Unique_Quiver_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197624, - "ItemTypesGBID": 269990204, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539237393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 512004501, - 112679, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1653665700, - "Name": "Unique_Quiver_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197626, - "ItemTypesGBID": 269990204, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539238481, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1658409384, - "Name": "Unique_Quiver_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197630, - "ItemTypesGBID": 269990204, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1539238482, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - -553879927, - 1132489149, - 143839492, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1245536384, - "Name": "Unique_Shield_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 152667, - "ItemTypesGBID": 332825721, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815806862, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277556251, - "Name": "Unique_Shield_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 152666, - "ItemTypesGBID": 332825721, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815807947, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - -1802869037, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1281114014, - "Name": "Unique_Shield_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 61550, - "ItemTypesGBID": 332825721, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - -843477631, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1276370330, - "Name": "Unique_Shield_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 195389, - "ItemTypesGBID": 332825721, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1815809035, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247053, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -493913099, - 810509126, - 3718951, - 942999935, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1283485856, - "Name": "Unique_Shield_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197478, - "ItemTypesGBID": 332825721, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -333092253, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1, - 982068194, - 59953577, - -1859873873, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1275184409, - "Name": "Unique_Shield_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 192484, - "ItemTypesGBID": 332825721, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -330720411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1299951557, - 2076777148, - -1859873874, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 0, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1468939596, - "Name": "Unique_Helm_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 220630, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 143839492, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1470125517, - "Name": "Unique_Helm_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 196024, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565454586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 3718951, - 59953577, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1476055122, - "Name": "Unique_Helm_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197037, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455674, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 1589045967, - 1808801829, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1472497359, - "Name": "Unique_Helm_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 220549, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565455675, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 3718951, - 412443728, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1471311438, - "Name": "Unique_Helm_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 198014, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 377, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246814, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - -926180037, - 810509126, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1508074989, - "Name": "Unique_Helm_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222889, - "ItemTypesGBID": 3851110, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1474869201, - "Name": "Unique_Helm_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223577, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1565456765, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - 810509126, - -1976254587, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -464569286, - "Name": "Unique_Gloves_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197206, - "ItemTypesGBID": -131821392, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1, - 810509126, - 982068194, - -1796946852, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -507262442, - "Name": "Unique_Gloves_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197207, - "ItemTypesGBID": -131821392, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 105, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 33, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533913215, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 35, - 35, - 35, - 35, - 35, - 35 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -500146916, - "Name": "Unique_Gloves_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205640, - "ItemTypesGBID": -131821392, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912126, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -553879927, - -1367325933, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -468127049, - "Name": "Unique_Gloves_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205635, - "ItemTypesGBID": -131821392, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -1, - 512004501, - -250946460, - -1823379498, - 59953577 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 1 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -506076521, - "Name": "Unique_Gloves_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197205, - "ItemTypesGBID": -131821392, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912122, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 3718951, - -1, - -1907454216, - -1409407349, - 1223187383, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -504890600, - "Name": "Unique_Gloves_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205642, - "ItemTypesGBID": -131821392, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1533912121, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 40042201, - 3718951, - 810509126, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2039603405, - "Name": "Unique_Boots_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205620, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 143839492, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2011141301, - "Name": "Unique_Boots_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205622, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140880154, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 139520518, - -128393329, - -1409407349, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2001653933, - "Name": "Unique_Boots_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197224, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140881242, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -250946460, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2006397617, - "Name": "Unique_Boots_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205621, - "ItemTypesGBID": 120334087, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882329, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2008769459, - "Name": "Unique_Boots_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205624, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882333, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246442, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -1648110199, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2009955380, - "Name": "Unique_Boots_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222464, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1132, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": 391, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1751678268, - 59953577, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1632844942, - "Name": "Unique_Belt_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193665, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 512004501, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1635216784, - "Name": "Unique_Belt_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193667, - "ItemTypesGBID": -948083356, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 84, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 26, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733831364, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 28, - 28, - 28, - 28, - 28, - 28 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1669608493, - "Name": "Unique_Belt_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193671, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830279, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1212, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -128393329, - 810509126, - 1220289425, - -1 - ], - "MaxAffixLevel": [ - 15, - 11, - 15, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1631659021, - "Name": "Unique_Belt_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193664, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830278, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -250946460, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1639960468, - "Name": "Unique_Belt_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193669, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733830276, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1634030863, - "Name": "Unique_Belt_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193666, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1636402705, - "Name": "Unique_Belt_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193668, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 143839492, - -1751678268, - -1, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1641146389, - "Name": "Unique_Belt_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193670, - "ItemTypesGBID": -948083356, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1908003752, - "Name": "Unique_Bracer_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193686, - "ItemTypesGBID": -1999984446, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 3718951, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1905631910, - "Name": "Unique_Bracer_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193688, - "ItemTypesGBID": -1999984446, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875944874, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1, - 59953577, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1909189673, - "Name": "Unique_Bracer_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193685, - "ItemTypesGBID": -1999984446, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875943789, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 359993717, - 139520518, - -1604369412, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1910375594, - "Name": "Unique_Bracer_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193684, - "ItemTypesGBID": -1999984446, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942698, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - 4029372, - -1751678268, - -128393329, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1911561515, - "Name": "Unique_Bracer_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193683, - "ItemTypesGBID": -1999984446, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1904445989, - "Name": "Unique_Bracer_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193692, - "ItemTypesGBID": -1999984446, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 3718951, - 679540618, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1906817831, - "Name": "Unique_Bracer_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193687, - "ItemTypesGBID": -1999984446, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 139520518, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1388291841, - "Name": "Unique_Chest_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197203, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 143839492, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1381176315, - "Name": "Unique_Chest_018_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205607, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 512004501, - -529329636, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1390663683, - "Name": "Unique_Chest_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197204, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258794, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1428613155, - "Name": "Unique_Chest_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205616, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612258797, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246515, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1589045967, - -529329636, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1422683550, - "Name": "Unique_Chest_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222455, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259884, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 93, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 339, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1751678268, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1379990394, - "Name": "Unique_Chest_019_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205609, - "ItemTypesGBID": -1028103400, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259885, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1427427234, - "Name": "Unique_Chest_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205608, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1612259887, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1133, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -529329636, - -2133546597, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1673390030, - "Name": "Unique_Pants_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197220, - "ItemTypesGBID": 3994699, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247009, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 3718951, - 1220289425, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1679319635, - "Name": "Unique_Pants_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 209059, - "ItemTypesGBID": 3994699, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731047, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 143839492, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1680505556, - "Name": "Unique_Pants_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 209057, - "ItemTypesGBID": 3994699, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512731045, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 3718951, - -926180037, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1675761872, - "Name": "Unique_Pants_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222476, - "ItemTypesGBID": 3994699, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729957, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1674575951, - "Name": "Unique_Pants_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197216, - "ItemTypesGBID": 3994699, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -1512729955, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1751678268, - 4029372, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1675080940, - "Name": "Unique_Shoulder_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 198573, - "ItemTypesGBID": -940830407, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 3718951, - -128393329, - 338507747, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1676266861, - "Name": "Unique_Shoulder_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 200310, - "ItemTypesGBID": -940830407, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492428, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 339, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247619, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - 982068194, - -1604369412, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1682196466, - "Name": "Unique_Shoulder_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223619, - "ItemTypesGBID": -940830407, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492430, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1677452782, - "Name": "Unique_Shoulder_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 201325, - "ItemTypesGBID": -940830407, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 365492432, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 3718951, - 982068194, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -152378866, - "Name": "Unique_SpiritStone_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222171, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -1, - 143839492, - 1220289425, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -153564787, - "Name": "Unique_SpiritStone_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222169, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242895466, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 4029372, - -1625420711, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -155936629, - "Name": "Unique_SpiritStone_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222172, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894379, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -208849191, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -154750708, - "Name": "Unique_SpiritStone_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222173, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894377, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1, - -1588784387, - -923861827, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -157122550, - "Name": "Unique_SpiritStone_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222306, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242894376, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -208849191, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -151192945, - "Name": "Unique_SpiritStone_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222170, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893290, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 186163290, - -1588784387, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -150007024, - "Name": "Unique_SpiritStone_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222305, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893288, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 143839492, - -1625420711, - 810509126, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -148821103, - "Name": "Unique_SpiritStone_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221572, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -242893287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -208849191, - -529329636, - -1588784387, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 657826125, - "Name": "Unique_VoodooMask_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221167, - "ItemTypesGBID": -333341566, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -1, - 982068194, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 656640204, - "Name": "Unique_VoodooMask_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 204136, - "ItemTypesGBID": -333341566, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620034069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 653082441, - "Name": "Unique_VoodooMask_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221166, - "ItemTypesGBID": -333341566, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036244, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 251572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1604369412, - 4029372, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 651896520, - "Name": "Unique_VoodooMask_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221382, - "ItemTypesGBID": -333341566, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1, - -926180037, - -553879927, - 1223187383, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 660197967, - "Name": "Unique_VoodooMask_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221168, - "ItemTypesGBID": -333341566, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 585244974, - 493718975, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -26194954, - "Name": "Unique_WizardHat_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 218681, - "ItemTypesGBID": -1499089042, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - 143839492, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -28566796, - "Name": "Unique_WizardHat_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 224908, - "ItemTypesGBID": -1499089042, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755623809, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 287834549, - -250946460, - 296723815, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -25009033, - "Name": "Unique_WizardHat_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 220694, - "ItemTypesGBID": -1499089042, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1755623811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247090, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - 40042201, - 512004501, - 186163290, - -2133546597, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1126659216, - "Name": "Unique_Cloak_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223149, - "ItemTypesGBID": 121411562, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40855421, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1131402900, - "Name": "Unique_Cloak_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223150, - "ItemTypesGBID": 121411562, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 810509126, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1127845137, - "Name": "Unique_Cloak_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223151, - "ItemTypesGBID": 121411562, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 40857599, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -529329636, - 963606610, - 139520518, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1844948935, - "Name": "Unique_BarbBelt_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212232, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 3718951, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1847320777, - "Name": "Unique_BarbBelt_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193676, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112155409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1096375804, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1848506698, - "Name": "Unique_BarbBelt_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193674, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156495, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 699281021, - 3718951, - -553879927, - 2076777148, - -1738242886, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1842577093, - "Name": "Unique_BarbBelt_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193673, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156497, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1802869037, - 810509126, - -1823379498, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1841391172, - "Name": "Unique_BarbBelt_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193672, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112156498, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -843477631, - 3718951, - -553879927, - -1, - -1299951557, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1843763014, - "Name": "Unique_BarbBelt_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212230, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157584, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246363, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1565068128, - 3718951, - -553879927, - 143839492, - 1434483431, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1849692619, - "Name": "Unique_BarbBelt_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193675, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - 1589045967, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1846134856, - "Name": "Unique_BarbBelt_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212234, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 2112157587, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1434483431, - 1978556068, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 844576656, - "Name": "Unique_Amulet_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197813, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246750, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 810509126, - 43895019, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 880154286, - "Name": "Unique_Amulet_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197819, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 5, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228621, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 884897970, - "Name": "Unique_Amulet_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197823, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -1, - 512004501, - -1, - -843477631, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 851692182, - "Name": "Unique_Amulet_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197818, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -1, - 1223187383, - 1220289425, - -250946460, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 882526128, - "Name": "Unique_Amulet_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197821, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228623, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1751678268, - -1648110199, - -1796946852, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 883712049, - "Name": "Unique_Amulet_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197822, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228625, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -553879927, - -1711754382, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 842204814, - "Name": "Unique_Amulet_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 193659, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228649, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 143839492, - 139520518, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 843390735, - "Name": "Unique_Amulet_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197812, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 412443728, - -1751678268, - 512004501, - 59953577, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 846948498, - "Name": "Unique_Amulet_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197815, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - 1616088365, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 848134419, - "Name": "Unique_Amulet_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197817, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 143839492, - 679540618, - -2133546597, - -1604369412, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 886083891, - "Name": "Unique_Amulet_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197824, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 40042201, - -1, - -1, - -493913099, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 845762577, - "Name": "Unique_Amulet_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197814, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - -1, - -128393329, - 982068194, - 942999935, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1501493122, - "Name": "Unique_Ring_018_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212586, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 60, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1589045967, - 1616088365, - -843477631, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1547744041, - "Name": "Unique_Ring_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197835, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967284, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 78, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1751678268, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1470659176, - "Name": "Unique_Ring_021_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212546, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967285, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 982068194, - 942999935, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1544186278, - "Name": "Unique_Ring_005_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197839, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1539442594, - "Name": "Unique_Ring_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212602, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967312, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - 143839492, - 810509126, - 285196129, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1543000357, - "Name": "Unique_Ring_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212589, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967316, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1589045967, - -1894589241, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1545372199, - "Name": "Unique_Ring_004_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197837, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967317, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247797, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1751678268, - 1223187383, - -1409407349, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1540628515, - "Name": "Unique_Ring_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212590, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967319, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - 143839492, - 3718951, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1468287334, - "Name": "Unique_Ring_023_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212588, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967320, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 96, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 40042201, - 285196129, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1541814436, - "Name": "Unique_Ring_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212601, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967321, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1802869037, - 143839492, - -1751678268, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1471845097, - "Name": "Unique_Ring_020_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212603, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - 512004501, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1548929962, - "Name": "Unique_Ring_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197834, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248880, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - -843477631, - 512004501, - 112679, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1546558120, - "Name": "Unique_Ring_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197836, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 3718951, - 1620834581, - 810509126, - 982068194, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1469473255, - "Name": "Unique_Ring_022_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -1751678268, - 3718951, - 512004501, - -493913099, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 1, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1502679043, - "Name": "Unique_Ring_017_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212648, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1751678268, - 143839492, - 4029372, - 3718951, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1500307201, - "Name": "Unique_Ring_019_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212582, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 942999935, - -493913099, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1510980490, - "Name": "Unique_Ring_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212581, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1146967318, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -1751678268, - -1823379498, - 512004501, - 1616088365, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691670640, - "Name": "Unique_Mighty_1H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 208771, - "ItemTypesGBID": -1488678091, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -1830538898, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1350281776, - 512004501, - -553879927, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1690484719, - "Name": "Unique_Mighty_1H_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 208775, - "ItemTypesGBID": -1488678091, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 290068682, - "SNOSet": -1830538898, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -553879927, - 1350281776, - 2044719016, - -1256761000, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -879772959, - "Name": "Unique_HandXBow_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 211745, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1829352977, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1951651227, - 1616088365, - -1256761000, - 2044719016, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -878587038, - "Name": "Unique_HandXBow_002_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 211749, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": -363389484, - "SNOSet": -1829352977, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2128734586, - 1616088365, - -553879927, - 2044719016, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 310004562, - "Name": "Unique_Wand_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 210479, - "ItemTypesGBID": 4385866, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 88667234, - "SNOSet": -1828167056, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 696647397, - -553879927, - -669278121, - -1461069734, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -407187446, - "Name": "Unique_Orb_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212277, - "ItemTypesGBID": 124739, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1905181656, - "SNOSet": -1828167056, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - 2111229381, - -846894066, - 810509126, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494120092, - "Name": "Unique_Fist_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 208898, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1826981135, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 1791554648, - 512004501, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495306013, - "Name": "Unique_Fist_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 208996, - "ItemTypesGBID": -2094596416, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 500, - "SNOBaseItem": 1236607151, - "SNOSet": -1826981135, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - -1625420711, - 1791554648, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -659940681, - "Name": "Unique_CeremonialDagger_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223365, - "ItemTypesGBID": -199811863, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267400, - "SNOSet": -1825795214, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - 1978556068, - 234326220, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1695872155, - "Name": "Unique_Mojo_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 210993, - "ItemTypesGBID": 4041621, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814294, - "SNOSet": -1825795214, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - 121749850, - -23927138, - 59953577, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1478426964, - "Name": "Unique_Helm_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 210851, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": -1824609293, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1894589241, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -877401117, - "Name": "Unique_HandXBow_003_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 210874, - "ItemTypesGBID": 763102523, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389484, - "SNOSet": -1824609293, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -1823379498, - 810509126, - -812845450, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1132588821, - "Name": "Unique_Cloak_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 208934, - "ItemTypesGBID": 121411562, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40857599, - "SNOSet": -1824609293, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 963606610, - -553879927, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509794569, - "Name": "Unique_Ring_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212545, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1824609293, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2040789326, - "Name": "Unique_Boots_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197223, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1824609293, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - 139520518, - 3718951, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1477241043, - "Name": "Unique_Helm_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 210265, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": -1823423372, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1802869037, - -1823379498, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1623869263, - "Name": "Unique_Mighty_2H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 210678, - "ItemTypesGBID": -1488678058, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204075, - "SNOSet": -1823423372, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 1616088365, - 2044719016, - -394192022, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1387105920, - "Name": "Unique_Chest_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205613, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -1823423372, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1976254587, - 3718951, - 359993717, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1850878540, - "Name": "Unique_BarbBelt_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212235, - "ItemTypesGBID": -479768568, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157587, - "SNOSet": -1823423372, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1978556068, - -553879927, - -529329636, - 699281021, - 1434483431, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -498960995, - "Name": "Unique_Gloves_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205631, - "ItemTypesGBID": -131821392, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": -1823423372, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -1823379498, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2041975247, - "Name": "Unique_Boots_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205625, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1823423372, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - -250946460, - 139520518, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -406001525, - "Name": "Unique_Orb_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212780, - "ItemTypesGBID": 124739, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181656, - "SNOSet": -1822237451, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - -553879927, - 2111229381, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1506889068, - "Name": "Unique_Helm_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 211531, - "ItemTypesGBID": 3851110, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": -1822237451, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -1976254587, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1385919999, - "Name": "Unique_Chest_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 211626, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -1822237451, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 296723815, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1637588626, - "Name": "Unique_Belt_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212657, - "ItemTypesGBID": 3635495, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -1822237451, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -553879927, - -1, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 849320340, - "Name": "Unique_Amulet_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222486, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228653, - "SNOSet": -1822237451, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - -1542055954, - 296723815, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -147635182, - "Name": "Unique_SpiritStone_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222307, - "ItemTypesGBID": 576647032, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242893287, - "SNOSet": -1821051530, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -923861827, - -553879927, - -1976254587, - -1823379498, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1052741641, - "Name": "Unique_CombatStaff_2H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212208, - "ItemTypesGBID": -1620551894, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771751034, - "SNOSet": -1821051530, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 783140317, - 1616088365, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1384734078, - "Name": "Unique_Chest_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205614, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -1821051530, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 59953577, - -1802869037, - -923861827, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1638774547, - "Name": "Unique_Belt_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222487, - "ItemTypesGBID": 3635495, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -1821051530, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1711754382, - 3718951, - -250946460, - -1823379498, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1672204109, - "Name": "Unique_Pants_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205646, - "ItemTypesGBID": 3994699, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": -1821051530, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 810509126, - -1823379498, - 139520518, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 659012046, - "Name": "Unique_VoodooMask_007_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221202, - "ItemTypesGBID": -333341566, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620036247, - "SNOSet": -1792589426, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - -553879927, - -1976254587, - 949340468, - 296723815, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1383548157, - "Name": "Unique_Chest_016_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205615, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -1792589426, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - -553879927, - -529329636, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1697058076, - "Name": "Unique_Mojo_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 216525, - "ItemTypesGBID": 4041621, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814294, - "SNOSet": -1792589426, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 493718975, - -553879927, - -2133546597, - -23927138, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1508608648, - "Name": "Unique_Ring_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212579, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 3, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1792589426, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2043161168, - "Name": "Unique_Boots_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205627, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1792589426, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 296723815, - 139520518, - 1438797838, - -1, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 887269812, - "Name": "Unique_Amulet_016_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 224189, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228653, - "SNOSet": -1789031663, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 512004501, - 810509126, - 59953577, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2050276694, - "Name": "Unique_Boots_019_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222463, - "ItemTypesGBID": 120334087, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1789031663, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 3718951, - 139520518, - -1299951557, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -344613849, - "Name": "Unique_ChestArmor_028_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222456, - "ItemTypesGBID": -1028103400, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -1789031663, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - 143839492, - -843477631, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1675538098, - "Name": "Unique_Belt_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 224191, - "ItemTypesGBID": 3635495, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -1789031663, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -1751678268, - -128393329, - 3718951, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1638998321, - "Name": "Unique_Pants_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222477, - "ItemTypesGBID": 3994699, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 63, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 189, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": -1789031663, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 59953577, - 40042201, - 4029372, - 512004501, - -1, - -1 - ], - "MaxAffixLevel": [ - 63, - 63, - 63, - 63, - 63, - 63 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 850506261, - "Name": "Unique_Amulet_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222490, - "ItemTypesGBID": -365243096, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228653, - "SNOSet": -1791403505, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 1589045967, - 59953577, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507422727, - "Name": "Unique_Ring_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212587, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1791403505, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 4029372, - 139520518, - 982068194, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1506236806, - "Name": "Unique_Ring_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212650, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1790217584, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -2133546597, - -1751678268, - -1823379498, - 982068194, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1505050885, - "Name": "Unique_Ring_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 212651, - "ItemTypesGBID": 4214896, - "Flags": 16916481, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1790217584, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1299951557, - -1751678268, - -529329636, - 982068194, - -1823379498, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1345598685, - "Name": "Unique_Chest_025_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197199, - "ItemTypesGBID": -1028103400, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257708, - "SNOSet": -2067397377, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1681010545, - "Name": "Unique_Shoulder_006_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222948, - "ItemTypesGBID": -940830407, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -2067397377, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -121413451, - "Name": "Unique_Sword_1H_018_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223408, - "ItemTypesGBID": 140782159, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938914, - "SNOSet": -2067397377, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1509260910, - "Name": "Unique_Helm_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222559, - "ItemTypesGBID": 3851110, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454586, - "SNOSet": -2066211456, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1642556084, - "Name": "Unique_Pants_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197218, - "ItemTypesGBID": 3994699, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732134, - "SNOSet": -2066211456, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -463383365, - "Name": "Unique_Gloves_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197210, - "ItemTypesGBID": -131821392, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914300, - "SNOSet": -2066211456, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2045533010, - "Name": "Unique_Boots_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197225, - "ItemTypesGBID": 120334087, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880155, - "SNOSet": -2066211456, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 25, - 25, - 25, - 25, - 25, - 25 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2047904852, - "Name": "Unique_Boots_017_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197221, - "ItemTypesGBID": 120334087, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880156, - "SNOSet": -670703691, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1671980335, - "Name": "Unique_Belt_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222974, - "ItemTypesGBID": -948083356, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733830280, - "SNOSet": -670703691, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1640184242, - "Name": "Unique_Pants_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197214, - "ItemTypesGBID": 3994699, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512731049, - "SNOSet": -670703691, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1683382387, - "Name": "Unique_Shoulder_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 224051, - "ItemTypesGBID": -940830407, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365491340, - "SNOSet": -669517770, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1902074147, - "Name": "Unique_Bracer_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222972, - "ItemTypesGBID": -1999984446, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875943787, - "SNOSet": -669517770, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1344412764, - "Name": "Unique_Chest_026_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197193, - "ItemTypesGBID": -1028103400, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612258795, - "SNOSet": -669517770, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1511632752, - "Name": "Unique_Helm_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223972, - "ItemTypesGBID": 3851110, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 43, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9000, - "CostAlt": 5, - "IdentifyCost": 129, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 41, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565455673, - "SNOSet": -669517770, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 43, - 43, - 43, - 43, - 43, - 43 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1721331859, - "Name": "Unique_Shoulder_017_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 225132, - "ItemTypesGBID": -940830407, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365491342, - "SNOSet": 1019841339, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -497775074, - "Name": "Unique_Gloves_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205636, - "ItemTypesGBID": -131821392, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533913211, - "SNOSet": 1019841339, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1671018188, - "Name": "Unique_Pants_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 209054, - "ItemTypesGBID": 3994699, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512731045, - "SNOSet": 1019841339, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2044347089, - "Name": "Unique_Boots_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205618, - "ItemTypesGBID": 120334087, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 159, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140881244, - "SNOSet": 1019841339, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 53, - 53, - 53, - 53, - 53, - 53 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1873612043, - "Name": "Unique_Bracer_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222981, - "ItemTypesGBID": -1999984446, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942700, - "SNOSet": 1021027260, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1673166256, - "Name": "Unique_Belt_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222976, - "ItemTypesGBID": -948083356, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829191, - "SNOSet": 1021027260, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1512818673, - "Name": "Unique_Helm_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221518, - "ItemTypesGBID": 3851110, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 56, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11600, - "CostAlt": 5, - "IdentifyCost": 168, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 55, - "CrafterRequiredLevel": 55, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456760, - "SNOSet": 1021027260, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 56, - 56, - 56, - 56, - 56, - 56 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1343226843, - "Name": "Unique_Chest_027_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205612, - "ItemTypesGBID": -1028103400, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -492450617, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1674352177, - "Name": "Unique_Belt_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222740, - "ItemTypesGBID": -948083356, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -492450617, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1637812400, - "Name": "Unique_Pants_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205644, - "ItemTypesGBID": 3994699, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": -492450617, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1684568308, - "Name": "Unique_Shoulder_009_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 224397, - "ItemTypesGBID": -940830407, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492432, - "SNOSet": -492450617, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1872426122, - "Name": "Unique_Bracer_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 222741, - "ItemTypesGBID": -1999984446, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942695, - "SNOSet": -492450617, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -461011523, - "Name": "Unique_Gloves_017_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205632, - "ItemTypesGBID": -131821392, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": -491264696, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2049090773, - "Name": "Unique_Boots_018_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 205626, - "ItemTypesGBID": 120334087, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -491264696, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1514004594, - "Name": "Unique_Helm_016_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 221624, - "ItemTypesGBID": 3851110, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": -491264696, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1244350463, - "Name": "Unique_Shield_012_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223758, - "ItemTypesGBID": 332825721, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -330720411, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1685741035, - "Name": "Unique_Mighty_1H_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223627, - "ItemTypesGBID": -1488678091, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290068682, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 317120088, - "Name": "Unique_Wand_018_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 224184, - "ItemTypesGBID": 4385866, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667234, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -630292656, - "Name": "Unique_CeremonialDagger_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223396, - "ItemTypesGBID": -199811863, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267400, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -834707961, - "Name": "Unique_HandXBow_016_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223763, - "ItemTypesGBID": 763102523, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389484, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500049697, - "Name": "Unique_Fist_015_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223526, - "ItemTypesGBID": -2094596416, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -246556801, - "Name": "Unique_Axe_1H_013_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 223461, - "ItemTypesGBID": 109694, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 186, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661414574, - "SNOSet": -490078775, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 62, - 62, - 62, - 62, - 62, - 62 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -85564073, - "Name": "Unique_Dagger_008_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 189899, - "ItemTypesGBID": -262576534, - "Flags": 16916498, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -1751678268, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -793785348, - "Name": "Unique_Offhand_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 200476, - "ItemTypesGBID": -262576534, - "Flags": 16916497, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -168850291, - "Name": "Unique_Sword_1H_001_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 5516, - "ItemTypesGBID": 140782159, - "Flags": 16916498, - "DyeType": 0, - "ItemLevel": 3, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 9, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 231, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 222, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 1208, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 197, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 3, - 3, - 3, - 3, - 3, - 3 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -130900819, - "Name": "Unique_Sword_1H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 110952, - "ItemTypesGBID": 140782159, - "Flags": 16916498, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938919, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -90579505, - "Name": "Unique_Sword_1H_021_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 200558, - "ItemTypesGBID": 140782159, - "Flags": 16916529, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270937832, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - 40042201, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -58355758, - "Name": "Unique_Sword_2H_014_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 59668, - "ItemTypesGBID": -1307049751, - "Flags": 16916530, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1311456156, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 609308756, - "Name": "Unique_Mace_1H_010_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 187952, - "ItemTypesGBID": 4026134, - "Flags": 16916498, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 5, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1, - 4029372, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 22, - 22, - 22, - 22, - 22, - 22 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 881340207, - "Name": "Unique_Amulet_011_1xx", - "GBID": 0, - "PAD": 0, - "SNOActor": 197820, - "ItemTypesGBID": -365243096, - "Flags": 16916482, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228624, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248136, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1223187383, - -1751678268, - 1438797838, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 183506628, - "Name": "Helm_console_promo", - "GBID": 0, - "PAD": 0, - "SNOActor": 325974, - "ItemTypesGBID": 3851110, - "Flags": 16780369, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1425221075, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 78, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 339, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1128, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 819732890, - "Name": "Shoulders_ps3_promo", - "GBID": 0, - "PAD": 0, - "SNOActor": 309371, - "ItemTypesGBID": -940830407, - "Flags": 16780369, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -419021771, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 171, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 126, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 86, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1058019255, - "Name": "Amulet_ps3_promo", - "GBID": 0, - "PAD": 0, - "SNOActor": 316011, - "ItemTypesGBID": -365243096, - "Flags": 16780369, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 60, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1749045807, - "Name": "Gloves_ps3_promo", - "GBID": 0, - "PAD": 0, - "SNOActor": 314632, - "ItemTypesGBID": -131821392, - "Flags": 16780369, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 742334711, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 258, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1211, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 253, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 315675, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 217818513, - "Name": "Ring_ps3_promo", - "GBID": 0, - "PAD": 0, - "SNOActor": 316852, - "ItemTypesGBID": 4214896, - "Flags": 16780369, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -159638916, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 60, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1211, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1428885498, - "Name": "Unique_Dagger_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -1256761000, - -1461069733, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1429029246, - "Name": "Unique_Dagger_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221313, - "ItemTypesGBID": -262576534, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 1133, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 245836, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 0, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1428849561, - "Name": "Unique_Dagger_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192579, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303413123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 234326220, - -1, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2021488436, - "Name": "P4_Unique_Dagger_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 192579, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446969, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -916575414, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1428993309, - "Name": "Unique_Dagger_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195655, - "ItemTypesGBID": -262576534, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303412034, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1429963608, - "Name": "Unique_Dagger_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 219329, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303413118, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 96, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364312, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 486613622, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1011719542, - "Name": "Unique_Dagger_010_x1_210", - "GBID": 0, - "PAD": 0, - "SNOActor": 219329, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303413118, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364312, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 0, - 0, - 60, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 486613622, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -353801706, - "Name": "P610_Unique_Dagger_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 219329, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303413118, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484600, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 0, - 0, - 60, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151143161, - "Name": "Unique_CeremonialDagger_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193433, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318808, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 125900958, - -1916830402, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151250972, - "Name": "Unique_CeremonialDagger_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192540, - "ItemTypesGBID": -199811863, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635266315, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151179098, - "Name": "Unique_CeremonialDagger_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222978, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635268492, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318732, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 493718975, - 692891489, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151071287, - "Name": "Unique_CeremonialDagger_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196250, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267405, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318720, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151107224, - "Name": "Unique_CeremonialDagger_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 209246, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267402, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364316, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - 493718975, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151322846, - "Name": "Unique_CeremonialDagger_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195370, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267400, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1200, - "SNOParam": 67600, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1750610855, - "Name": "P4_Unique_CeremonialDagger_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 195370, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 75, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267400, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447030, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126437660, - "Name": "Unique_Sword_1H_017_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 115140, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938915, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069734, - -976182127, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 125072054, - "Name": "Unique_Sword_1H_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 270978, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270937830, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 234326220, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 125107991, - "Name": "Unique_Sword_1H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194481, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270937827, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 125900958, - -553879927, - -1, - 810509126, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126329849, - "Name": "Unique_Sword_1H_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 185397, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 0, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 125143928, - "Name": "Unique_Sword_1H_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 182347, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 6, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364315, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 0, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126509534, - "Name": "Unique_Sword_1H_019_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 270977, - "ItemTypesGBID": 140782159, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270935653, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 125251739, - "Name": "Unique_Sword_1H_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 115141, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936737, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1133, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 249967, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1616088365, - -1, - 2044719016, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126222038, - "Name": "Unique_Sword_1H_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189552, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -128393329, - -1461069734, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126257975, - "Name": "Unique_Sword_1H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192511, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 374362, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -1907454216, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 935448145, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1505954351, - "Name": "P3_Unique_Sword_1H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 192511, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936736, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441723, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -1907454216, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2079384503, - "Name": "Unique_Sword_2H_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 59665, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803526, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2080570424, - "Name": "Unique_Sword_2H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 198960, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803523, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - 1589045967, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2079456377, - "Name": "Unique_Sword_2H_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 181511, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231802438, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364321, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 234326220, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 0, - 0, - 0, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2080534487, - "Name": "Unique_Sword_2H_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 270979, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -553879927, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2079564188, - "Name": "Unique_Sword_2H_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 184184, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801349, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359540, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - 715115171, - -553879927, - 2029724334, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1786063534, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1786955986, - "Name": "P61_Unique_Sword_2H_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 184184, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801349, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478476, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - 715115171, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2079600125, - "Name": "Unique_Sword_2H_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 184190, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801347, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1142, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2079420440, - "Name": "Unique_Sword_2H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 181495, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - 1616088365, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2080498550, - "Name": "Unique_Sword_2H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 184187, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364317, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2079348566, - "Name": "Unique_Sword_2H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 190360, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - -553879927, - -1, - 59953577, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902398598, - "Name": "Unique_Axe_1H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 116386, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364311, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902434535, - "Name": "Unique_Axe_1H_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 116387, - "ItemTypesGBID": 109694, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661415658, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902326724, - "Name": "Unique_Axe_1H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 116388, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661413483, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - -1, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902506409, - "Name": "Unique_Axe_1H_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189973, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661414571, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248484, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902542346, - "Name": "Unique_Axe_1H_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 181484, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661414573, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246113, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -1796946852, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902470472, - "Name": "Unique_Axe_1H_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 116389, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661414574, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364318, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 785134241, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902470209, - "Name": "Unique_Axe_1H_005_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 116389, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661414574, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 433993, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1438256249, - "Name": "Unique_Axe_2H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 186560, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 588225754, - "Name": "P66_Unique_Axe_2H_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 186560, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483516, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1438328123, - "Name": "Unique_Axe_2H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 186494, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700548872, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246118, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1437142202, - "Name": "Unique_Axe_2H_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 191065, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700549962, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069734, - -1604369412, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 56, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 588225785, - "Name": "P66_Unique_Axe_2H_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 191065, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700549962, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483522, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069734, - -1604369412, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 56, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1437178139, - "Name": "Unique_Axe_2H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 6329, - "ItemTypesGBID": 119458520, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700551051, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1438040627, - "Name": "Unique_Axe_2H_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192887, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700549965, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069733, - -553879927, - 112679, - -1976254587, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 120, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2099760509, - "Name": "Unique_Mace_1H_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188185, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364325, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - 186163290, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 0, - 0, - 0, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2099868320, - "Name": "Unique_Mace_1H_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188169, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656025087, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - -1, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2099940194, - "Name": "Unique_Mace_1H_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188189, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656025085, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 125900958, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2099796446, - "Name": "Unique_Mace_1H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 102665, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656025083, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - 1616088365, - 1589045967, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2099976131, - "Name": "Unique_Mace_1H_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188158, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656023997, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2100012068, - "Name": "Unique_Mace_1H_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188177, - "ItemTypesGBID": 4026134, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656022910, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2099724572, - "Name": "Unique_Mace_1H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188181, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656023995, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 1616088365, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1506435567, - "Name": "P66_Unique_Mace_1H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 188181, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656023995, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483518, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - 1616088365, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2100910493, - "Name": "Unique_Mace_1H_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 188173, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656023994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -553879927, - -128393329, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240858401, - "Name": "Unique_Mace_2H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 59633, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616890784, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318757, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 12, - 12, - 12 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240930275, - "Name": "Unique_Mace_2H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 99227, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616890781, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -812845450, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -239708417, - "Name": "Unique_Mace_2H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 191584, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616889696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 80228221, - 1616088365, - -1, - -1604369412, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -239708681, - "Name": "Unique_Mace_2H_012_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 191584, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616889696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 80228221, - -812845450, - -1, - -1604369412, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -239780291, - "Name": "Unique_Mace_2H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 190840, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616889693, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359550, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240750590, - "Name": "Unique_Mace_2H_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 190868, - "ItemTypesGBID": 89494384, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616887517, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240894338, - "Name": "Unique_Mace_2H_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 190866, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616888603, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -553879927, - 2044719016, - 1616088365, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240642779, - "Name": "Unique_Mace_2H_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197717, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616888602, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364319, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 59323518, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -240643042, - "Name": "Unique_Mace_2H_009_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 197717, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616888602, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434033, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2433057, - "Name": "Unique_Polearm_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196570, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337763516, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2361183, - "Name": "Unique_Polearm_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 191570, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337762431, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -812845450, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 30602345, - "Name": "P4_Unique_Polearm_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 191570, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337762431, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446592, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -2054879108, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2024319972, - "Name": "P61_Unique_Polearm_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 191570, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337762431, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446592, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2397120, - "Name": "Unique_Polearm_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192569, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337761338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1604369412, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 0, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2397384, - "Name": "Unique_Polearm_003_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192569, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337761338, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1604369412, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 0, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2468994, - "Name": "Unique_Polearm_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195491, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337761335, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 367008, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1166725388, - "Name": "Unique_Spear_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197095, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1791554648, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1166725126, - "Name": "Unique_Spear_004_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 197095, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442477, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1616088365, - 2044719016, - -1355378723, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 213231594, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -723289206, - "Name": "P610_Unique_Spear_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 197095, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101312755, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484603, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1616088365, - 2044719016, - -1355378723, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1166617577, - "Name": "Unique_Spear_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 191446, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101311666, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1616088365, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1522126077, - "Name": "P3_Unique_Spear_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 191446, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101311666, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441349, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1166653514, - "Name": "Unique_Spear_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196638, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101310576, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 377452, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 377453, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1822665435, - "Name": "P4_Unique_Spear_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 196638, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101310576, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446638, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1166689451, - "Name": "Unique_Spear_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194241, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101310575, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -553879927, - -2133546597, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739715590, - "Name": "Unique_Bow_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175580, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504071, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - -1, - 1791554648, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739715854, - "Name": "Unique_Bow_005_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175580, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504071, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - 1791554648, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739643716, - "Name": "Unique_Bow_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 220654, - "ItemTypesGBID": 110504, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091500804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739607779, - "Name": "Unique_Bow_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221938, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091502982, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 375037, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -128393329, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739859338, - "Name": "Unique_Bow_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175581, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091502980, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1616088365, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739859602, - "Name": "Unique_Bow_001_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175581, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091502980, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -812845450, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1738529669, - "Name": "Unique_Bow_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175582, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091501894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 344372, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1738709354, - "Name": "Unique_Bow_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221893, - "ItemTypesGBID": 110504, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091500804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739571842, - "Name": "Unique_Bow_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192602, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091501889, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 502, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069733, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 99866995, - "Name": "Unique_XBow_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 98163, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 34, - 34, - 34, - 34, - 34, - 34 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 99687310, - "Name": "Unique_XBow_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222286, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031815, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364332, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 0, - 0, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 100873231, - "Name": "Unique_XBow_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194219, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181032902, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 374344, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 99795121, - "Name": "Unique_XBow_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194957, - "ItemTypesGBID": -1338851342, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181035078, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 100909168, - "Name": "Unique_XBow_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 204874, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181033991, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364335, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 234326220, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 99723247, - "Name": "Unique_XBow_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192836, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181033992, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247577, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1461069734, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 99759184, - "Name": "Unique_XBow_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221760, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181033994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 234326220, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2030354057, - "Name": "P4_Unique_XBow_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 221760, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181033994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446318, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 611497192, - -553879927, - 234326220, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -2110502404, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -696806020, - "Name": "P61_Unique_XBow_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 221760, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181033994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478483, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 234326220, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807380978, - "Name": "Unique_HandXBow_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195078, - "ItemTypesGBID": 763102523, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363388401, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807416915, - "Name": "Unique_HandXBow_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192467, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - 1951651227, - -1, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -380433061, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2071665159, - "Name": "P3_Unique_HandXBow_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 192467, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1616088365, - 1951651227, - -730461696, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -380433061, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807452852, - "Name": "Unique_HandXBow_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192528, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807453116, - "Name": "Unique_HandXBow_004_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192528, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1461069734, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807345041, - "Name": "Unique_HandXBow_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196409, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389485, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -863497084, - "Name": "P4_Unique_HandXBow_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 196409, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389485, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446146, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -806338805, - "Name": "Unique_HandXBow_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 225181, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389484, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318360, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1874338115, - "Name": "Unique_Mighty_1H_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192105, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364322, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -474963695, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1967359831, - "Name": "P3_Unique_Mighty_1H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 192105, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441762, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -474963695, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1820870511, - "Name": "P67_Unique_Mighty_1H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 192105, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066504, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483848, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1873295942, - "Name": "Unique_Mighty_1H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193486, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290067592, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - -553879927, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 62, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1820870482, - "Name": "P67_Unique_Mighty_1H_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 193486, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290067592, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483675, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1616088365, - -553879927, - 112679, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 62, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1874517800, - "Name": "Unique_Mighty_1H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192705, - "ItemTypesGBID": -1488678091, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290069769, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1874374052, - "Name": "Unique_Mighty_1H_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193611, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290068682, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1976254587, - 1350281776, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -403713545, - "Name": "P4_Unique_Mighty_1H_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 193611, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290068682, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447375, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - 1350281776, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 81016507, - "Name": "Unique_Mighty_2H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196308, - "ItemTypesGBID": -1488678058, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329205162, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 79902460, - "Name": "Unique_Mighty_2H_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195690, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -812845450, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 79902196, - "Name": "Unique_Mighty_2H_004_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195690, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397792, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1488065617, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 142158801, - "Name": "P68_Unique_Mighty_2H_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 195690, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484244, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 79794649, - "Name": "Unique_Mighty_2H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193657, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204073, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 82601298, - "Name": "P2_Unique_Mighty_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193657, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204073, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 435040, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1085253735, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 905710055, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -440196761, - "Name": "P61_Unique_Mighty_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193657, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204073, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478490, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 79974334, - "Name": "Unique_Mighty_2H_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195138, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204075, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318417, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 1437799125, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 34, - 0, - 0, - 34, - 34 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 905710060, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364578151, - "Name": "P4_Unique_Mighty_2H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 195138, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204075, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 73, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318417, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1899814809, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 34, - 0, - 0, - 34, - 34 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 905710060, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -440196756, - "Name": "P61_Unique_Mighty_2H_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 195138, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204075, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 73, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478489, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 34, - 0, - 0, - 34, - 34 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345705766, - "Name": "Unique_Fist_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196472, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1145, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 234326220, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345849514, - "Name": "Unique_Fist_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 145850, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604971, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1808801829, - -553879927, - 1616088365, - -1625420711, - 112679, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 552072150, - "Name": "P41_Unique_Fist_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 145850, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 12, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604971, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451168, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 12, - 0, - 0, - 0, - 12 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1346891687, - "Name": "Unique_Fist_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 130557, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236606059, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1346855750, - "Name": "Unique_Fist_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175938, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236606060, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1141, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345741703, - "Name": "Unique_Fist_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193459, - "ItemTypesGBID": -2094596416, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236608236, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345777640, - "Name": "Unique_Fist_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 145849, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607147, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 234326220, - -553879927, - -1, - 512004501, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345813577, - "Name": "Unique_Fist_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 145851, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607150, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1848607773, - "Name": "P67_Unique_Fist_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 145851, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607150, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484106, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345885451, - "Name": "Unique_Fist_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175939, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - 1350281776, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 552072151, - "Name": "P41_Unique_Fist_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 175939, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 12, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451170, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 12, - 0, - 0, - 12, - 12 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1345921388, - "Name": "Unique_Fist_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175937, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318433, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1588784387, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1220715006, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1119303793, - "Name": "P4_Unique_Fist_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175937, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318433, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1588784387, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1220715006, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -212263518, - "Name": "P61_Unique_Fist_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 175937, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318433, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1588784387, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269565774, - "Name": "Unique_CombatStaff_2H_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195145, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -918541332, - "Name": "P4_Unique_CombatStaff_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 195145, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449021, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 252720581, - 1350281776, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1571905343, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 867602079, - "Name": "P61_Unique_CombatStaff_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 195145, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 36, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771748852, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478475, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 1350281776, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 12, - 12, - 12, - 12, - 12, - 12 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269350152, - "Name": "Unique_CombatStaff_2H_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 209214, - "ItemTypesGBID": -1620551894, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771752119, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269457963, - "Name": "Unique_CombatStaff_2H_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197072, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771749941, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318831, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1484349569, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 780046305, - "Name": "P41_Unique_CombatStaff_2H_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 197072, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771749941, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451162, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269386089, - "Name": "Unique_CombatStaff_2H_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197068, - "ItemTypesGBID": -1620551894, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771749942, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247777, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269529837, - "Name": "Unique_CombatStaff_2H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192342, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771751029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318776, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 1016453019, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -2142353559, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1848490697, - "Name": "P61_Unique_CombatStaff_2H_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192342, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771751029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478473, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269493900, - "Name": "Unique_CombatStaff_2H_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196880, - "ItemTypesGBID": -1620551894, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771752119, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1269314215, - "Name": "Unique_CombatStaff_2H_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197065, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771751034, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246562, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116930953, - "Name": "Unique_Staff_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 184228, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - 1350281776, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 457923261, - "Name": "P4_Unique_Staff_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 184228, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446734, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1818350549, - -553879927, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1036928912, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 655953936, - "Name": "P61_Unique_Staff_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 184228, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478487, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116715331, - "Name": "Unique_Staff_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 59612, - "ItemTypesGBID": 140658708, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115688088, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116679394, - "Name": "Unique_Staff_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 59601, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115690263, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 1791554648, - -1, - 285196129, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116859079, - "Name": "Unique_Staff_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193832, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689177, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246780, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 0, - 0, - 0, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116751268, - "Name": "Unique_Staff_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195407, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689175, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 234326220, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1059001981, - "Name": "P2_Unique_Staff_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195407, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689175, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 4, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423238, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 234326220, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116895016, - "Name": "Unique_Staff_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193066, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689174, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 247572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 125900958, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116966890, - "Name": "Unique_Staff_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192167, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689172, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1461069734, - -553879927, - -1, - -128393329, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 66, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2116966626, - "Name": "Unique_Staff_009_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192167, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689172, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402448, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069734, - -553879927, - 742903399, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1036928904, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 655953944, - "Name": "P61_Unique_Staff_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 192167, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115689172, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478553, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1461069734, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 8246362, - "Name": "Unique_Wand_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 182074, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 8354173, - "Name": "Unique_Wand_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193355, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88666139, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 125900958, - -846894066, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 8210425, - "Name": "Unique_Wand_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 182071, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667228, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318376, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 125900958, - -553879927, - 1435512224, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1771839282, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1246787886, - "Name": "P2_Unique_Wand_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 182071, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667228, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318376, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 9324472, - "Name": "Unique_Wand_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 181995, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667231, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 71548, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 51, - 51, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -614249741, - "Name": "P4_Unique_Wand_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 181995, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667231, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 450472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 51, - 51, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1269551446, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -711085834, - "Name": "P610_Unique_Wand_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 181995, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667231, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484599, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 51, - 51, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 8461984, - "Name": "Unique_Wand_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 182081, - "ItemTypesGBID": 4385866, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88668318, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 9432283, - "Name": "Unique_Wand_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 181982, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667234, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 91549, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248686, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 125900958, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1481969989, - "Name": "Unique_Mojo_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194995, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -1, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -379156678, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1481934052, - "Name": "Unique_Mojo_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194988, - "ItemTypesGBID": 4041621, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 70, - 70, - 0, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 161937559, - "Name": "P66_Unique_Mojo_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 194988, - "ItemTypesGBID": 4041621, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 70, - 70, - 0, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1482005926, - "Name": "Unique_Mojo_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194991, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814297, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 374670, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 949340468, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 31, - 0, - 0, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -293058381, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1482005663, - "Name": "Unique_Mojo_004_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 194991, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814297, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 102572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 374670, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 949340468, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 31, - 0, - 0, - 31, - 31 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -293058381, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1482185611, - "Name": "Unique_Mojo_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192468, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814295, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 949340468, - -553879927, - -1823379498, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -839731297, - "Name": "P4_Unique_Mojo_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 192468, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814295, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446359, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 949340468, - -553879927, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1482149674, - "Name": "Unique_Mojo_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 191278, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814294, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318721, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -936567391, - "Name": "P610_Unique_Mojo_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 484656, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816472, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484655, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -924432587, - "Name": "Unique_Orb_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 184199, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318793, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1573100237, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2141245651, - "Name": "P610_Unique_Orb_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 184199, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484598, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1907454216, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 13, - 13, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -924468524, - "Name": "Unique_Orb_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195127, - "ItemTypesGBID": 124739, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -924504461, - "Name": "Unique_Orb_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 5, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -846894066, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -477998228, - "Name": "P2_Unique_Orb_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434849, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 506065953, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -68378834, - "Name": "P4_Unique_Orb_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434849, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 506065953, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1410786241, - "Name": "P61_Unique_Orb_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195325, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181655, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434849, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -924576335, - "Name": "Unique_Orb_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192320, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 2, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181656, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1200, - "SNOParam": 168344, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 374308, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -669278121, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002335275, - "Name": "Unique_Quiver_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 569172741, - "Name": "P4_Unique_Quiver_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449114, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1547764753, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1862624984, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002479023, - "Name": "Unique_Quiver_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197629, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236303, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -986766241, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002443086, - "Name": "Unique_Quiver_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197628, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237389, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 112679, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002442822, - "Name": "Unique_Quiver_005_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197628, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237389, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359606, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002407149, - "Name": "Unique_Quiver_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197627, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237391, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1542055954, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1360210129, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002299338, - "Name": "Unique_Quiver_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197624, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1604369412, - -493913099, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002299074, - "Name": "Unique_Quiver_001_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197624, - "ItemTypesGBID": 269990204, - "Flags": 268574721, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359605, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 223386198, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 253945334, - "Name": "P41_Unique_Quiver_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197624, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451169, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002371212, - "Name": "Unique_Quiver_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197626, - "ItemTypesGBID": 269990204, - "Flags": 139281, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539238484, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2002514960, - "Name": "Unique_Quiver_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197630, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539238482, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1070066039, - "Name": "P2_Unique_Quiver_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 197630, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539238482, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423241, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -579447004, - -553879927, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1516308706, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1485749570, - "Name": "P61_Unique_Quiver_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 197630, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539238482, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478486, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1729698072, - "Name": "Unique_Shield_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 152667, - "ItemTypesGBID": 332825721, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815809043, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1730668371, - "Name": "Unique_Shield_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 152666, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815807947, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -250946460, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 0, - 0, - 15, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -793495482, - "Name": "P2_Unique_Shield_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 152666, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815807947, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 435016, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 0, - 0, - 0, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1239738149, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1209179013, - "Name": "P61_Unique_Shield_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 152666, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815807947, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 435016, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 0, - 0, - 0, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1730776182, - "Name": "Unique_Shield_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 61550, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815807951, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318816, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 34, - 34, - 34 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1730632434, - "Name": "Unique_Shield_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195389, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815809035, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1542055954, - 942999935, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 0, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1730848056, - "Name": "Unique_Shield_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197478, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -333092253, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -793495487, - "Name": "P2_Unique_Shield_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197478, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -333092253, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430683, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1730596497, - "Name": "Unique_Shield_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 192484, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -330720411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1859873874, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1257756409, - "Name": "Unique_Shield_009_x1_ConsoleCorrection", - "GBID": 0, - "PAD": 0, - "SNOActor": 192484, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -330720411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1131, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1299951557, - -1802869037, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 0, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517290700, - "Name": "Unique_Helm_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 220630, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 16, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 230001645, - "Name": "P2_Unique_Helm_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 220630, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 60, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454585, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423231, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 20, - 20, - 20, - 20, - 20, - 20 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517254763, - "Name": "Unique_Helm_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196024, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517255027, - "Name": "Unique_Helm_002_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196024, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1400, - "CostAlt": 5, - "IdentifyCost": 15, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 727, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 5, - 5, - 5, - 5, - 5, - 5 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 334197455, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517255025, - "Name": "Unique_Helm_002_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 196024, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442353, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517075078, - "Name": "Unique_Helm_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197037, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565455674, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1142, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517182889, - "Name": "Unique_Helm_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 220549, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565455675, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318773, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 0, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517218826, - "Name": "Unique_Helm_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 198014, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 377, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 93, - "SNOParam": 4, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 338061, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1542055954, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 334233391, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517219089, - "Name": "Unique_Helm_003_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 198014, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456764, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 377, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 93, - "SNOParam": 4, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434034, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1542055954, - -553879927, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1516104779, - "Name": "Unique_Helm_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222889, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517111015, - "Name": "Unique_Helm_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223577, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 810509126, - -1976254587, - -529329636, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 0, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1315580830, - "Name": "Unique_Gloves_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197206, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 34, - 0, - 0, - 0, - 34, - 34 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475762062, - "Name": "P41_Unique_Gloves_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 197206, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451166, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 34, - 0, - 0, - 0, - 34, - 34 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1316874562, - "Name": "Unique_Gloves_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197207, - "ItemTypesGBID": -131821392, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912119, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1316658940, - "Name": "Unique_Gloves_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205640, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912126, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1123, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1686680439, - "Name": "P66_Unique_Gloves_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 205640, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912126, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1123, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483519, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1315688641, - "Name": "Unique_Gloves_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205635, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912123, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318799, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1316838625, - "Name": "Unique_Gloves_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197205, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912122, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318349, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1445202891, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1475762027, - "Name": "P41_Unique_Gloves_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 197205, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912122, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451167, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1316802688, - "Name": "Unique_Gloves_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205642, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318731, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 972862101, - "Name": "Unique_Boots_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205620, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1321145581, - "Name": "P1_Unique_Boots_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 205620, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 409811, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 139520518, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1891778372, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -710306076, - "Name": "P71_Unique_Boots_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 205620, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 485724, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 971999613, - "Name": "Unique_Boots_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205622, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880154, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318810, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 971712117, - "Name": "Unique_Boots_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197224, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140881242, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -493913099, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 0, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 419527472, - "Name": "P4_Unique_Boots_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197224, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140881242, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447043, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 0, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 971855865, - "Name": "Unique_Boots_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205621, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 971927739, - "Name": "Unique_Boots_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205624, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882333, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 342515, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1940317172, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 971927476, - "Name": "Unique_Boots_007_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 205624, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882333, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434010, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 971963676, - "Name": "Unique_Boots_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222464, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1132, - "SNOParam": 3, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318741, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80668106, - "Name": "Unique_Belt_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193665, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831367, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 715115171, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 0, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80596232, - "Name": "Unique_Belt_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193667, - "ItemTypesGBID": -948083356, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829184, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79554059, - "Name": "Unique_Belt_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193671, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733830279, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318875, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80704043, - "Name": "Unique_Belt_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193664, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733830278, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -986766241, - -553879927, - -250946460, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80452484, - "Name": "Unique_Belt_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193669, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733830276, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1129, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688286, - "Name": "P4_Unique_Belt_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 193669, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733830276, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446541, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80632169, - "Name": "Unique_Belt_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193666, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 2076777148, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80632433, - "Name": "Unique_Belt_003_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193666, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402415, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80560295, - "Name": "Unique_Belt_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193668, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 143839492, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -80416547, - "Name": "Unique_Belt_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193670, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -1, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 394468403, - "Name": "P3_Unique_Belt_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 440742, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440743, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1424752241, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1633753809, - "Name": "P69_Unique_Belt_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 440742, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829191, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440743, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968869696, - "Name": "Unique_Bracer_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193686, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 0, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865934267, - "Name": "P4_Unique_Bracer_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 193686, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944877, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449043, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 0, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968797822, - "Name": "Unique_Bracer_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193688, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944874, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -553879927, - 143839492, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 0, - 0, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 226695483, - "Name": "P2_Unique_Bracer_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193688, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944874, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423242, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1542055954, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 331059424, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -509355904, - "Name": "P610_Unique_Bracer_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193688, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944874, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484605, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1542055954, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968905633, - "Name": "Unique_Bracer_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193685, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875943789, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 139520518, - -1604369412, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 226695480, - "Name": "P2_Unique_Bracer_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 193685, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875943789, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430135, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968941570, - "Name": "Unique_Bracer_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193684, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942698, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318871, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968977507, - "Name": "Unique_Bracer_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193683, - "ItemTypesGBID": -1999984446, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942693, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968761885, - "Name": "Unique_Bracer_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193692, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942696, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318772, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 143839492, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968833759, - "Name": "Unique_Bracer_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193687, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942695, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 139520518, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 348384391, - "Name": "Unique_Chest_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197203, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 329755266, - "Name": "P4_Unique_Chest_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 197203, - "ItemTypesGBID": -1028103400, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 69, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449064, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 23, - 23, - 23, - 23, - 23, - 23 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 348600013, - "Name": "Unique_Chest_018_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205607, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 329755272, - "Name": "P4_Unique_Chest_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 205607, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446615, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - 1589045967, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 348312517, - "Name": "Unique_Chest_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197204, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612258794, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318798, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 347162533, - "Name": "Unique_Chest_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205616, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612258797, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 246515, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 347342218, - "Name": "Unique_Chest_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222455, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259884, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318790, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1796946852, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 34, - 34 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 348635950, - "Name": "Unique_Chest_019_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205609, - "ItemTypesGBID": -1028103400, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259889, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 347198470, - "Name": "Unique_Chest_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205608, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1133, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742663334, - "Name": "Unique_Pants_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197220, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364342, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -774273901, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742663597, - "Name": "Unique_Pants_007_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 197220, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434009, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742843019, - "Name": "Unique_Pants_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 209059, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512731047, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1060882480, - "Name": "P4_Unique_Pants_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 209059, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512731047, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446502, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 0, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742878956, - "Name": "Unique_Pants_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 209057, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512731045, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 4, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -1976254587, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 0, - 0, - 51, - 51, - 51 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -380325632, - "Name": "P41_Unique_Pants_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 209057, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512731045, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451161, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742735208, - "Name": "Unique_Pants_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222476, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742699271, - "Name": "Unique_Pants_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197216, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742699535, - "Name": "Unique_Pants_006_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197216, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402416, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860291372, - "Name": "Unique_Shoulder_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 198573, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 39, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365491340, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318801, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -128393329, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 13, - 13, - 13, - 13 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860255435, - "Name": "Unique_Shoulder_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 200310, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492428, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364339, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1959750034, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860255698, - "Name": "Unique_Shoulder_002_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 200310, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492428, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434005, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860075750, - "Name": "Unique_Shoulder_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223619, - "ItemTypesGBID": -940830407, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860219498, - "Name": "Unique_Shoulder_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 201325, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492432, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860219762, - "Name": "Unique_Shoulder_003_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 201325, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492432, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397783, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045819466, - "Name": "Unique_SpiritStone_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222171, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242895467, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - 1220289425, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045855403, - "Name": "Unique_SpiritStone_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222169, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242895466, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318426, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1602053498, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 19, - 19 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045927277, - "Name": "Unique_SpiritStone_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222172, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242894379, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318824, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045891340, - "Name": "Unique_SpiritStone_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222173, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242894377, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -250946460, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045963214, - "Name": "Unique_SpiritStone_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222306, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242894376, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -493913099, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045783529, - "Name": "Unique_SpiritStone_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222170, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242893290, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045747592, - "Name": "Unique_SpiritStone_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222305, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242893288, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318811, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 538317981, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045711655, - "Name": "Unique_SpiritStone_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221572, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242893287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -529329636, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1572348495, - "Name": "P1_Unique_SpiritStone_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 221572, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242893287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402540, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -370515179, - "Name": "Unique_VoodooMask_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221167, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034067, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1220289425, - -553879927, - -1, - 949340468, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -370551116, - "Name": "Unique_VoodooMask_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 204136, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034069, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318796, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -370658927, - "Name": "Unique_VoodooMask_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221166, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620036244, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 251572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -370694864, - "Name": "Unique_VoodooMask_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221382, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318774, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -370443305, - "Name": "Unique_VoodooMask_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221168, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620036247, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318385, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 129359006, - "Name": "Unique_WizardHat_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 218681, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -669278121, - -846894066, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 129287132, - "Name": "Unique_WizardHat_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 224908, - "ItemTypesGBID": -1499089042, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755623809, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318788, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 129394943, - "Name": "Unique_WizardHat_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 220694, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755623811, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364338, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 186163290, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1317940330, - "Name": "P1_Unique_WizardHat_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 218681, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 408974, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -669278121, - -846894066, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 30, - 30, - 30 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1383279272, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1765119784, - "Name": "P3_Unique_WizardHat_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 218681, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755622720, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440336, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -669278121, - -846894066, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 30, - 30, - 30 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -746759688, - "Name": "Unique_Cloak_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223149, - "ItemTypesGBID": 121411562, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40857601, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318421, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -746615940, - "Name": "Unique_Cloak_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223150, - "ItemTypesGBID": 121411562, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 102, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40856510, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318420, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 34, - 34, - 34 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -746723751, - "Name": "Unique_Cloak_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223151, - "ItemTypesGBID": 121411562, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40857599, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318300, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 221665681, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -746724015, - "Name": "Unique_Cloak_002_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223151, - "ItemTypesGBID": 121411562, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40857599, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318300, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855143857, - "Name": "Unique_BarbBelt_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212232, - "ItemTypesGBID": -479768568, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855071983, - "Name": "Unique_BarbBelt_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193676, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1096375804, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1564709226, - "Name": "P2_Unique_BarbBelt_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193676, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 11, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423233, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -142974746, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 785610854, - "Name": "P68_Unique_BarbBelt_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 193676, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 11, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484245, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855036046, - "Name": "Unique_BarbBelt_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193674, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112156495, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -553879927, - -1299951557, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 0, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 732139751, - "Name": "P41_Unique_Belt_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 193674, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112156495, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451163, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -529329636, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 0, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 340062601, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 131061033, - "Name": "P61_Unique_Belt_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 193674, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112156495, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451163, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -529329636, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 0, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855215731, - "Name": "Unique_BarbBelt_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193673, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112156497, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318419, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855251668, - "Name": "Unique_BarbBelt_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193672, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112156498, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1564709221, - "Name": "P2_Unique_BarbBelt_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193672, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 183, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112156498, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430679, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -639901954, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 61 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855179794, - "Name": "Unique_BarbBelt_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212230, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157584, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 93, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 2, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364341, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 0, - 0, - 60, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855000109, - "Name": "Unique_BarbBelt_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193675, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - 1589045967, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2069284299, - "Name": "P2_Unique_Belt_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 193675, - "ItemTypesGBID": -948083356, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423235, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 447055002, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1533582278, - "Name": "P610_Unique_Belt_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 193675, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157586, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484602, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1802869037, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855107920, - "Name": "Unique_BarbBelt_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212234, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157587, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -855108184, - "Name": "Unique_BarbBelt_005_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212234, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157587, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359593, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1502779804, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -574194204, - "Name": "P67_Unique_BarbBelt_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 212234, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157587, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483792, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364856072, - "Name": "Unique_Amulet_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197813, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364343, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - 43895019, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 981785282, - "Name": "Unique_Amulet_003_x1_ConsoleCorrection", - "GBID": 0, - "PAD": 0, - "SNOActor": 197813, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228620, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 5, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364343, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - 1435512224, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1527232824, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -363777962, - "Name": "Unique_Amulet_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197819, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228621, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1218212873, - "Name": "P66_Unique_Amulet_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 197819, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228621, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483552, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -363634214, - "Name": "Unique_Amulet_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197823, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1128, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -843477631, - -1542055954, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364640450, - "Name": "Unique_Amulet_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197818, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228622, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - 1223187383, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -363706088, - "Name": "Unique_Amulet_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197821, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228623, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318715, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -363670151, - "Name": "Unique_Amulet_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197822, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228625, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1588784387, - -553879927, - -1711754382, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364927946, - "Name": "Unique_Amulet_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193659, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228649, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 715115171, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1218212841, - "Name": "P66_Unique_Amulet_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 193659, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228649, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483515, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 715115171, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364892009, - "Name": "Unique_Amulet_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197812, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 51, - 51, - 0, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364892273, - "Name": "Unique_Amulet_002_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197812, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359597, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 51, - 51, - 0, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364784198, - "Name": "Unique_Amulet_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197815, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228650, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364748261, - "Name": "Unique_Amulet_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197817, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318716, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -363598277, - "Name": "Unique_Amulet_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197824, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318719, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364820135, - "Name": "Unique_Amulet_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197814, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228651, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318718, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1256007718, - "Name": "Unique_Ring_018_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212586, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 60, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 0, - 0, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1187507361, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1256007455, - "Name": "Unique_Ring_018_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 212586, - "ItemTypesGBID": 4214896, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 40, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8400, - "CostAlt": 5, - "IdentifyCost": 120, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 38, - "CrafterRequiredLevel": 39, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967282, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 60, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402460, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 40, - 0, - 0, - 40, - 40, - 40 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254606175, - "Name": "Unique_Ring_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197835, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967284, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 78, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 15, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1256942080, - "Name": "Unique_Ring_021_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212546, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967285, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - 942999935, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254713986, - "Name": "Unique_Ring_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197839, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - -1409407349, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -826591027, - "Name": "P4_Unique_Ring_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 197839, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447060, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -252146240, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 652574048, - "Name": "P61_Unique_Ring_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 197839, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447060, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254857734, - "Name": "Unique_Ring_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212602, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967312, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254749923, - "Name": "Unique_Ring_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212589, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967316, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 0, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254749660, - "Name": "Unique_Ring_006_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 212589, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967316, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 0, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254678049, - "Name": "Unique_Ring_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197837, - "ItemTypesGBID": 4214896, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967317, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318375, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -128393329, - 810509126, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254821797, - "Name": "Unique_Ring_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212590, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967319, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 707, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - 2076777148, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 0, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -826591029, - "Name": "P4_Unique_Ring_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 212590, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967319, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 707, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 268, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446565, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 0, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1257013954, - "Name": "Unique_Ring_023_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212588, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967320, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 715115171, - 810509126, - -1823379498, - -986766241, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1257013691, - "Name": "Unique_Ring_023_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 212588, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967320, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402459, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 715115171, - 810509126, - -1823379498, - -986766241, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254785860, - "Name": "Unique_Ring_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212601, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967321, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 135, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254785596, - "Name": "Unique_Ring_007_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212601, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967321, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402413, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -553879927, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1256906143, - "Name": "Unique_Ring_020_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212603, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10600, - "CostAlt": 5, - "IdentifyCost": 153, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364340, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1256761000, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254570238, - "Name": "Unique_Ring_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197834, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 364345, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254642112, - "Name": "Unique_Ring_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197836, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318865, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1256978017, - "Name": "Unique_Ring_022_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1236210425, - "Name": "P2_Unique_Ring_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423227, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -252146243, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 20035931, - "Name": "P41_Unique_Ring_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451160, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -252146243, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 652574045, - "Name": "P61_Unique_Ring_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 212618, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451160, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255971781, - "Name": "Unique_Ring_017_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212648, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1131, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255971518, - "Name": "Unique_Ring_017_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 212648, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1131, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402461, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1187543296, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255971520, - "Name": "Unique_Ring_017_p4", - "GBID": 0, - "PAD": 0, - "SNOActor": 212648, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402461, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 60, - 0, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1256043655, - "Name": "Unique_Ring_019_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212582, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 942999935, - -553879927, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1704707811, - "Name": "P69_Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 212582, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967346, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484282, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 942999935, - -553879927, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255720222, - "Name": "Unique_Ring_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212581, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967318, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318769, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -644397721, - "Name": "p2_Unique_Ring_Wizard_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 212602, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967312, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429648, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1236210422, - "Name": "P2_Unique_Ring_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 433496, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 59, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967312, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430674, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -826591031, - "Name": "P4_Unique_Ring_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 445697, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445694, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1481522298, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1474131962, - "Name": "P42_Unique_Ring_Haunt", - "GBID": 0, - "PAD": 0, - "SNOActor": 445697, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445694, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -826591030, - "Name": "P4_Unique_Ring_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 446188, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 59, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967287, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446187, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1873367816, - "Name": "Unique_Mighty_1H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 208771, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290068682, - "SNOSet": 1376187158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1873331879, - "Name": "Unique_Mighty_1H_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 208775, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290068682, - "SNOSet": 1376187158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807560663, - "Name": "Unique_HandXBow_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 211745, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389484, - "SNOSet": 1376223095, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318348, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -807524726, - "Name": "Unique_HandXBow_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 211749, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389484, - "SNOSet": 1376223095, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318813, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 9396346, - "Name": "Unique_Wand_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 210479, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88667234, - "SNOSet": 1376259032, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 60, - 60, - 60, - 0, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -923390414, - "Name": "Unique_Orb_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212277, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181656, - "SNOSet": 1376259032, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -1, - -846894066, - -669278121, - -553879927, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1346783876, - "Name": "Unique_Fist_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 208898, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": 1376294969, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1346819813, - "Name": "Unique_Fist_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 208996, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236607151, - "SNOSet": 1376294969, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1151358783, - "Name": "Unique_CeremonialDagger_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223365, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267400, - "SNOSet": 1376330906, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - 234326220, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1483048099, - "Name": "Unique_Mojo_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 210993, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814294, - "SNOSet": 1376330906, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1517003204, - "Name": "Unique_Helm_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 210851, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -807488789, - "Name": "Unique_HandXBow_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 210874, - "ItemTypesGBID": 763102523, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389484, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1391303962, - -553879927, - -1, - 2044719016, - -812845450, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -746580003, - "Name": "Unique_Cloak_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 208934, - "ItemTypesGBID": 121411562, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40857599, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -553879927, - -1976254587, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": 1255756159, - "Name": "Unique_Ring_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212545, - "ItemTypesGBID": 4214896, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 972898038, - "Name": "Unique_Boots_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197223, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1091566653, - "Name": "P2_Unique_Pants_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 415282, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -1036605689, - "Name": "P2_Unique_Gloves_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 415190, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": 1376366843, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -1517039141, - "Name": "Unique_Helm_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 210265, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": 80944633, - "Name": "Unique_Mighty_2H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 210678, - "ItemTypesGBID": -1488678058, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329204075, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1818435806, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": 348420328, - "Name": "Unique_Chest_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205613, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -854964172, - "Name": "Unique_BarbBelt_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212235, - "ItemTypesGBID": -479768568, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112157587, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": -1316623003, - "Name": "Unique_Gloves_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205631, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": 972933975, - "Name": "Unique_Boots_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205625, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1091566654, - "Name": "P2_Unique_Pants_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 205645, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": 1376402780, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 0, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -923354477, - "Name": "Unique_Orb_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212780, - "ItemTypesGBID": 124739, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905181656, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1087172967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -1516140716, - "Name": "Unique_Helm_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 211531, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456765, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 348456265, - "Name": "Unique_Chest_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 211626, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - 143839492, - 810509126, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -80524358, - "Name": "Unique_Belt_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212657, - "ItemTypesGBID": -948083356, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": -364712324, - "Name": "Unique_Amulet_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222486, - "ItemTypesGBID": -365243096, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228653, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1256761000, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 1091566655, - "Name": "P2_Unique_Pants_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 415049, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -1036605688, - "Name": "P2_Unique_Gloves_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 415051, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": 1376438717, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -1921330402, - "Name": "P2_Unique_Boots_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 415050, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430673, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 488016499, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 880093649, - "Name": "P41_Unique_Boots_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 415050, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451186, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 488016499, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 279014931, - "Name": "P61_Unique_Boots_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 415050, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478554, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1045675718, - "Name": "Unique_SpiritStone_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222307, - "ItemTypesGBID": 576647032, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242893287, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -1269601711, - "Name": "Unique_CombatStaff_2H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212208, - "ItemTypesGBID": -1620551894, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771751034, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -2050979060, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": 348492202, - "Name": "Unique_Chest_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205614, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -80488421, - "Name": "Unique_Belt_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222487, - "ItemTypesGBID": -948083356, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1742627397, - "Name": "Unique_Pants_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205646, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -1921330401, - "Name": "P2_Unique_Boots_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 415264, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1036605686, - "Name": "P2_Unique_Gloves_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 415197, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": 1376474654, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 60, - 0, - 0, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -370479242, - "Name": "Unique_VoodooMask_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221202, - "ItemTypesGBID": -333341566, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620036247, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": 348528139, - "Name": "Unique_Chest_016_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205615, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": 1483084036, - "Name": "Unique_Mojo_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 216525, - "ItemTypesGBID": 4041621, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814294, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1823379498, - -2143656649, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": 1255792096, - "Name": "Unique_Ring_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212579, - "ItemTypesGBID": 4214896, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": 972969912, - "Name": "Unique_Boots_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205627, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1036605687, - "Name": "P2_Unique_Gloves_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 205633, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912121, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": 1091566656, - "Name": "P2_Unique_Pants_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 205647, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": 1377337142, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 0, - 60, - 60 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -363562340, - "Name": "Unique_Amulet_016_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 224189, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228653, - "SNOSet": 1377444953, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 973185534, - "Name": "Unique_Boots_019_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222463, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882334, - "SNOSet": 1377444953, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1572246865, - "Name": "Unique_ChestArmor_028_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222456, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259887, - "SNOSet": 1377444953, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79374374, - "Name": "Unique_Belt_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 224191, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": 1377444953, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -553879927, - -128393329, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1741621161, - "Name": "Unique_Pants_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222477, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729955, - "SNOSet": 1377444953, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1542055954, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364676387, - "Name": "Unique_Amulet_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222490, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228653, - "SNOSet": 1377373079, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 0, - 0, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255828033, - "Name": "Unique_Ring_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212587, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": 1377373079, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 139520518, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255863970, - "Name": "Unique_Ring_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212650, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": 1377409016, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1255899907, - "Name": "Unique_Ring_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212651, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12400, - "CostAlt": 5, - "IdentifyCost": 180, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": 1377409016, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 60, - 60, - 60, - 60, - 60, - 60 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 349678123, - "Name": "Unique_Chest_025_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197199, - "ItemTypesGBID": -1028103400, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259889, - "SNOSet": -62646137, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860111687, - "Name": "Unique_Shoulder_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222948, - "ItemTypesGBID": -940830407, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492434, - "SNOSet": -62646137, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126473597, - "Name": "Unique_Sword_1H_018_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223408, - "ItemTypesGBID": 140782159, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270935653, - "SNOSet": -62646137, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1516068842, - "Name": "Unique_Helm_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222559, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": -62610200, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1741728972, - "Name": "Unique_Pants_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197218, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": -62610200, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1315544893, - "Name": "Unique_Gloves_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197210, - "ItemTypesGBID": -131821392, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912119, - "SNOSet": -62610200, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 973041786, - "Name": "Unique_Boots_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197225, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": -62610200, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 973113660, - "Name": "Unique_Boots_017_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197221, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": -1191676803, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79482185, - "Name": "Unique_Belt_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222974, - "ItemTypesGBID": -948083356, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829184, - "SNOSet": -1191676803, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1741657098, - "Name": "Unique_Pants_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197214, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": -1191676803, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860039813, - "Name": "Unique_Shoulder_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 224051, - "ItemTypesGBID": -940830407, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492434, - "SNOSet": -1191640866, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -968690011, - "Name": "Unique_Bracer_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222972, - "ItemTypesGBID": -1999984446, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942693, - "SNOSet": -1191640866, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 349714060, - "Name": "Unique_Chest_026_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197193, - "ItemTypesGBID": -1028103400, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259889, - "SNOSet": -1191640866, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1515996968, - "Name": "Unique_Helm_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223972, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": -1191640866, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -858889829, - "Name": "Unique_Shoulder_017_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 225132, - "ItemTypesGBID": -940830407, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492434, - "SNOSet": -359545021, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1316587066, - "Name": "Unique_Gloves_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205636, - "ItemTypesGBID": -131821392, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912119, - "SNOSet": -359545021, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1742591460, - "Name": "Unique_Pants_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 209054, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": -359545021, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 973005849, - "Name": "Unique_Boots_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205618, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": -359545021, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -967827523, - "Name": "Unique_Bracer_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222981, - "ItemTypesGBID": -1999984446, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942693, - "SNOSet": -359509084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79446248, - "Name": "Unique_Belt_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222976, - "ItemTypesGBID": -948083356, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829184, - "SNOSet": -359509084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1515961031, - "Name": "Unique_Helm_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221518, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": -359509084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 349749997, - "Name": "Unique_Chest_027_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205612, - "ItemTypesGBID": -1028103400, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259889, - "SNOSet": 635832143, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79410311, - "Name": "Unique_Belt_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222740, - "ItemTypesGBID": -948083356, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829184, - "SNOSet": 635832143, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1741585224, - "Name": "Unique_Pants_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205644, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": 635832143, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -860003876, - "Name": "Unique_Shoulder_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 224397, - "ItemTypesGBID": -940830407, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492434, - "SNOSet": 635832143, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -967791586, - "Name": "Unique_Bracer_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 222741, - "ItemTypesGBID": -1999984446, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942693, - "SNOSet": 635832143, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1315473019, - "Name": "Unique_Gloves_017_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205632, - "ItemTypesGBID": -131821392, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912119, - "SNOSet": 635868080, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 973149597, - "Name": "Unique_Boots_018_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205626, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": 635868080, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1515925094, - "Name": "Unique_Helm_016_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 221624, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": 635868080, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -435077298, - "Name": "P66_Unique_Belt_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 483512, - "ItemTypesGBID": -948083356, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829184, - "SNOSet": 635868080, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1729662135, - "Name": "Unique_Shield_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223758, - "ItemTypesGBID": 332825721, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815809043, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1873188131, - "Name": "Unique_Mighty_1H_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223627, - "ItemTypesGBID": -1488678091, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290069769, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 9611968, - "Name": "Unique_Wand_018_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 224184, - "ItemTypesGBID": 4385866, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88668318, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1152257208, - "Name": "Unique_CeremonialDagger_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223396, - "ItemTypesGBID": -199811863, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635266315, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -806195057, - "Name": "Unique_HandXBow_016_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223763, - "ItemTypesGBID": 763102523, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363388401, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1346963561, - "Name": "Unique_Fist_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223526, - "ItemTypesGBID": -2094596416, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236608236, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903584519, - "Name": "Unique_Axe_1H_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 223461, - "ItemTypesGBID": 109694, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661415658, - "SNOSet": 635904017, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1864208649, - "Name": "P66_Unique_Helm_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 222559, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": 1360163547, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -243783609, - "Name": "P66_Unique_Pants_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 197218, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": 1360163547, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1686680470, - "Name": "P66_Unique_Gloves_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 197210, - "ItemTypesGBID": -131821392, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912119, - "SNOSet": 1360163547, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -885138611, - "Name": "P66_Unique_Boots_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 197225, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": 1360163547, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -885138609, - "Name": "P66_Unique_Boots_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 197221, - "ItemTypesGBID": 120334087, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140882336, - "SNOSet": 917163184, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -435077302, - "Name": "P66_Unique_Belt_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 222974, - "ItemTypesGBID": -948083356, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829184, - "SNOSet": 917163184, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -243783607, - "Name": "P66_Unique_Pants_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 197214, - "ItemTypesGBID": 3994699, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512729953, - "SNOSet": 917163184, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1893907982, - "Name": "P66_Unique_Shoulder_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 224051, - "ItemTypesGBID": -940830407, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365492434, - "SNOSet": 917163185, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1761625272, - "Name": "P66_Unique_Bracer_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 222972, - "ItemTypesGBID": -1999984446, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942693, - "SNOSet": 917163185, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -974910817, - "Name": "P66_Unique_Chest_026", - "GBID": 0, - "PAD": 0, - "SNOActor": 197193, - "ItemTypesGBID": -1028103400, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612259889, - "SNOSet": 917163185, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1864208651, - "Name": "P66_Unique_Helm_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 223972, - "ItemTypesGBID": 3851110, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565456767, - "SNOSet": 917163185, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 70 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1429065183, - "Name": "Unique_Dagger_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189899, - "ItemTypesGBID": -262576534, - "Flags": 131090, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 1616088365, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1147302884, - "Name": "Unique_Offhand_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 200476, - "ItemTypesGBID": -262576534, - "Flags": 131089, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6800, - "CostAlt": 5, - "IdentifyCost": 96, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303414213, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 125036117, - "Name": "Unique_Sword_1H_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 5516, - "ItemTypesGBID": 140782159, - "Flags": 131090, - "DyeType": 0, - "ItemLevel": 3, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 9, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1147, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 231, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 222, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": 1208, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 197, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 3, - 3, - 3, - 3, - 3, - 3 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 126186101, - "Name": "Unique_Sword_1H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 110952, - "ItemTypesGBID": 140782159, - "Flags": 131090, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 57, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938919, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318863, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 127407959, - "Name": "Unique_Sword_1H_021_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 200558, - "ItemTypesGBID": 140782159, - "Flags": 131121, - "DyeType": 0, - "ItemLevel": 32, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270937832, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 32, - 32, - 32, - 32, - 32, - 32 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2080642298, - "Name": "Unique_Sword_2H_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 59668, - "ItemTypesGBID": -1307049751, - "Flags": 131122, - "DyeType": 0, - "ItemLevel": 51, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5, - "CostAlt": 5, - "IdentifyCost": 50, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231802434, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1311456156, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 51, - 51, - 51, - 51, - 51, - 51 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2100874556, - "Name": "Unique_Mace_1H_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 187952, - "ItemTypesGBID": 4026134, - "Flags": 131090, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 66, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 5, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 50, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 139520518, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 22, - 22, - 22, - 22, - 22, - 22 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -363742025, - "Name": "Unique_Amulet_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197820, - "ItemTypesGBID": -365243096, - "Flags": 131074, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 1, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 9800, - "CostAlt": 5, - "IdentifyCost": 141, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 46, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228624, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 248136, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1223187383, - -553879927, - 1438797838, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 47, - 47, - 47, - 47, - 47, - 47 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -160040935, - "Name": "p43_RetroSword_1H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456927, - "ItemTypesGBID": 140782159, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 30, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 139520518, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 10, - 10, - 10, - 10 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1004803123, - "Name": "p43_RetroArmor_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456928, - "ItemTypesGBID": -1028103400, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 30, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -1802869037, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 10, - 10, - 10, - 10 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1818934458, - "Name": "p43_RetroStaff_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456929, - "ItemTypesGBID": 140658708, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -555303888, - "Name": "p43_RetroAxe_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456930, - "ItemTypesGBID": 109694, - "Flags": 545390610, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412390, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1444689150, - "Name": "p43_RetroSword_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 456931, - "ItemTypesGBID": 140782159, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1004803124, - "Name": "p43_RetroArmor_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 456932, - "ItemTypesGBID": -1028103400, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257709, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -250946460, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1939616936, - "Name": "p43_RetroHelm_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456933, - "ItemTypesGBID": 3851110, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1939616935, - "Name": "p43_RetroHelm_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 456934, - "ItemTypesGBID": 3851110, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1604369412, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1939616934, - "Name": "p43_RetroHelm_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 456935, - "ItemTypesGBID": 3851110, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 10, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -799338854, - "Name": "p43_RetroAmulet_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456936, - "ItemTypesGBID": -365243096, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - -1802869037, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -14889630, - "Name": "p43_RetroRing_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 456937, - "ItemTypesGBID": 4214896, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -250946460, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -14889629, - "Name": "p43_RetroRing_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 456938, - "ItemTypesGBID": 4214896, - "Flags": 537010194, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -529329636, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 10, - 10, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 38157301, - "Name": "p4_Helm_norm_anniversary_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 455405, - "ItemTypesGBID": 3851110, - "Flags": 545390609, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536626877, - "Name": "p43_RetroTransmog_WirtsLeg", - "GBID": 0, - "PAD": 0, - "SNOActor": 455668, - "ItemTypesGBID": 4026134, - "Flags": 545390609, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 457749, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106943, - "Name": "P71_Ethereal_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485832, - "ItemTypesGBID": -1506133005, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1320638349, - -468118025, - 1622346064, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106942, - "Name": "P71_Ethereal_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 485842, - "ItemTypesGBID": 1317985120, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091501889, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -357936632, - -1266338382, - -1937979221, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106941, - "Name": "P71_Ethereal_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 486059, - "ItemTypesGBID": 1490721311, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -23929441, - 1758982025, - -290510174, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106940, - "Name": "P71_Ethereal_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 485959, - "ItemTypesGBID": 489880273, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665052, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1501324514, - 1310771724, - 133084101, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106939, - "Name": "P71_Ethereal_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 485954, - "ItemTypesGBID": 1017837819, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236608236, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -572193912, - -1369077966, - -1616745941, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106938, - "Name": "P71_Ethereal_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 485926, - "ItemTypesGBID": 2047307949, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1452177341, - 436445485, - 534125510, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106937, - "Name": "P71_Ethereal_07", - "GBID": 0, - "PAD": 0, - "SNOActor": 486015, - "ItemTypesGBID": -1871937094, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267402, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -578403742, - -1022015604, - 675217733, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106936, - "Name": "P71_Ethereal_08", - "GBID": 0, - "PAD": 0, - "SNOActor": 485967, - "ItemTypesGBID": 1955587463, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -2101813968, - 2108085978, - -139948845, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106935, - "Name": "P71_Ethereal_09", - "GBID": 0, - "PAD": 0, - "SNOActor": 485973, - "ItemTypesGBID": -1613788692, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181032902, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1268591244, - -1322389986, - -1192472681, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106911, - "Name": "P71_Ethereal_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 486030, - "ItemTypesGBID": 327487312, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -663930434, - -438388760, - -474811871, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106910, - "Name": "P71_Ethereal_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 486053, - "ItemTypesGBID": -986869233, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691355, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1599562305, - 537846699, - -859183996, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106909, - "Name": "P71_Ethereal_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 485982, - "ItemTypesGBID": -615868173, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1477630448, - 920298394, - -1602322029, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106908, - "Name": "P71_Ethereal_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 486006, - "ItemTypesGBID": 572268360, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656023994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -479433104, - 1573197850, - -1853299181, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106907, - "Name": "P71_Ethereal_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 485996, - "ItemTypesGBID": -193175381, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303414211, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1616248689, - 1969517787, - -966115404, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106906, - "Name": "P71_Ethereal_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 486047, - "ItemTypesGBID": 472698078, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -863815137, - 772221961, - -1211279582, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106905, - "Name": "P71_Ethereal_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 486037, - "ItemTypesGBID": 1152592945, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1888756566, - 1623175124, - -1280817011, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106904, - "Name": "P71_Ethereal_17", - "GBID": 0, - "PAD": 0, - "SNOActor": 486023, - "ItemTypesGBID": -299462654, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269582, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -704781956, - -83470298, - 603463839, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106903, - "Name": "P71_Ethereal_18", - "GBID": 0, - "PAD": 0, - "SNOActor": 485856, - "ItemTypesGBID": 253496881, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415299, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -828656524, - -643625698, - 612929175, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106902, - "Name": "P71_Ethereal_19", - "GBID": 0, - "PAD": 0, - "SNOActor": 485989, - "ItemTypesGBID": 1387788040, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236608236, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1422032903, - -1444793501, - -885041860, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106878, - "Name": "P71_Ethereal_20", - "GBID": 0, - "PAD": 0, - "SNOActor": 485918, - "ItemTypesGBID": 124954344, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -30328515, - -280048729, - 386758912, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1509106877, - "Name": "P71_Ethereal_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 485850, - "ItemTypesGBID": -2109725623, - "Flags": 654454785, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1000, - "CostAlt": 5, - "IdentifyCost": 5, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101309489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 485819, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 82, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1548583486, - -1472517396, - 708270245, - -1256609932, - 896110661, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryFamily": 291040842, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050541, - "Name": "P71_Ethereal_Promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485832, - "ItemTypesGBID": -1307049751, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231801345, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050542, - "Name": "P71_Ethereal_Promo_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 485842, - "ItemTypesGBID": 110504, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091501889, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050543, - "Name": "P71_Ethereal_Promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 486059, - "ItemTypesGBID": 140782159, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050544, - "Name": "P71_Ethereal_Promo_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 485959, - "ItemTypesGBID": 4385866, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665052, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050545, - "Name": "P71_Ethereal_Promo_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 485954, - "ItemTypesGBID": -2094596416, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236608236, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050546, - "Name": "P71_Ethereal_Promo_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 485926, - "ItemTypesGBID": 4026134, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050547, - "Name": "P71_Ethereal_Promo_07", - "GBID": 0, - "PAD": 0, - "SNOActor": 486015, - "ItemTypesGBID": -199811863, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635267402, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050548, - "Name": "P71_Ethereal_Promo_08", - "GBID": 0, - "PAD": 0, - "SNOActor": 485967, - "ItemTypesGBID": 109694, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412393, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050549, - "Name": "P71_Ethereal_Promo_09", - "GBID": 0, - "PAD": 0, - "SNOActor": 485973, - "ItemTypesGBID": -1338851342, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181032902, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050573, - "Name": "P71_Ethereal_Promo_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 486030, - "ItemTypesGBID": 151398921, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732409, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050574, - "Name": "P71_Ethereal_Promo_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 486053, - "ItemTypesGBID": 140658708, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691355, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050575, - "Name": "P71_Ethereal_Promo_12", - "GBID": 0, - "PAD": 0, - "SNOActor": 485982, - "ItemTypesGBID": -2094596416, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050576, - "Name": "P71_Ethereal_Promo_13", - "GBID": 0, - "PAD": 0, - "SNOActor": 486006, - "ItemTypesGBID": 4026134, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656023994, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050577, - "Name": "P71_Ethereal_Promo_14", - "GBID": 0, - "PAD": 0, - "SNOActor": 485996, - "ItemTypesGBID": -262576534, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303414211, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050578, - "Name": "P71_Ethereal_Promo_15", - "GBID": 0, - "PAD": 0, - "SNOActor": 486047, - "ItemTypesGBID": 140782159, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270936739, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050579, - "Name": "P71_Ethereal_Promo_16", - "GBID": 0, - "PAD": 0, - "SNOActor": 486037, - "ItemTypesGBID": 763102523, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050580, - "Name": "P71_Ethereal_Promo_17", - "GBID": 0, - "PAD": 0, - "SNOActor": 486023, - "ItemTypesGBID": 140782159, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050581, - "Name": "P71_Ethereal_Promo_18", - "GBID": 0, - "PAD": 0, - "SNOActor": 485856, - "ItemTypesGBID": -262576534, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415299, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050582, - "Name": "P71_Ethereal_Promo_19", - "GBID": 0, - "PAD": 0, - "SNOActor": 485989, - "ItemTypesGBID": -2094596416, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236608236, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050606, - "Name": "P71_Ethereal_Promo_20", - "GBID": 0, - "PAD": 0, - "SNOActor": 485918, - "ItemTypesGBID": -1363671135, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2091050607, - "Name": "P71_Ethereal_Promo_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 485850, - "ItemTypesGBID": 140519163, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101309489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1467949017, - "Name": "Unique_Dagger_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271728, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445279, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1870341649, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1116668303, - "Name": "P61_Unique_Dagger_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271728, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478484, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1467984954, - "Name": "Unique_Dagger_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271731, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445274, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1870305712, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1306242962, - "Name": "P41_Unique_Dagger_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271731, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445274, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1870305712, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1116704240, - "Name": "P61_Unique_Dagger_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271731, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445274, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1468020891, - "Name": "Unique_Dagger_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271732, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322979, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 234326220, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 0, - 0, - 15, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1468056828, - "Name": "Unique_Dagger_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 410960, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415302, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402457, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 0, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164171510, - "Name": "Unique_Sword_1H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 229716, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318763, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1791554648, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164207447, - "Name": "Unique_Sword_1H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271617, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164243384, - "Name": "Unique_Sword_1H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271630, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164279321, - "Name": "Unique_Sword_1H_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271631, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318794, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 935449203, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1505953293, - "Name": "P3_Unique_Sword_1H_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 271631, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441681, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 0, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164315258, - "Name": "Unique_Sword_1H_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271632, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164351195, - "Name": "Unique_Sword_1H_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271633, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164387132, - "Name": "Unique_Sword_1H_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271634, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446195, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -844626822, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1266834438, - "Name": "P610_Unique_Sword_1H_107", - "GBID": 0, - "PAD": 0, - "SNOActor": 271634, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484709, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164423069, - "Name": "Unique_Sword_1H_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271635, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 164459006, - "Name": "Unique_Sword_1H_109_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271636, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318864, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -812845450, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 165321494, - "Name": "Unique_Sword_1H_110_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271637, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 165357431, - "Name": "Unique_Sword_1H_111_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 331905, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 165393368, - "Name": "Unique_Sword_1H_112_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 331908, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 594732942, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -127214834, - "Name": "P61_Unique_Sword_1H_112_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 331908, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 165429305, - "Name": "Unique_Sword_1H_113_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 410946, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402458, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 2044719016, - 1350281776, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1645637740, - "Name": "Lewis_Test_Dagger", - "GBID": 0, - "PAD": 0, - "SNOActor": 437918, - "ItemTypesGBID": 140782159, - "Flags": 16908321, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437919, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -4428768, - "Name": "P4_Unique_Sword_1H_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 328591, - "ItemTypesGBID": 140782159, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446641, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2118483959, - "Name": "Unique_Sword_2H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271639, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803528, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318412, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2118519896, - "Name": "Unique_Sword_2H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271644, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 62, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 62, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803528, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318358, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2118555833, - "Name": "Unique_Sword_2H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271645, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803528, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402456, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - 2044719016, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2118591770, - "Name": "Unique_Sword_2H_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 430567, - "ItemTypesGBID": -1307049751, - "Flags": 16912385, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803528, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402455, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 234326220, - -553879927, - -1604369412, - -1014170317, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -206278726, - "Name": "Unique_Sword_2H_104_x1_special", - "GBID": 0, - "PAD": 0, - "SNOActor": 430914, - "ItemTypesGBID": -1307049751, - "Flags": 16920577, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803528, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402455, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 234326220, - -553879927, - -1604369412, - -1014170317, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2118627707, - "Name": "Unique_Sword_2H_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 410955, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803528, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 941462117, - "Name": "Unique_Axe_1H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271587, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": 1661412390, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 653400449, - "Name": "P4_Unique_Axe_1H_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271597, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412390, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447029, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 941533991, - "Name": "Unique_Axe_1H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271598, - "ItemTypesGBID": 109694, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412390, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318869, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1399192730, - "Name": "Unique_Axe_2H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 234473, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1399156793, - "Name": "Unique_Axe_2H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271600, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1399120856, - "Name": "Unique_Axe_2H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271601, - "ItemTypesGBID": 119458520, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 21, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4600, - "CostAlt": 5, - "IdentifyCost": 63, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322974, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 21, - 21, - 0, - 21, - 21, - 21 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2138859965, - "Name": "Unique_Mace_1H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271663, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318359, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1616088365, - 2044719016, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2138895902, - "Name": "Unique_Mace_1H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271662, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318873, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2138931839, - "Name": "Unique_Mace_1H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271648, - "ItemTypesGBID": 4026134, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026178, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 266766, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318851, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -201723008, - "Name": "Unique_Mace_2H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271666, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616890785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318753, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069734, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -201687071, - "Name": "Unique_Mace_2H_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271671, - "ItemTypesGBID": 89494384, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1616890785, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318826, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1604369412, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 36666399, - "Name": "Unique_Polearm_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272056, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337763520, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318382, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1791554648, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 36702336, - "Name": "Unique_Polearm_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272057, - "ItemTypesGBID": -1203595600, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -1337763520, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1205752970, - "Name": "Unique_Spear_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272043, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101312757, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 6, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1205788907, - "Name": "Unique_Spear_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272047, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": -101312757, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2139152509, - "Name": "Unique_Staff_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271768, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318868, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2139116572, - "Name": "Unique_Staff_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271773, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318792, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 125900958, - -1976254587, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1801145918, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1557300578, - "Name": "P610_Unique_Staff_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271773, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484597, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 125900958, - -1976254587, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2139080635, - "Name": "Unique_Staff_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271774, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318791, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -1976254587, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2139044698, - "Name": "Unique_Staff_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271775, - "ItemTypesGBID": 140658708, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442478, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -553879927, - -488695165, - 2044719016, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691748600, - "Name": "Unique_Shield_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298182, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318825, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2076777148, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 200340033, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691748863, - "Name": "Unique_Shield_101_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 298182, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434004, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2076777148, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691712663, - "Name": "Unique_Shield_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298186, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318853, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691676726, - "Name": "Unique_Shield_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298187, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436481, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691640789, - "Name": "Unique_Shield_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298188, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318886, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1589045967, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691568915, - "Name": "Unique_Shield_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298190, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446142, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -734892285, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2042849629, - "Name": "P61_Unique_Shield_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298190, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446142, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1691532978, - "Name": "Unique_Shield_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298191, - "ItemTypesGBID": 332825721, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318747, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -1, - 2076777148, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1478119370, - "Name": "Unique_Helm_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298146, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318857, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1478083433, - "Name": "Unique_Helm_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298147, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322977, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 0, - 0, - 0, - 15, - 15 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -821155979, - "Name": "Unique_Shoulder_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298158, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1076, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1223187383, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 48, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -477706928, - "Name": "P4_Unique_Shoulder_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 298158, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449236, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 48, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -821120042, - "Name": "Unique_Shoulder_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298163, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318858, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -821084105, - "Name": "Unique_Shoulder_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298164, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 334883, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - 3718951, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1601211857, - "Name": "P3_Unique_Helm_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 428455, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 862540849, - "Name": "P4_Unique_Helm_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 426784, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449049, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 862540850, - "Name": "P4_Unique_Helm_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 429266, - "ItemTypesGBID": 3851110, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446655, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1837511985, - "Name": "P3_Unique_Shoulder_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 428444, - "ItemTypesGBID": -940830407, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441318, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 48, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1837511984, - "Name": "P3_Unique_Shoulder_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 426817, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441280, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 48, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 39586090, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1041253174, - "Name": "P67_Unique_Shoulder_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 426817, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483849, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 48, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -477706926, - "Name": "P4_Unique_Shoulder_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 429681, - "ItemTypesGBID": -940830407, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446640, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 48, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277739169, - "Name": "Unique_Gloves_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332172, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318860, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 614349464, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277739432, - "Name": "Unique_Gloves_101_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 332172, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434007, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277703232, - "Name": "Unique_Gloves_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332194, - "ItemTypesGBID": -131821392, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277667295, - "Name": "Unique_Gloves_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332344, - "ItemTypesGBID": -131821392, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318383, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1256761000, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1010883447, - "Name": "Unique_Boots_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 322905, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322976, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - 3718951, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 15, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1010919384, - "Name": "Unique_Boots_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332342, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318761, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - 139520518, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1010955321, - "Name": "Unique_Boots_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 339125, - "ItemTypesGBID": 120334087, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318877, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41568650, - "Name": "Unique_Belt_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298124, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318241, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1409407349, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41532713, - "Name": "Unique_Belt_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298125, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1196, - "SNOParam": 77546, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41532977, - "Name": "Unique_Belt_102_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298125, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397782, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1809919504, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41532976, - "Name": "Unique_Belt_102_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 298125, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434038, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41496776, - "Name": "Unique_Belt_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298126, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322980, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -553879927, - -1409407349, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 0, - 15, - 15 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41460839, - "Name": "Unique_Belt_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298127, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318742, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1409407349, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1809991378, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41461102, - "Name": "Unique_Belt_104_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 298127, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434008, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1409407349, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41424902, - "Name": "Unique_Belt_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298129, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318881, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41388965, - "Name": "Unique_Belt_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298130, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 64, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 64, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318795, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41353028, - "Name": "Unique_Belt_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298131, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318800, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41317091, - "Name": "Unique_Belt_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299381, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318833, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1409407349, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1810135126, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -41317354, - "Name": "Unique_Belt_108_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 299381, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434039, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1409407349, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -583307682, - "Name": "P2_Unique_Belt_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 423247, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359554, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -583307681, - "Name": "P2_Unique_Belt_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 423248, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430671, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -583307680, - "Name": "P2_Unique_Belt_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 423249, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434966, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -583307679, - "Name": "P2_Unique_Belt_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 423250, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430682, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -583307678, - "Name": "P2_Unique_Belt_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 423251, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430681, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -583307677, - "Name": "P2_Unique_Belt_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 423261, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423229, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -378497985, - "Name": "P3_Unique_Belt_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 440423, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440434, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -378497984, - "Name": "P3_Unique_Belt_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 440424, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1479591558, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688282, - "Name": "P4_Unique_Belt_07", - "GBID": 0, - "PAD": 0, - "SNOActor": 440424, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -378497983, - "Name": "P3_Unique_Belt_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 440425, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 17, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440598, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 400756501, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1305476789, - "Name": "P61_Unique_Belt_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 440425, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 17, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440598, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688288, - "Name": "P4_Unique_Belt_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 445497, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445266, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688287, - "Name": "P4_Unique_Belt_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 440426, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 17, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445427, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688285, - "Name": "P4_Unique_Belt_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 298137, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446639, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688284, - "Name": "P4_Unique_Belt_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 298136, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 24, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 21, - "CrafterRequiredLevel": 24, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447130, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1118603190, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -173688283, - "Name": "P4_Unique_Belt_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 449047, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449048, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929842114, - "Name": "Unique_Bracer_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298115, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318771, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1409407349, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929806177, - "Name": "Unique_Bracer_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298116, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318770, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929770240, - "Name": "Unique_Bracer_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298118, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875942693, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929734303, - "Name": "Unique_Bracer_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298119, - "ItemTypesGBID": -1999984446, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318797, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929698366, - "Name": "Unique_Bracer_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298120, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 334881, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929662429, - "Name": "Unique_Bracer_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298121, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318820, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929626492, - "Name": "Unique_Bracer_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298122, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359557, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -128393329, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929590555, - "Name": "Unique_Bracer_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298123, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423240, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 27086075, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1280871269, - "Name": "P61_Unique_Bracer_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298123, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478491, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 226696575, - "Name": "P2_Unique_Bracer_109", - "GBID": 0, - "PAD": 0, - "SNOActor": 430290, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430289, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -219546092, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188986956, - "Name": "P61_Unique_Bracer_109", - "GBID": 0, - "PAD": 0, - "SNOActor": 430290, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430289, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 226696599, - "Name": "P2_Unique_Bracer_110", - "GBID": 0, - "PAD": 0, - "SNOActor": 432833, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430678, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -794027399, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935385, - "Name": "P4_Unique_Bracer_110", - "GBID": 0, - "PAD": 0, - "SNOActor": 432833, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430678, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1101167688, - "Name": "P3_Unique_Bracer_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 436469, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436521, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935360, - "Name": "P4_Unique_Bracer_108", - "GBID": 0, - "PAD": 0, - "SNOActor": 440427, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449222, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1089393548, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1058834412, - "Name": "P71_Unique_Bracer_108", - "GBID": 0, - "PAD": 0, - "SNOActor": 440427, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 485725, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1101167686, - "Name": "P3_Unique_Bracer_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 440428, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441517, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -219546098, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188986962, - "Name": "P61_Unique_Bracer_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 440428, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441517, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1101167685, - "Name": "P3_Unique_Bracer_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 440429, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441305, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 403202961, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188986965, - "Name": "P61_Unique_Bracer_100", - "GBID": 0, - "PAD": 0, - "SNOActor": 440429, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441305, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 403202961, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 433762097, - "Name": "P67_Unique_Bracer_100", - "GBID": 0, - "PAD": 0, - "SNOActor": 440429, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483847, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1101167684, - "Name": "P3_Unique_Bracer_105", - "GBID": 0, - "PAD": 0, - "SNOActor": 440430, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441279, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -219546096, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188986960, - "Name": "P61_Unique_Bracer_105", - "GBID": 0, - "PAD": 0, - "SNOActor": 440430, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441279, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1101167683, - "Name": "P3_Unique_Bracer_106", - "GBID": 0, - "PAD": 0, - "SNOActor": 440431, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 28, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441278, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1101167682, - "Name": "P3_Unique_Bracer_107", - "GBID": 0, - "PAD": 0, - "SNOActor": 440432, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440790, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - 982068194, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935353, - "Name": "P4_Unique_Bracer_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 444928, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 444929, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935354, - "Name": "P4_Unique_Bracer_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 445265, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445692, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935355, - "Name": "P4_Unique_Bracer_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 446057, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 5000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446008, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935356, - "Name": "P4_Unique_Bracer_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 446161, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446162, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -219546097, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188986961, - "Name": "P61_Unique_Bracer_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 446161, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446162, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935357, - "Name": "P4_Unique_Bracer_105", - "GBID": 0, - "PAD": 0, - "SNOActor": 447294, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447295, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935358, - "Name": "P4_Unique_Bracer_106", - "GBID": 0, - "PAD": 0, - "SNOActor": 447838, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447839, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1865935359, - "Name": "P4_Unique_Bracer_107", - "GBID": 0, - "PAD": 0, - "SNOActor": 449038, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 12, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449031, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -219546094, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188986958, - "Name": "P61_Unique_Bracer_107", - "GBID": 0, - "PAD": 0, - "SNOActor": 449038, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 12, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 9, - "CrafterRequiredLevel": 12, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449031, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 386297926, - "Name": "Unique_Chest_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332200, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318779, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 386333863, - "Name": "Unique_Chest_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332202, - "ItemTypesGBID": -1028103400, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318892, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1703743563, - "Name": "Unique_Pants_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332204, - "ItemTypesGBID": 3994699, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318817, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1703707626, - "Name": "Unique_Pants_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332205, - "ItemTypesGBID": 3994699, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318827, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 982068194, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325792553, - "Name": "Unique_Amulet_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 297806, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318782, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325756616, - "Name": "Unique_Amulet_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298049, - "ItemTypesGBID": -365243096, - "Flags": 17170433, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318378, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325720679, - "Name": "Unique_Amulet_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298050, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318381, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 50, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325684742, - "Name": "Unique_Amulet_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298051, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318759, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325648805, - "Name": "Unique_Amulet_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298052, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 334880, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325612868, - "Name": "Unique_Amulet_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298053, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322978, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 15, - 15, - 15 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325576931, - "Name": "Unique_Amulet_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298054, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318867, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325540994, - "Name": "Unique_Amulet_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298055, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318410, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1223187383, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325505057, - "Name": "Unique_Amulet_109_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298056, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1134, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1131, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - 715115171, - 625561207, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 737941201, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -208602479, - "Name": "Unique_Amulet_109_x1_210", - "GBID": 0, - "PAD": 0, - "SNOActor": 298056, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - 625561207, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293705631, - "Name": "Unique_Ring_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298088, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318806, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293741568, - "Name": "Unique_Ring_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298089, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318866, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1149773511, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293741305, - "Name": "Unique_Ring_102_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 298089, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434036, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293777505, - "Name": "Unique_Ring_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298090, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318861, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293813442, - "Name": "Unique_Ring_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298091, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318870, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1894589241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293849379, - "Name": "Unique_Ring_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298092, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293885316, - "Name": "Unique_Ring_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298093, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318434, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293921253, - "Name": "Unique_Ring_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298094, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1360, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -952824673, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323515455, - "Name": "P3_Unique_Ring_107", - "GBID": 0, - "PAD": 0, - "SNOActor": 298094, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441113, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - 512004501, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293957190, - "Name": "Unique_Ring_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298095, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 322975, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -128393329, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 15, - 15, - 15 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1038303606, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293993127, - "Name": "Unique_Ring_109_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298096, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318830, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1149521952, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293992864, - "Name": "Unique_Ring_109_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 298096, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1140, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434022, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1236210424, - "Name": "P2_Unique_Ring_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 432666, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430677, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -252146244, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 652574044, - "Name": "P61_Unique_Ring_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 432666, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478488, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1236210423, - "Name": "P2_Unique_Ring_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 433313, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359598, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -826591028, - "Name": "P4_Unique_Ring_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 449039, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -826591026, - "Name": "P4_Unique_Ring_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 449045, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 20035930, - "Name": "P41_Unique_Ring_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 449039, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451158, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -252146242, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 652574046, - "Name": "P61_Unique_Ring_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 449039, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478538, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1835346470, - "Name": "Unique_Mighty_1H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271979, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066501, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397802, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -474962610, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1820869426, - "Name": "P67_Unique_Mighty_1H_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271979, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066501, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483793, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1835310533, - "Name": "Unique_Mighty_1H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272008, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066501, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441294, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -403712457, - "Name": "P4_Unique_Mighty_1H_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 272009, - "ItemTypesGBID": -1488678091, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 290066501, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447372, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 118930042, - "Name": "Unique_Mighty_2H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272012, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329201894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318744, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -364577067, - "Name": "P4_Unique_Mighty_2H_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 322776, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329201894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 444969, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 698631654, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1141050168, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1307483832, - "Name": "P610_Unique_Mighty_2H_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 322776, - "ItemTypesGBID": -1488678058, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329201894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484604, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -816116275, - "Name": "Unique_BarbBelt_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298133, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155406, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318821, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -816044401, - "Name": "Unique_BarbBelt_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298135, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155406, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213329486, - "Name": "Unique_CruShield_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299411, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118252694, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213293549, - "Name": "Unique_CruShield_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299412, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318883, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1754339894, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 283157133, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2015537673, - "Name": "P61_Unique_CruShield_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299412, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478514, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 283157133, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 679736845, - "Name": "P65_Unique_CruShield_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299412, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478514, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213257612, - "Name": "Unique_CruShield_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299413, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318887, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213221675, - "Name": "Unique_CruShield_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299414, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318888, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2076777148, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213185738, - "Name": "Unique_CruShield_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299415, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318891, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213149801, - "Name": "Unique_CruShield_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299416, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318890, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2076777148, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213113864, - "Name": "Unique_CruShield_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299417, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318884, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139346580, - "Name": "P1_CruShield_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 405429, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402414, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1592118657, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 823119018, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -557730742, - "Name": "P61_CruShield_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 405429, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478477, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 139346581, - "Name": "P1_CruShield_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 405514, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402444, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 2033068423, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1213077927, - "Name": "Unique_CruShield_108_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299418, - "ItemTypesGBID": 602099538, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318829, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 2076777148, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317723855, - "Name": "Unique_Flail_1H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299419, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912454698, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 439567, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317759792, - "Name": "Unique_Flail_1H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299424, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318895, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317795729, - "Name": "Unique_Flail_1H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299425, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317831666, - "Name": "Unique_Flail_1H_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299426, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359538, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317867603, - "Name": "Unique_Flail_1H_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299427, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318850, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1747207177, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1025259401, - "Name": "P61_Unique_Flail_1H_105_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299427, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478513, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317903540, - "Name": "Unique_Flail_1H_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299428, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318893, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -555900599, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1317939477, - "Name": "Unique_Flail_1H_107_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299429, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318894, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1350281776, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1622030930, - "Name": "P1_flail1H_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403812, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -848650506, - "Name": "P4_flail1H_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 403819, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1022930992, - "Name": "Unique_Flail_2H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299431, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 64, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 64, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359553, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1447009394, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1869217010, - "Name": "P610_Unique_Flail_2H_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 299431, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 64, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 64, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484601, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1022895055, - "Name": "Unique_Flail_2H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299435, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359545, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1022859118, - "Name": "Unique_Flail_2H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299436, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359552, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -593519544, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1315467320, - "Name": "P61_Unique_Flail_2H_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299436, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478478, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069734, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1022823181, - "Name": "Unique_Flail_2H_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299437, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359546, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 237815937, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 826826380, - "Name": "P2_Unique_Flail_2H_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 299437, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359546, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -467134145, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 237815937, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -880972799, - "Name": "P61_Unique_Flail_2H_104", - "GBID": 0, - "PAD": 0, - "SNOActor": 299437, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615102198, - "Name": "P4_flail2H_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403846, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -628579251, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1871545357, - "Name": "P65_flail2H_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403846, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -748531893, - "Name": "P4_Unique_Flail_2H_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 403860, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 13, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 13, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451164, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -748531894, - "Name": "P4_Unique_Flail_2H_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 395228, - "ItemTypesGBID": -1363671102, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 28, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445943, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2041434731, - "Name": "Unique_Quiver_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298170, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318805, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 745680225, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 776239361, - "Name": "P69_Unique_Quiver_101", - "GBID": 0, - "PAD": 0, - "SNOActor": 298170, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484295, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2041470668, - "Name": "Unique_Quiver_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298171, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318804, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -252054688, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2041506605, - "Name": "Unique_Quiver_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298172, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318802, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 745680227, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 776239363, - "Name": "P69_Unique_Quiver_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 298172, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484294, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2041542542, - "Name": "Unique_Quiver_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298173, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1700723945, - "Name": "Unique_Bow_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271875, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318379, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 2044719016, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1700688008, - "Name": "Unique_Bow_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271880, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428220, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1852138930, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -947418642, - "Name": "P69_Unique_Bow_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271880, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484297, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1700652071, - "Name": "Unique_Bow_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271882, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397784, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1852138929, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -947418641, - "Name": "P69_Unique_Bow_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 271882, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484293, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1700616134, - "Name": "Unique_Bow_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 319407, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 740, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436468, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 2044719016, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 824617488, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 855176624, - "Name": "P61_Unique_Bow_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 319407, - "ItemTypesGBID": 110504, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504072, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 740, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478485, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 2044719016, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1986500529, - "Name": "Unique_Xbow_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271884, - "ItemTypesGBID": -1338851342, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318784, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1986464592, - "Name": "Unique_Xbow_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271889, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397780, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -845425086, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1718424164, - "Name": "P41_Unique_Xbow_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271889, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451165, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -845425086, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1054426654, - "Name": "P65_Unique_Xbow_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271889, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483506, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -768425270, - "Name": "Unique_HandXBow_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271892, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318423, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1461069733, - -730461696, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -768389333, - "Name": "Unique_HandXBow_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271914, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318828, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1327671820, - "Name": "P4_Unique_HandXBow_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 395303, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447696, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1327671819, - "Name": "P4_Unique_HandXBow_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 395304, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447816, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1260582993, - "Name": "P2_handXbow_norm_unique_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 395305, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440923, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 760767651, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1058639726, - "Name": "P2_xbow_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 395324, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 0, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1058639725, - "Name": "P2_xbow_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 395323, - "ItemTypesGBID": -1338851342, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -707624295, - "Name": "Unique_Cloak_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332206, - "ItemTypesGBID": 121411562, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40855418, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318882, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -707588358, - "Name": "Unique_Cloak_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332208, - "ItemTypesGBID": 121411562, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 40855418, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318750, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - 3718951, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1006827821, - "Name": "Unique_SpiritStone_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299454, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242895468, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318428, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1006791884, - "Name": "Unique_SpiritStone_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299461, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242895468, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318751, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1006755947, - "Name": "Unique_SpiritStone_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299464, - "ItemTypesGBID": 576647032, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -242895468, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318431, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1230466318, - "Name": "Unique_CombatStaff_2H_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271749, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771748851, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1976254587, - -34095407, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1230430381, - "Name": "Unique_CombatStaff_2H_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271765, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771748851, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1127243292, - "Name": "P2_combatStaff_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 395125, - "ItemTypesGBID": -1620551894, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1771748851, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1384769285, - "Name": "Unique_Fist_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271957, - "ItemTypesGBID": -2094596416, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318432, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1616812703, - "Name": "P4_Unique_Fist_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 271963, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447368, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2096853905, - "Name": "P1_fistWeapon_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403772, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402451, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2096853906, - "Name": "P1_fistWeapon_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 403775, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 2077255630, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1218004651, - "Name": "P4_fistWeapon_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 403775, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 2077255630, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1766611058, - "Name": "P67_fistWeapon_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 403775, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483791, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1521069445, - "Name": "Unique_Mojo_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272070, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318722, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - 493718975, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1521105382, - "Name": "Unique_Mojo_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272072, - "ItemTypesGBID": 4041621, - "Flags": 16908289, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 493718975, - -529329636, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -839731298, - "Name": "P4_Unique_Mojo_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 220326, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445765, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -839731296, - "Name": "P4_Unique_Mojo_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 395198, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447843, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - 1162672856, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -21418392, - "Name": "P2_mojo_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 395199, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1215, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440457, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -21418391, - "Name": "P2_mojo_norm_unique_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 395200, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -331559471, - "Name": "Unique_VoodooMask_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299442, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034066, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318758, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1354819701, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2008901387, - "Name": "P65_Unique_VoodooMask_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299442, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034066, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483481, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -331523534, - "Name": "Unique_VoodooMask_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299443, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034066, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -223029400, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1154275608, - "Name": "P61_Unique_VoodooMask_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299443, - "ItemTypesGBID": -333341566, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034066, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1190206680, - "Name": "Unique_CeremonialDagger_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271738, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318724, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1190242617, - "Name": "Unique_CeremonialDagger_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 271745, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318812, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1986341498, - "Name": "P1_CeremonialDagger_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403748, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 410217, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1986341499, - "Name": "P1_CeremonialDagger_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 403767, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402447, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -110218283, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2015093621, - "Name": "P65_CeremonialDagger_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 403767, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 12, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483400, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 168422525, - "Name": "Unique_WizardHat_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299471, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755621630, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318777, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 168458462, - "Name": "Unique_WizardHat_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299472, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755621630, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318740, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 168494399, - "Name": "Unique_WizardHat_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 325579, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755621630, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318786, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 350771572, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 665512180, - "Name": "P68_Unique_WizardHat_103", - "GBID": 0, - "PAD": 0, - "SNOActor": 325579, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755621630, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484116, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 168530336, - "Name": "Unique_WizardHat_104_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 349951, - "ItemTypesGBID": -1499089042, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 53, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 11000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 18, - "CrafterRequiredLevel": 21, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1755621630, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423239, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 47309881, - "Name": "Unique_Wand_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272086, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318789, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 1053000410, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1775640783, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1510875025, - "Name": "P61_Unique_Wand_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272086, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478480, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 47345818, - "Name": "Unique_Wand_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272084, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318371, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1228959855, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1019958287, - "Name": "P68_Unique_Wand_102", - "GBID": 0, - "PAD": 0, - "SNOActor": 272084, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484117, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 986739675, - "Name": "P1_Wand_norm_unique_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403781, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397788, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 986739676, - "Name": "P1_Wand_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 380733, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445920, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - 785448146, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1209211922, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 638745554, - "Name": "P61_Wand_norm_unique_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 380733, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665050, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478479, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -885440942, - "Name": "Unique_Orb_101_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272022, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318734, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1823379498, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -885405005, - "Name": "Unique_Orb_102_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272037, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318775, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -885369068, - "Name": "Unique_Orb_103_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 272038, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318855, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -68378836, - "Name": "P4_Unique_Orb_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 399317, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 68, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 448998, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -68378835, - "Name": "P4_Unique_Orb_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 399318, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449001, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1573100240, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1410786240, - "Name": "P61_Unique_Orb_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 399318, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478539, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1573100240, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2141245648, - "Name": "P610_Unique_Orb_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 399318, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 33, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 33, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484596, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -68378833, - "Name": "P4_Unique_Orb_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 399319, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449037, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 506065954, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1410786242, - "Name": "P61_Unique_Orb_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 399319, - "ItemTypesGBID": 124739, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478481, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 907966505, - "Name": "Unique_Ring_Set_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332209, - "ItemTypesGBID": 4214896, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1966172223, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 908002442, - "Name": "Unique_Ring_Set_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332210, - "ItemTypesGBID": 4214896, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1966172223, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1976254587, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -848028899, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1308364335, - "Name": "Unique_Belt_Set_02_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336184, - "ItemTypesGBID": -948083356, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": 1232859152, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359602, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1300071065, - "Name": "Unique_Bracer_Set_02_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336185, - "ItemTypesGBID": -1999984446, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": 1232859152, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359591, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 737049169, - "Name": "Unique_Sword_1H_Set_02_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 313290, - "ItemTypesGBID": 140782159, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -617115239, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 1, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 737085106, - "Name": "Unique_Sword_1H_Set_03_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 313291, - "ItemTypesGBID": 140782159, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -617115239, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 1, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -1, - -553879927, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1422608051, - "Name": "P4_Unique_Flail_2H_Set_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 395227, - "ItemTypesGBID": -1363671102, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1131506886, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1461069733, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1191466811, - "Name": "P4_Unique_Shield_Set_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 298189, - "ItemTypesGBID": 602099538, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -118254878, - "SNOSet": -1131506886, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1878916083, - "Name": "Unique_Helm_Set_05_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336988, - "ItemTypesGBID": -1587563257, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -516198331, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -1266426989, - "Name": "Unique_Shoulder_Set_05_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336989, - "ItemTypesGBID": 1212065434, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -516198331, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1050034492, - "Name": "Unique_Chest_Set_05_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336984, - "ItemTypesGBID": -1289348295, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -516198331, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -482952237, - "Name": "Unique_Pants_Set_05_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336986, - "ItemTypesGBID": -1177810900, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -516198331, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -2110723180, - "Name": "Unique_Boots_Set_05_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336987, - "ItemTypesGBID": -2097752600, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -516198331, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": 1573511997, - "Name": "Unique_Gloves_Set_05_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336985, - "ItemTypesGBID": 444212945, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -516198331, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": 1878952020, - "Name": "Unique_Helm_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358791, - "ItemTypesGBID": 813646326, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -1266391052, - "Name": "Unique_Shoulder_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358792, - "ItemTypesGBID": -832936855, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -1049998555, - "Name": "Unique_Chest_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358788, - "ItemTypesGBID": -849738392, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -482916300, - "Name": "Unique_Pants_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358790, - "ItemTypesGBID": -1995514053, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -2110687243, - "Name": "Unique_Boots_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358793, - "ItemTypesGBID": -385210761, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1573547934, - "Name": "Unique_Gloves_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358789, - "ItemTypesGBID": 180877312, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -782701135, - "Name": "Unique_Orb_Set_06_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358819, - "ItemTypesGBID": 124739, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -389986258, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 244, - "SNOParam": 1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": 1878987957, - "Name": "Unique_Helm_Set_07_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336994, - "ItemTypesGBID": 506481070, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1966874149, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -1266355115, - "Name": "Unique_Shoulder_Set_07_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336996, - "ItemTypesGBID": -124654591, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1966874149, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1049962618, - "Name": "Unique_Chest_Set_07_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 363803, - "ItemTypesGBID": -1154939808, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1966874149, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -482880363, - "Name": "Unique_Pants_Set_07_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336993, - "ItemTypesGBID": 50199059, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1966874149, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -2110651306, - "Name": "Unique_Boots_Set_07_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336995, - "ItemTypesGBID": -1038932273, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1966874149, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": 1573583871, - "Name": "Unique_Gloves_Set_07_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336992, - "ItemTypesGBID": 1202607608, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1966874149, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": 1879023894, - "Name": "Unique_Helm_Set_08_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338034, - "ItemTypesGBID": 122656538, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 546014795, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -1266319178, - "Name": "Unique_Shoulder_Set_08_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338036, - "ItemTypesGBID": -821460787, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 546014795, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": -1049926681, - "Name": "Unique_Chest_Set_08_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338032, - "ItemTypesGBID": 1667159564, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 546014795, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -482844426, - "Name": "Unique_Pants_Set_08_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338035, - "ItemTypesGBID": 1717378847, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 546014795, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -2110615369, - "Name": "Unique_Boots_Set_08_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338031, - "ItemTypesGBID": 1931831131, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 546014795, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 1573619808, - "Name": "Unique_Gloves_Set_08_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338033, - "ItemTypesGBID": 922698404, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 546014795, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 1879059831, - "Name": "Unique_Helm_Set_09_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338040, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -932389670, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -1266283241, - "Name": "Unique_Shoulder_Set_09_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338042, - "ItemTypesGBID": -940830407, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -932389670, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -1049890744, - "Name": "Unique_Chest_Set_09_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338038, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -932389670, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -482808489, - "Name": "Unique_Pants_Set_09_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338041, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -932389670, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -2110579432, - "Name": "Unique_Boots_Set_09_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338037, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -932389670, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1573655745, - "Name": "Unique_Gloves_Set_09_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 338039, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -932389670, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": 1879922319, - "Name": "Unique_Helm_Set_10_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358799, - "ItemTypesGBID": -2104376930, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -1265420753, - "Name": "Unique_Shoulder_Set_10_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358801, - "ItemTypesGBID": 62868689, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1049028256, - "Name": "Unique_Chest_Set_10_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358796, - "ItemTypesGBID": -1054135920, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -481946001, - "Name": "Unique_Pants_Set_10_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358800, - "ItemTypesGBID": 1031652387, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -2109716944, - "Name": "Unique_Boots_Set_10_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358795, - "ItemTypesGBID": -1989686689, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": 1574518233, - "Name": "Unique_Gloves_Set_10_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 358798, - "ItemTypesGBID": 299901480, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": 1568999511, - "Name": "P43_AkkhanSet_Amulet", - "GBID": 0, - "PAD": 0, - "SNOActor": 455735, - "ItemTypesGBID": -365243096, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1238836084, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": 1574554170, - "Name": "Unique_Gloves_Set_11_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336172, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1095384434, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -1265384816, - "Name": "Unique_Shoulder_Set_11_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336175, - "ItemTypesGBID": -940830407, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1095384434, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1879958256, - "Name": "Unique_Helm_Set_11_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336173, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1095384434, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -2029386574, - "Name": "Unique_Amulet_Set_11_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 336174, - "ItemTypesGBID": -365243096, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1095384434, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -27325732, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -1048992319, - "Name": "Unique_Chest_Set_11_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 429167, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1095384434, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -481910064, - "Name": "Unique_Pants_Set_11_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 429075, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1095384434, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": 1879994193, - "Name": "Unique_Helm_Set_12_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 335028, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1298357201, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - 1589045967, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -1265348879, - "Name": "Unique_Shoulder_Set_12_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 335029, - "ItemTypesGBID": -940830407, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1298357201, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1589045967, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1574590107, - "Name": "Unique_Gloves_Set_12_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 335027, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1298357201, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1589045967, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": 1301256986, - "Name": "Unique_Bracer_Set_12_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 335030, - "ItemTypesGBID": -1999984446, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": 1298357201, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1589045967, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -2109645070, - "Name": "Unique_Boots_Set_12_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 442731, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1298357201, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1589045967, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -481874127, - "Name": "Unique_Pants_Set_12_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 442732, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1298357201, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1589045967, - -1976254587, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -1048920445, - "Name": "Unique_Chest_Set_13_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332357, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -650181911, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -481838190, - "Name": "Unique_Pants_Set_13_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332360, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -650181911, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": -2109609133, - "Name": "Unique_Boots_Set_13_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332363, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -650181911, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -493913099, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": 1574626044, - "Name": "Unique_Gloves_Set_13_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 346210, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -650181911, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -1265312942, - "Name": "Unique_Shoulder_Set_13_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 439186, - "ItemTypesGBID": -940830407, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -650181911, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1880030130, - "Name": "Unique_Helm_Set_13_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 439183, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -650181911, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -1048884508, - "Name": "Unique_Chest_Set_14_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332359, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -585237053, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -481802253, - "Name": "Unique_Pants_Set_14_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332361, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -585237053, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -2109573196, - "Name": "Unique_Boots_Set_14_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332364, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -585237053, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1574661981, - "Name": "Unique_Gloves_Set_14_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332362, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -585237053, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": 1880066067, - "Name": "Unique_Helm_Set_14_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 443602, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -585237053, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -1265277005, - "Name": "Unique_Shoulder_Set_14_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 444527, - "ItemTypesGBID": -940830407, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -585237053, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1574697918, - "Name": "Unique_Gloves_Set_15_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340523, - "ItemTypesGBID": -131821392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -18261826, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": 1880102004, - "Name": "Unique_Helm_Set_15_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340528, - "ItemTypesGBID": 3851110, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -18261826, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": -481766316, - "Name": "Unique_Pants_Set_15_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340521, - "ItemTypesGBID": 3994699, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -18261826, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -1265241068, - "Name": "Unique_Shoulder_Set_15_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340526, - "ItemTypesGBID": -940830407, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -18261826, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -1048848571, - "Name": "Unique_Chest_Set_15_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 442474, - "ItemTypesGBID": -1028103400, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -18261826, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -2109537259, - "Name": "Unique_Boots_Set_15_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 366888, - "ItemTypesGBID": 120334087, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -18261826, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": 1880137941, - "Name": "Unique_Helm_Set_16_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 369016, - "ItemTypesGBID": 1491629455, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1875714076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -1265205131, - "Name": "Unique_Shoulder_Set_16_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340525, - "ItemTypesGBID": 860493794, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1875714076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": -1048812634, - "Name": "Unique_Chest_Set_16_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 363088, - "ItemTypesGBID": -169791423, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1875714076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -481730379, - "Name": "Unique_Pants_Set_16_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340522, - "ItemTypesGBID": 1035347444, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1875714076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -2109501322, - "Name": "Unique_Boots_Set_16_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 340524, - "ItemTypesGBID": -53783888, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1875714076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 1574733855, - "Name": "Unique_Gloves_Set_16_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 363094, - "ItemTypesGBID": -2107211303, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1875714076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 1878772071, - "Name": "Unique_Helm_Set_01_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 404700, - "ItemTypesGBID": -2104376930, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1238836348, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -1266571001, - "Name": "Unique_Shoulder_Set_01_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 404699, - "ItemTypesGBID": 62868689, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1238836348, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": -1050178504, - "Name": "Unique_Chest_Set_01_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 404095, - "ItemTypesGBID": -1054135920, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1238836348, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -483096249, - "Name": "Unique_Pants_Set_01_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 404097, - "ItemTypesGBID": 1031652387, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1238836348, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -2110867192, - "Name": "Unique_Boots_Set_01_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 404094, - "ItemTypesGBID": -1989686689, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1238836348, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 1573367985, - "Name": "Unique_Gloves_Set_01_p1", - "GBID": 0, - "PAD": 0, - "SNOActor": 404096, - "ItemTypesGBID": 299901480, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1238836348, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 1878772072, - "Name": "Unique_Helm_Set_01_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 414926, - "ItemTypesGBID": -1587563257, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 858522158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -1266571000, - "Name": "Unique_Shoulder_Set_01_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 414921, - "ItemTypesGBID": 1212065434, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 858522158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": -1050178503, - "Name": "Unique_Chest_Set_01_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408860, - "ItemTypesGBID": -1289348295, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 858522158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -483096248, - "Name": "Unique_Pants_Set_01_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408862, - "ItemTypesGBID": -1177810900, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 858522158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -2110867191, - "Name": "Unique_Boots_Set_01_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408859, - "ItemTypesGBID": -2097752600, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 858522158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 1573367986, - "Name": "Unique_Gloves_Set_01_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408861, - "ItemTypesGBID": 444212945, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 858522158, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 1878808009, - "Name": "Unique_Helm_Set_02_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 414927, - "ItemTypesGBID": 813646326, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -590199267, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -1266535063, - "Name": "Unique_Shoulder_Set_02_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 414922, - "ItemTypesGBID": -832936855, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -590199267, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 3718951, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -1050142566, - "Name": "Unique_Chest_Set_02_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408868, - "ItemTypesGBID": -849738392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -590199267, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -483060311, - "Name": "Unique_Pants_Set_02_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408878, - "ItemTypesGBID": -1995514053, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -590199267, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -2110831254, - "Name": "Unique_Boots_Set_02_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408863, - "ItemTypesGBID": -385210761, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -590199267, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": 1573403923, - "Name": "Unique_Gloves_Set_02_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408873, - "ItemTypesGBID": 180877312, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -590199267, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": 1878843946, - "Name": "Unique_Helm_Set_03_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 414753, - "ItemTypesGBID": 506481070, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1966874412, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -1266499126, - "Name": "Unique_Shoulder_Set_03_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 414760, - "ItemTypesGBID": -124654591, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1966874412, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": -1050106629, - "Name": "Unique_Chest_Set_03_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408871, - "ItemTypesGBID": 121411562, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1966874412, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -483024374, - "Name": "Unique_Pants_Set_03_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408881, - "ItemTypesGBID": 50199059, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1966874412, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": -2110795317, - "Name": "Unique_Boots_Set_03_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408866, - "ItemTypesGBID": -1038932273, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1966874412, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 1573439860, - "Name": "Unique_Gloves_Set_03_p2", - "GBID": 0, - "PAD": 0, - "SNOActor": 408876, - "ItemTypesGBID": 1202607608, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1966874412, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 1878772073, - "Name": "Unique_Helm_Set_01_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 414928, - "ItemTypesGBID": 122656538, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -91400190, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -1266570999, - "Name": "Unique_Shoulder_Set_01_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 414923, - "ItemTypesGBID": -821460787, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -91400190, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": -1050178502, - "Name": "Unique_Chest_Set_01_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408869, - "ItemTypesGBID": 1667159564, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -91400190, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -483096247, - "Name": "Unique_Pants_Set_01_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408879, - "ItemTypesGBID": 1717378847, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -91400190, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -2110867190, - "Name": "Unique_Boots_Set_01_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408864, - "ItemTypesGBID": 1931831131, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -91400190, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1573367987, - "Name": "Unique_Gloves_Set_01_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408874, - "ItemTypesGBID": 922698404, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -91400190, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": 1878808010, - "Name": "Unique_Helm_Set_02_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 441178, - "ItemTypesGBID": 1491629455, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1875713814, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -1266535062, - "Name": "Unique_Shoulder_Set_02_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 440420, - "ItemTypesGBID": 860493794, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1875713814, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": -1050142565, - "Name": "Unique_Chest_Set_02_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 441191, - "ItemTypesGBID": -169791423, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1875713814, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -483060310, - "Name": "Unique_Pants_Set_02_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 441194, - "ItemTypesGBID": 1035347444, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1875713814, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -2110831253, - "Name": "Unique_Boots_Set_02_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 441195, - "ItemTypesGBID": -53783888, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1875713814, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1573403924, - "Name": "Unique_Gloves_Set_02_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 441196, - "ItemTypesGBID": -2107211303, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1875713814, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": 1878843947, - "Name": "Unique_Helm_Set_03_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 414930, - "ItemTypesGBID": -2104376930, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1238836346, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -1266499125, - "Name": "Unique_Shoulder_Set_03_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 414925, - "ItemTypesGBID": 62868689, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1238836346, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": -1050106628, - "Name": "Unique_Chest_Set_03_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408872, - "ItemTypesGBID": -1054135920, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1238836346, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -483024373, - "Name": "Unique_Pants_Set_03_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408882, - "ItemTypesGBID": 1031652387, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1238836346, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": -2110795316, - "Name": "Unique_Boots_Set_03_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408867, - "ItemTypesGBID": -1989686689, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1238836346, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1573439861, - "Name": "Unique_Gloves_Set_03_p3", - "GBID": 0, - "PAD": 0, - "SNOActor": 408877, - "ItemTypesGBID": 299901480, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1238836346, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": 1730372227, - "Name": "P67_Unique_Helm_Set_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 483652, - "ItemTypesGBID": -2104376930, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1241312, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -364297181, - "Name": "P67_Unique_Shoulder_Set_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 483654, - "ItemTypesGBID": 62868689, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1241312, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": 1470561908, - "Name": "P67_Unique_Chest_Set_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 483650, - "ItemTypesGBID": -1054135920, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1241312, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -619479581, - "Name": "P67_Unique_Pants_Set_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 483653, - "ItemTypesGBID": 1031652387, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1241312, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 2095111492, - "Name": "P67_Unique_Boots_Set_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 483649, - "ItemTypesGBID": -1989686689, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1241312, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -1574695667, - "Name": "P67_Unique_Gloves_Set_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 483651, - "ItemTypesGBID": 299901480, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1241312, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 1730372228, - "Name": "P67_Unique_Helm_Set_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 483659, - "ItemTypesGBID": 122656538, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1520439076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -364297180, - "Name": "P67_Unique_Shoulder_Set_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 483661, - "ItemTypesGBID": -821460787, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1520439076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": 1470561909, - "Name": "P67_Unique_Chest_Set_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 483657, - "ItemTypesGBID": 1667159564, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1520439076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -619479580, - "Name": "P67_Unique_Pants_Set_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 483660, - "ItemTypesGBID": 1717378847, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1520439076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 2095111493, - "Name": "P67_Unique_Boots_Set_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 483656, - "ItemTypesGBID": 1931831131, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1520439076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -1574695666, - "Name": "P67_Unique_Gloves_Set_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 483658, - "ItemTypesGBID": 922698404, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1520439076, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 860524774, - "Name": "P68_Unique_Helm_Set_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 484215, - "ItemTypesGBID": 813646326, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1478551769, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -1187857658, - "Name": "P68_Unique_Shoulder_Set_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 484221, - "ItemTypesGBID": -832936855, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1478551769, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 3718951, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -1464600329, - "Name": "P68_Unique_Chest_Set_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 484209, - "ItemTypesGBID": -849738392, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1478551769, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 740325478, - "Name": "P68_Unique_Pants_Set_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 484218, - "ItemTypesGBID": -1995514053, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1478551769, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -840050745, - "Name": "P68_Unique_Boots_Set_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 484206, - "ItemTypesGBID": -385210761, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1478551769, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": 349198256, - "Name": "P68_Unique_Gloves_Set_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 484212, - "ItemTypesGBID": 180877312, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1478551769, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 860524775, - "Name": "P68_Unique_Helm_Set_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 484214, - "ItemTypesGBID": -333341566, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 620034066, - "SNOSet": 589885073, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -1187857657, - "Name": "P68_Unique_Shoulder_Set_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 484220, - "ItemTypesGBID": 860493794, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 589885073, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -1464600328, - "Name": "P68_Unique_Chest_Set_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 484208, - "ItemTypesGBID": -169791423, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 589885073, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 740325479, - "Name": "P68_Unique_Pants_Set_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 484217, - "ItemTypesGBID": 1035347444, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 589885073, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -840050744, - "Name": "P68_Unique_Boots_Set_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 484205, - "ItemTypesGBID": -53783888, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 589885073, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": 349198257, - "Name": "P68_Unique_Gloves_Set_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 484211, - "ItemTypesGBID": -2107211303, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 589885073, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 860524776, - "Name": "P68_Unique_Helm_Set_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 484216, - "ItemTypesGBID": -1587563257, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 977670506, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -1187857656, - "Name": "P68_Unique_Shoulder_Set_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 484222, - "ItemTypesGBID": 1212065434, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 977670506, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -1464600327, - "Name": "P68_Unique_Chest_Set_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 484210, - "ItemTypesGBID": -1289348295, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 977670506, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 740325480, - "Name": "P68_Unique_Pants_Set_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 484219, - "ItemTypesGBID": -1177810900, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 977670506, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -840050743, - "Name": "P68_Unique_Boots_Set_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 484207, - "ItemTypesGBID": -2097752600, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 977670506, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": 349198258, - "Name": "P68_Unique_Gloves_Set_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 484213, - "ItemTypesGBID": 444212945, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 977670506, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -9322678, - "Name": "P69_Unique_Helm_Set_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 484395, - "ItemTypesGBID": 506481070, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1238625583, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": -2011418134, - "Name": "P69_Unique_Shoulder_Set_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 484397, - "ItemTypesGBID": -124654591, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1238625583, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -529329636, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -104795269, - "Name": "P69_Unique_Chest_Set_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 484393, - "ItemTypesGBID": 121411562, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1238625583, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 2100130538, - "Name": "P69_Unique_Pants_Set_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 484396, - "ItemTypesGBID": 50199059, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1238625583, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": 519754315, - "Name": "P69_Unique_Boots_Set_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 484392, - "ItemTypesGBID": -1038932273, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1238625583, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -2021875116, - "Name": "P69_Unique_Gloves_Set_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 484394, - "ItemTypesGBID": 1202607608, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1238625583, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 507904377, - "Name": "P69_Necro_Set_5_Helm", - "GBID": 0, - "PAD": 0, - "SNOActor": 484414, - "ItemTypesGBID": -487438254, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 858480180, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 822088492, - "Name": "P69_Necro_Set_5_Shoulders", - "GBID": 0, - "PAD": 0, - "SNOActor": 484415, - "ItemTypesGBID": -1118573915, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 858480180, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -424853846, - "Name": "P69_Necro_Set_5_Chest", - "GBID": 0, - "PAD": 0, - "SNOActor": 484411, - "ItemTypesGBID": 2146108164, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 858480180, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -409678599, - "Name": "P69_Necro_Set_5_Pants", - "GBID": 0, - "PAD": 0, - "SNOActor": 484413, - "ItemTypesGBID": -943720265, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 858480180, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484587 - }, - { - "Hash": -425777286, - "Name": "P69_Necro_Set_5_Boots", - "GBID": 0, - "PAD": 0, - "SNOActor": 484410, - "ItemTypesGBID": -2032851597, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 858480180, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484585 - }, - { - "Hash": -973627517, - "Name": "P69_Necro_Set_5_Gloves", - "GBID": 0, - "PAD": 0, - "SNOActor": 484412, - "ItemTypesGBID": 208688284, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 858480180, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 484586 - }, - { - "Hash": 881826936, - "Name": "x1_FollowerItem_Enchantress_Legendary_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 366979, - "ItemTypesGBID": -464307745, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 761439029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 128602204, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 881826937, - "Name": "x1_FollowerItem_Enchantress_Legendary_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 366980, - "ItemTypesGBID": -464307745, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 761439029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318377, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 128602204, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 881826938, - "Name": "x1_FollowerItem_Enchantress_Legendary_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 366980, - "ItemTypesGBID": -464307745, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 761439029, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359604, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 128602204, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1876512503, - "Name": "x1_FollowerItem_Scoundrel_Legendary_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 366970, - "ItemTypesGBID": -953512528, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -229899866, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 122353522, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1876512502, - "Name": "x1_FollowerItem_Scoundrel_Legendary_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 366971, - "ItemTypesGBID": -953512528, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -229899866, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318377, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 122353522, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1876512501, - "Name": "x1_FollowerItem_Scoundrel_Legendary_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 366971, - "ItemTypesGBID": -953512528, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -229899866, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359604, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 122353522, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2063143921, - "Name": "x1_FollowerItem_Templar_Legendary_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 366968, - "ItemTypesGBID": 129668150, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1147341804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 140674858, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2063143920, - "Name": "x1_FollowerItem_Templar_Legendary_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 366969, - "ItemTypesGBID": 129668150, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1147341804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318377, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 140674858, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2063143919, - "Name": "x1_FollowerItem_Templar_Legendary_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 366969, - "ItemTypesGBID": 129668150, - "Flags": 1181761, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1147341804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359604, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 33, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 140674858, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624246, - "Name": "HealthPotionLegendary_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 341333, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1370, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624245, - "Name": "HealthPotionLegendary_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 341342, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1371, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624244, - "Name": "HealthPotionLegendary_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 341343, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1372, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624243, - "Name": "HealthPotionLegendary_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 342823, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1374, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624242, - "Name": "HealthPotionLegendary_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 342824, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1375, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624241, - "Name": "HealthPotionLegendary_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 344093, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 344094, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624240, - "Name": "HealthPotionLegendary_07", - "GBID": 0, - "PAD": 0, - "SNOActor": 404808, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 405166, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -252495759, - "Name": "P2_HealthPotionLegendary_07", - "GBID": 0, - "PAD": 0, - "SNOActor": 433027, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 433021, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624239, - "Name": "HealthPotionLegendary_08", - "GBID": 0, - "PAD": 0, - "SNOActor": 428805, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428812, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624238, - "Name": "HealthPotionLegendary_09", - "GBID": 0, - "PAD": 0, - "SNOActor": 434627, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 434626, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624214, - "Name": "HealthPotionLegendary_10", - "GBID": 0, - "PAD": 0, - "SNOActor": 451311, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451310, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -917624213, - "Name": "HealthPotionLegendary_11", - "GBID": 0, - "PAD": 0, - "SNOActor": 483316, - "ItemTypesGBID": -1916071921, - "Flags": 1181697, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1916071921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 120, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483315, - "Formula": [] - }, - { - "AttributeId": 1373, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 25, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 18904464, - "Name": "Unique_Helm_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 359270, - "ItemTypesGBID": 3851110, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 18940401, - "Name": "Unique_Helm_Promo_02_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 359271, - "ItemTypesGBID": 3851110, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1701869453, - "Name": "Unique_CeremonialDagger_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 337285, - "ItemTypesGBID": -199811863, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1076803264, - "Name": "Unique_Fist_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 337291, - "ItemTypesGBID": -2094596416, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604968, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1114366774, - "Name": "Unique_Flail_1H_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 359263, - "ItemTypesGBID": -1363671135, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1847637413, - "Name": "Unique_HandXBow_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 337306, - "ItemTypesGBID": 763102523, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -308085931, - "Name": "Unique_Mighty_2H_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 337314, - "ItemTypesGBID": -1488678058, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329201894, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 581543469, - "Name": "Unique_Orb_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 359418, - "ItemTypesGBID": 124739, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179475, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2111210159, - "Name": "Unique_Sword_1H_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 337282, - "ItemTypesGBID": 140782159, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1762560888, - "Name": "X1_Boots_norm_promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 385582, - "ItemTypesGBID": 120334087, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -501393847, - "Name": "X1_chestArmor_norm_promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 385583, - "ItemTypesGBID": -1028103400, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2137840159, - "Name": "X1_Gloves_norm_promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 385584, - "ItemTypesGBID": -131821392, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2034926871, - "Name": "X1_Helm_norm_promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 387013, - "ItemTypesGBID": 3851110, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1740821673, - "Name": "X1_pants_norm_promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 385585, - "ItemTypesGBID": 3994699, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -140087521, - "Name": "X1_shoulderPads_norm_promo_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 389082, - "ItemTypesGBID": -940830407, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -653177295, - "Name": "X1_Helm_norm_season_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 350327, - "ItemTypesGBID": 3851110, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 585791801, - "Name": "X1_shoulderPads_norm_season_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 351008, - "ItemTypesGBID": -940830407, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1051320142, - "Name": "X1_Boots_norm_season_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 391489, - "ItemTypesGBID": 120334087, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1547584931, - "Name": "X1_chestArmor_norm_season_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 391485, - "ItemTypesGBID": -1028103400, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -915535813, - "Name": "X1_Gloves_norm_season_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 391488, - "ItemTypesGBID": -131821392, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1366487121, - "Name": "X1_Pants_norm_season_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 391490, - "ItemTypesGBID": 3994699, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -267193160, - "Name": "p7_Helm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 478928, - "ItemTypesGBID": 3851110, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1580779584, - "Name": "p7_shoulderPads_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 478929, - "ItemTypesGBID": -940830407, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -258252199, - "Name": "p7_boots_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 478905, - "ItemTypesGBID": 120334087, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1580434134, - "Name": "p7_chestArmor_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 478903, - "ItemTypesGBID": -1028103400, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -669135166, - "Name": "p7_Gloves_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 478906, - "ItemTypesGBID": -131821392, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1510431048, - "Name": "p7_pants_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 478904, - "ItemTypesGBID": 3994699, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1822793095, - "Name": "p8_Helm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 484903, - "ItemTypesGBID": 3851110, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1778177665, - "Name": "p8_shoulderPads_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 484905, - "ItemTypesGBID": -940830407, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -53442502, - "Name": "p8_boots_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 484908, - "ItemTypesGBID": 120334087, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -220629077, - "Name": "p8_chestArmor_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 484907, - "ItemTypesGBID": -1028103400, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1794617539, - "Name": "p8_Gloves_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 484904, - "ItemTypesGBID": -131821392, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1305621351, - "Name": "p8_pants_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 484906, - "ItemTypesGBID": 3994699, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1545350263, - "Name": "p71_Helm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485807, - "ItemTypesGBID": 3851110, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1888016254, - "Name": "p71_shoulderPad_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485802, - "ItemTypesGBID": -940830407, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 512236362, - "Name": "p71_boots_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485803, - "ItemTypesGBID": 120334087, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -896043845, - "Name": "p71_chestArmor_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485805, - "ItemTypesGBID": -1028103400, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1012816429, - "Name": "p71_Gloves_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485806, - "ItemTypesGBID": -131821392, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -739942487, - "Name": "p71_pants_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485804, - "ItemTypesGBID": 3994699, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -616553761, - "Name": "p71_twoHandedAxe_Promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 485729, - "ItemTypesGBID": 119458520, - "Flags": 1, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1142135055, - "Name": "p1_bow_norm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403608, - "ItemTypesGBID": 110504, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2091504071, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1692376569, - "Name": "p1_fistWeapon_norm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 402499, - "ItemTypesGBID": -2094596416, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -445685539, - "Name": "p1_Mace_norm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403366, - "ItemTypesGBID": 4026134, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026173, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2032665308, - "Name": "p1_mightyWeapon_2H_norm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 402773, - "ItemTypesGBID": -1488678058, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 329202983, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2028438506, - "Name": "p1_orb_norm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 403401, - "ItemTypesGBID": 124739, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1905179476, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1867383205, - "Name": "p1_Staff_norm_promo_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 402266, - "ItemTypesGBID": 140658708, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691350, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1338196779, - "Name": "P2_Helm_LOTV", - "GBID": 0, - "PAD": 0, - "SNOActor": 434736, - "ItemTypesGBID": 3851110, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 970222867, - "Name": "P2_ShoulderPads_LOTV", - "GBID": 0, - "PAD": 0, - "SNOActor": 434757, - "ItemTypesGBID": -940830407, - "Flags": 8388609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 42569453, - "Name": "TransmogHelm_Illidan", - "GBID": 0, - "PAD": 0, - "SNOActor": 449959, - "ItemTypesGBID": 3851110, - "Flags": 545259521, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2094358470, - "Name": "TransmogShield_313", - "GBID": 0, - "PAD": 0, - "SNOActor": 445356, - "ItemTypesGBID": 332825721, - "Flags": 545390592, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2129793537, - "Name": "TransmogHelm_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 428455, - "ItemTypesGBID": 3851110, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -919506892, - "Name": "TransmogShoulders_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 428444, - "ItemTypesGBID": -940830407, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1862484576, - "Name": "TransmogSword_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 271632, - "ItemTypesGBID": 140782159, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1990947633, - "Name": "TransmogAxe_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 271587, - "ItemTypesGBID": 109694, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1661412392, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1990947632, - "Name": "TransmogAxe_241_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 234473, - "ItemTypesGBID": 119458520, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2127738887, - "Name": "TransmogFlail_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 395210, - "ItemTypesGBID": -1363671135, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2129793538, - "Name": "TransmogHelm_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 450187, - "ItemTypesGBID": 3851110, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2127738886, - "Name": "TransmogFlail_241_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 403819, - "ItemTypesGBID": -1363671135, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1871160761, - "Name": "TransmogFist_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 395330, - "ItemTypesGBID": -2094596416, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1234261285, - "Name": "TransmogStaff_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 450340, - "ItemTypesGBID": 140658708, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -2115691356, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1003759233, - "Name": "TransmogPolearm_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 272057, - "ItemTypesGBID": -1203595600, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1337763520, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1862484577, - "Name": "TransmogSword_241_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 331905, - "ItemTypesGBID": 140782159, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2127738885, - "Name": "TransmogFlail_241_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 403860, - "ItemTypesGBID": -1363671102, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -873321487, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1990947631, - "Name": "TransmogAxe_241_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 449477, - "ItemTypesGBID": 119458520, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1990947630, - "Name": "TransmogAxe_241_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 271600, - "ItemTypesGBID": 119458520, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1700547783, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -53007604, - "Name": "TransmogSpear_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 272047, - "ItemTypesGBID": 140519163, - "Flags": 545390592, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101312757, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2127738884, - "Name": "TransmogFlail_241_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 424257, - "ItemTypesGBID": -1363671135, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1871160760, - "Name": "TransmogFist_241_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 408775, - "ItemTypesGBID": -2094596416, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1862484578, - "Name": "TransmogSword_241_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 271633, - "ItemTypesGBID": 140782159, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1453914927, - "Name": "TransmogXbow_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 395324, - "ItemTypesGBID": -1338851342, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 181031810, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1471771449, - "Name": "TransmogMace_241_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 450124, - "ItemTypesGBID": 4026134, - "Flags": 545390592, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1656026176, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1862484579, - "Name": "TransmogSword_241_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 271635, - "ItemTypesGBID": 140782159, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1862484580, - "Name": "TransmogSword_241_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 271637, - "ItemTypesGBID": 140782159, - "Flags": 537001984, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1257049891, - "Name": "Unique_Ring_024_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 260327, - "ItemTypesGBID": 4214896, - "Flags": 141393, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 377084, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 78, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": 1564584523, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 4, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 197460071, - "Name": "x1_Amulet_norm_unique_25", - "GBID": 0, - "PAD": 0, - "SNOActor": 298057, - "ItemTypesGBID": -365243096, - "Flags": 16918609, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 13000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": 377084, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - 769903539, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 4, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2111174222, - "Name": "Unique_Sword_1H_Promo_02_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 376463, - "ItemTypesGBID": 140782159, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -270938921, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359587, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451807929, - "Name": "Unique_Gem_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405775, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 383014, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 383014, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451157, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451771992, - "Name": "Unique_Gem_002_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405781, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403456, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403456, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403457, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451736055, - "Name": "Unique_Gem_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405783, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403459, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403459, - "Formula": [] - }, - { - "AttributeId": 1213, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451700118, - "Name": "Unique_Gem_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405792, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403460, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403460, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403560, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451664181, - "Name": "Unique_Gem_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405793, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403461, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403461, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403556, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451628244, - "Name": "Unique_Gem_006_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405794, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403462, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403600, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451592307, - "Name": "Unique_Gem_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405795, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403463, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403463, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403620, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451556370, - "Name": "Unique_Gem_008_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405796, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403464, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403464, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403524, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": 150, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451520433, - "Name": "Unique_Gem_009_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405797, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403465, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403465, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403624, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450657945, - "Name": "Unique_Gem_010_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405798, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403466, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403466, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403472, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450622008, - "Name": "Unique_Gem_011_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405800, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403467, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403467, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403687, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450586071, - "Name": "Unique_Gem_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405801, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403468, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403468, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403727, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450550134, - "Name": "Unique_Gem_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405802, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403469, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403469, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403473, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450514197, - "Name": "Unique_Gem_014_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405803, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403470, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403470, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403784, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": 50, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450478260, - "Name": "Unique_Gem_015_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 405804, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403471, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 403471, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 403785, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450442323, - "Name": "Unique_Gem_016_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 428033, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428029, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 428029, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428030, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": 100, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450406386, - "Name": "Unique_Gem_017_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 428034, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428031, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 2, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 428031, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428032, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450370449, - "Name": "Unique_Gem_018_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 428345, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428348, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 428348, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428349, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -450334512, - "Name": "Unique_Gem_019_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 428346, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428350, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 428350, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428351, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": 100, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -449472024, - "Name": "Unique_Gem_020_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 428347, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428352, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 428352, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428353, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -449436087, - "Name": "Unique_Gem_021_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 428355, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428354, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 3, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 428354, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428356, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": 50, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -449400150, - "Name": "Unique_Gem_022_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 454794, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454736, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -545974251, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 454736, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454737, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -449364213, - "Name": "Unique_Gem_023_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 483318, - "ItemTypesGBID": 1888008307, - "Flags": 16785425, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 50000, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1315690660, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483319, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": 1293, - "SNOParam": 483319, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483320, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": 25, - "JewelMaxRank": 99, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2124201264, - "Name": "Unique_Shoulder_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 385122, - "ItemTypesGBID": -940830407, - "Flags": 16777217, - "DyeType": 0, - "ItemLevel": 16, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490250, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1212, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - 982068194, - 715115171, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1567104614, - "Name": "Unique_Ring_Promo_01_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 385969, - "ItemTypesGBID": 4214896, - "Flags": 16777217, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967348, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1212, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1143, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - 512004501, - 1616088365, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1648785177, - "Name": "Unique_Neck_Promo_01_NX1", - "GBID": 0, - "PAD": 0, - "SNOActor": 479062, - "ItemTypesGBID": -365243096, - "Flags": 16777217, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 10, - "CrafterRequiredLevel": 10, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 1212, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 143839492, - 982068194, - 1616088365, - 1220289425, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 357734652, - "Name": "Consumable_Add_Sockets_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 403611, - "ItemTypesGBID": -1380314094, - "Flags": 17836033, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 100, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 417, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450211266, - "Name": "Unique_Ring_500_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318241, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450247203, - "Name": "Unique_Ring_501_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318300, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450283140, - "Name": "Unique_Ring_502_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318346, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450319077, - "Name": "Unique_Ring_503_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318347, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450355014, - "Name": "Unique_Ring_504_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318348, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450390951, - "Name": "Unique_Ring_505_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318349, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450426888, - "Name": "Unique_Ring_506_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318351, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450462825, - "Name": "Unique_Ring_507_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318358, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450498762, - "Name": "Unique_Ring_508_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318359, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1450534699, - "Name": "Unique_Ring_509_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318360, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451397187, - "Name": "Unique_Ring_510_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318371, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451433124, - "Name": "Unique_Ring_511_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318372, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451469061, - "Name": "Unique_Ring_512_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318374, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451504998, - "Name": "Unique_Ring_513_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318375, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451540935, - "Name": "Unique_Ring_514_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318376, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451576872, - "Name": "Unique_Ring_515_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318377, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451612809, - "Name": "Unique_Ring_516_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318378, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451648746, - "Name": "Unique_Ring_517_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318379, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451684683, - "Name": "Unique_Ring_518_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318380, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1451720620, - "Name": "Unique_Ring_519_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318381, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452583108, - "Name": "Unique_Ring_520_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318382, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452619045, - "Name": "Unique_Ring_521_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318383, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452654982, - "Name": "Unique_Ring_522_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318384, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452690919, - "Name": "Unique_Ring_523_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318385, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452726856, - "Name": "Unique_Ring_524_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318386, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452762793, - "Name": "Unique_Ring_525_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318410, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452798730, - "Name": "Unique_Ring_526_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452834667, - "Name": "Unique_Ring_527_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318412, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452870604, - "Name": "Unique_Ring_528_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318417, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1452906541, - "Name": "Unique_Ring_529_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318418, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453769029, - "Name": "Unique_Ring_530_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318419, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453804966, - "Name": "Unique_Ring_531_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318420, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453840903, - "Name": "Unique_Ring_532_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318421, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453876840, - "Name": "Unique_Ring_533_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318423, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453912777, - "Name": "Unique_Ring_534_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318426, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453948714, - "Name": "Unique_Ring_535_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318427, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1453984651, - "Name": "Unique_Ring_536_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318428, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1454020588, - "Name": "Unique_Ring_537_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1454056525, - "Name": "Unique_Ring_538_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318431, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1454092462, - "Name": "Unique_Ring_539_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318432, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1454954950, - "Name": "Unique_Ring_540_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318433, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1454990887, - "Name": "Unique_Ring_541_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318434, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455026824, - "Name": "Unique_Ring_542_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318435, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455062761, - "Name": "Unique_Ring_543_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318436, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455098698, - "Name": "Unique_Ring_544_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318715, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455134635, - "Name": "Unique_Ring_545_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318716, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455170572, - "Name": "Unique_Ring_546_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318717, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455206509, - "Name": "Unique_Ring_547_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318718, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455242446, - "Name": "Unique_Ring_548_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318719, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1455278383, - "Name": "Unique_Ring_549_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318720, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456140871, - "Name": "Unique_Ring_550_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318721, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456176808, - "Name": "Unique_Ring_551_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318722, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456212745, - "Name": "Unique_Ring_552_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318724, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456248682, - "Name": "Unique_Ring_553_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318730, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456284619, - "Name": "Unique_Ring_554_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318731, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456320556, - "Name": "Unique_Ring_555_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318732, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456356493, - "Name": "Unique_Ring_556_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318733, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456392430, - "Name": "Unique_Ring_557_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318734, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456428367, - "Name": "Unique_Ring_558_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318740, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1456464304, - "Name": "Unique_Ring_559_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318741, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457326792, - "Name": "Unique_Ring_560_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318742, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457362729, - "Name": "Unique_Ring_561_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318743, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457398666, - "Name": "Unique_Ring_562_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318744, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457434603, - "Name": "Unique_Ring_563_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318745, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457470540, - "Name": "Unique_Ring_564_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318746, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457506477, - "Name": "Unique_Ring_565_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318747, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457542414, - "Name": "Unique_Ring_566_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318748, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457578351, - "Name": "Unique_Ring_567_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318749, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457614288, - "Name": "Unique_Ring_568_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318750, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1457650225, - "Name": "Unique_Ring_569_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318751, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458512713, - "Name": "Unique_Ring_570_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318752, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458548650, - "Name": "Unique_Ring_571_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318753, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458584587, - "Name": "Unique_Ring_572_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318754, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458620524, - "Name": "Unique_Ring_573_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318755, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458656461, - "Name": "Unique_Ring_574_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318756, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458692398, - "Name": "Unique_Ring_575_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318757, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458728335, - "Name": "Unique_Ring_576_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318758, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458764272, - "Name": "Unique_Ring_577_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318759, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458800209, - "Name": "Unique_Ring_578_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318760, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1458836146, - "Name": "Unique_Ring_579_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318761, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459698634, - "Name": "Unique_Ring_580_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318762, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459734571, - "Name": "Unique_Ring_581_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318763, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459770508, - "Name": "Unique_Ring_582_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318764, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459806445, - "Name": "Unique_Ring_583_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318765, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459842382, - "Name": "Unique_Ring_584_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318766, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459878319, - "Name": "Unique_Ring_585_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318767, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459914256, - "Name": "Unique_Ring_586_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318768, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459950193, - "Name": "Unique_Ring_587_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318769, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1459986130, - "Name": "Unique_Ring_588_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318770, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460022067, - "Name": "Unique_Ring_589_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318771, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460884555, - "Name": "Unique_Ring_590_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318772, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460920492, - "Name": "Unique_Ring_591_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318773, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460956429, - "Name": "Unique_Ring_592_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318774, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1460992366, - "Name": "Unique_Ring_593_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318775, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1461028303, - "Name": "Unique_Ring_594_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318776, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1461064240, - "Name": "Unique_Ring_595_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318777, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1461100177, - "Name": "Unique_Ring_596_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318778, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1461136114, - "Name": "Unique_Ring_597_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318779, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1461172051, - "Name": "Unique_Ring_598_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318780, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1461207988, - "Name": "Unique_Ring_599_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318781, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489346659, - "Name": "Unique_Ring_600_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318782, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489382596, - "Name": "Unique_Ring_601_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318783, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489418533, - "Name": "Unique_Ring_602_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318784, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489454470, - "Name": "Unique_Ring_603_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318785, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489490407, - "Name": "Unique_Ring_604_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318786, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489526344, - "Name": "Unique_Ring_605_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318787, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489562281, - "Name": "Unique_Ring_606_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318788, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489598218, - "Name": "Unique_Ring_607_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318789, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489634155, - "Name": "Unique_Ring_608_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318790, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1489670092, - "Name": "Unique_Ring_609_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318791, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490532580, - "Name": "Unique_Ring_610_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318792, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490568517, - "Name": "Unique_Ring_611_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318793, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490604454, - "Name": "Unique_Ring_612_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318794, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490640391, - "Name": "Unique_Ring_613_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318795, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490676328, - "Name": "Unique_Ring_614_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318796, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490712265, - "Name": "Unique_Ring_615_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318797, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490748202, - "Name": "Unique_Ring_616_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318798, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490784139, - "Name": "Unique_Ring_617_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318799, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490820076, - "Name": "Unique_Ring_618_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318800, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1490856013, - "Name": "Unique_Ring_619_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318801, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491718501, - "Name": "Unique_Ring_620_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318802, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491754438, - "Name": "Unique_Ring_621_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318803, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491790375, - "Name": "Unique_Ring_622_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318804, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491826312, - "Name": "Unique_Ring_623_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318805, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491862249, - "Name": "Unique_Ring_624_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318806, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491898186, - "Name": "Unique_Ring_625_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318807, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491934123, - "Name": "Unique_Ring_626_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318808, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1491970060, - "Name": "Unique_Ring_627_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318809, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1492005997, - "Name": "Unique_Ring_628_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318810, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1492041934, - "Name": "Unique_Ring_629_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318811, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1492904422, - "Name": "Unique_Ring_630_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318812, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1492940359, - "Name": "Unique_Ring_631_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318813, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1492976296, - "Name": "Unique_Ring_632_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318814, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493012233, - "Name": "Unique_Ring_633_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318815, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493048170, - "Name": "Unique_Ring_634_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318816, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493084107, - "Name": "Unique_Ring_635_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318817, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493120044, - "Name": "Unique_Ring_636_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318818, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493155981, - "Name": "Unique_Ring_637_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318819, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493191918, - "Name": "Unique_Ring_638_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318820, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1493227855, - "Name": "Unique_Ring_639_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318821, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494090343, - "Name": "Unique_Ring_640_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318822, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494126280, - "Name": "Unique_Ring_641_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318823, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494162217, - "Name": "Unique_Ring_642_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318824, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494198154, - "Name": "Unique_Ring_643_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318825, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494234091, - "Name": "Unique_Ring_644_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318826, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494270028, - "Name": "Unique_Ring_645_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318827, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494305965, - "Name": "Unique_Ring_646_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318828, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494341902, - "Name": "Unique_Ring_647_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318829, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494377839, - "Name": "Unique_Ring_648_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318830, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1494413776, - "Name": "Unique_Ring_649_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318831, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495276264, - "Name": "Unique_Ring_650_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318832, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495312201, - "Name": "Unique_Ring_651_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318833, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495348138, - "Name": "Unique_Ring_652_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318834, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495384075, - "Name": "Unique_Ring_653_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495420012, - "Name": "Unique_Ring_654_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318849, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495455949, - "Name": "Unique_Ring_655_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318850, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495491886, - "Name": "Unique_Ring_656_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318851, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495527823, - "Name": "Unique_Ring_657_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318852, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495563760, - "Name": "Unique_Ring_658_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318853, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1495599697, - "Name": "Unique_Ring_659_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496462185, - "Name": "Unique_Ring_660_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318855, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496498122, - "Name": "Unique_Ring_661_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318856, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496534059, - "Name": "Unique_Ring_662_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318857, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496569996, - "Name": "Unique_Ring_663_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318858, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496605933, - "Name": "Unique_Ring_664_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318860, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496641870, - "Name": "Unique_Ring_665_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318861, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496677807, - "Name": "Unique_Ring_666_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318862, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496713744, - "Name": "Unique_Ring_667_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318863, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496749681, - "Name": "Unique_Ring_668_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318864, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1496785618, - "Name": "Unique_Ring_669_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318865, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497648106, - "Name": "Unique_Ring_670_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318866, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497684043, - "Name": "Unique_Ring_671_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318867, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497719980, - "Name": "Unique_Ring_672_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318868, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497755917, - "Name": "Unique_Ring_673_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318869, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497791854, - "Name": "Unique_Ring_674_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318870, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497827791, - "Name": "Unique_Ring_675_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318871, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497863728, - "Name": "Unique_Ring_676_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318872, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497899665, - "Name": "Unique_Ring_677_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318873, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497935602, - "Name": "Unique_Ring_678_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318874, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1497971539, - "Name": "Unique_Ring_679_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318875, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1498834027, - "Name": "Unique_Ring_680_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318876, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1498869964, - "Name": "Unique_Ring_681_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318877, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1498905901, - "Name": "Unique_Ring_682_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318878, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1498941838, - "Name": "Unique_Ring_683_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318879, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1498977775, - "Name": "Unique_Ring_684_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318880, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1499013712, - "Name": "Unique_Ring_685_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318881, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1499049649, - "Name": "Unique_Ring_686_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318882, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1499085586, - "Name": "Unique_Ring_687_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318883, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1499121523, - "Name": "Unique_Ring_688_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318884, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1499157460, - "Name": "Unique_Ring_689_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318885, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500019948, - "Name": "Unique_Ring_690_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318886, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500055885, - "Name": "Unique_Ring_691_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318887, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500091822, - "Name": "Unique_Ring_692_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318888, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500127759, - "Name": "Unique_Ring_693_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318889, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500163696, - "Name": "Unique_Ring_694_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318890, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500199633, - "Name": "Unique_Ring_695_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318891, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500235570, - "Name": "Unique_Ring_696_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318892, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500271507, - "Name": "Unique_Ring_697_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318893, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500307444, - "Name": "Unique_Ring_698_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318894, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1500343381, - "Name": "Unique_Ring_699_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 318895, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528482052, - "Name": "Unique_Ring_700_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359537, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528517989, - "Name": "Unique_Ring_701_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359538, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528553926, - "Name": "Unique_Ring_702_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359539, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528589863, - "Name": "Unique_Ring_703_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359540, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528625800, - "Name": "Unique_Ring_704_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359545, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528661737, - "Name": "Unique_Ring_705_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359546, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528697674, - "Name": "Unique_Ring_706_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359550, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528733611, - "Name": "Unique_Ring_707_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359552, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528769548, - "Name": "Unique_Ring_708_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359553, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1528805485, - "Name": "Unique_Ring_709_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359554, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529667973, - "Name": "Unique_Ring_710_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359555, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529703910, - "Name": "Unique_Ring_711_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359556, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529739847, - "Name": "Unique_Ring_712_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359557, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529775784, - "Name": "Unique_Ring_713_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359558, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529811721, - "Name": "Unique_Ring_714_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359559, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529847658, - "Name": "Unique_Ring_715_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359560, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529883595, - "Name": "Unique_Ring_716_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359561, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529919532, - "Name": "Unique_Ring_717_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359562, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529955469, - "Name": "Unique_Ring_718_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359563, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1529991406, - "Name": "Unique_Ring_719_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359564, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1530853894, - "Name": "Unique_Ring_720_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359565, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1530889831, - "Name": "Unique_Ring_721_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359566, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1530925768, - "Name": "Unique_Ring_722_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359567, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1530961705, - "Name": "Unique_Ring_723_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359568, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1530997642, - "Name": "Unique_Ring_724_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359569, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1531033579, - "Name": "Unique_Ring_725_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359570, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1531069516, - "Name": "Unique_Ring_726_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359573, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1531105453, - "Name": "Unique_Ring_727_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359574, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1531141390, - "Name": "Unique_Ring_728_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359576, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1531177327, - "Name": "Unique_Ring_729_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359577, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532039815, - "Name": "Unique_Ring_730_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359578, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532075752, - "Name": "Unique_Ring_731_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359579, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532111689, - "Name": "Unique_Ring_732_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359580, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532147626, - "Name": "Unique_Ring_733_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359581, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532183563, - "Name": "Unique_Ring_734_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359582, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532219500, - "Name": "Unique_Ring_735_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359583, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532255437, - "Name": "Unique_Ring_736_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359584, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532291374, - "Name": "Unique_Ring_737_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359585, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532327311, - "Name": "Unique_Ring_738_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359586, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1532363248, - "Name": "Unique_Ring_739_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359587, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533225736, - "Name": "Unique_Ring_740_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 367462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533261673, - "Name": "Unique_Ring_741_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359591, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533297610, - "Name": "Unique_Ring_742_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359593, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533333547, - "Name": "Unique_Ring_743_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359594, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533369484, - "Name": "Unique_Ring_744_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359597, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533405421, - "Name": "Unique_Ring_745_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359598, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533441358, - "Name": "Unique_Ring_746_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359601, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533477295, - "Name": "Unique_Ring_747_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359602, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533513232, - "Name": "Unique_Ring_748_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359604, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1533549169, - "Name": "Unique_Ring_749_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359605, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534411657, - "Name": "Unique_Ring_750_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 359606, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534447594, - "Name": "Unique_Ring_751_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397780, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534483531, - "Name": "Unique_Ring_752_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397781, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534519468, - "Name": "Unique_Ring_753_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397782, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534555405, - "Name": "Unique_Ring_754_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397783, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534591342, - "Name": "Unique_Ring_755_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397784, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534627279, - "Name": "Unique_Ring_756_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397785, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534663216, - "Name": "Unique_Ring_757_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397786, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534699153, - "Name": "Unique_Ring_758_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397787, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1534735090, - "Name": "Unique_Ring_759_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397788, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535597578, - "Name": "Unique_Ring_760_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397789, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535633515, - "Name": "Unique_Ring_761_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397792, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535669452, - "Name": "Unique_Ring_762_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397802, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535705389, - "Name": "Unique_Ring_763_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397805, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535741326, - "Name": "Unique_Ring_764_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397806, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535777263, - "Name": "Unique_Ring_765_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397807, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535813200, - "Name": "Unique_Ring_766_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397808, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535849137, - "Name": "Unique_Ring_767_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397809, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535885074, - "Name": "Unique_Ring_768_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397811, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1535921011, - "Name": "Unique_Ring_769_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397812, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536783499, - "Name": "Unique_Ring_770_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397813, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536819436, - "Name": "Unique_Ring_771_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397814, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536855373, - "Name": "Unique_Ring_772_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397815, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536891310, - "Name": "Unique_Ring_773_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397816, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536927247, - "Name": "Unique_Ring_774_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397817, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536963184, - "Name": "Unique_Ring_775_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397818, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536999121, - "Name": "Unique_Ring_776_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397819, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1537035058, - "Name": "Unique_Ring_777_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397820, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1537070995, - "Name": "Unique_Ring_778_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397822, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1537106932, - "Name": "Unique_Ring_779_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397831, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1537969420, - "Name": "Unique_Ring_780_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397832, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538005357, - "Name": "Unique_Ring_781_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397833, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538041294, - "Name": "Unique_Ring_782_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397834, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538077231, - "Name": "Unique_Ring_783_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397835, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538113168, - "Name": "Unique_Ring_784_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397836, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538149105, - "Name": "Unique_Ring_785_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397838, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538185042, - "Name": "Unique_Ring_786_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397839, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538220979, - "Name": "Unique_Ring_787_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397841, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538256916, - "Name": "Unique_Ring_788_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397842, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1538292853, - "Name": "Unique_Ring_789_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397843, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539155341, - "Name": "Unique_Ring_790_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397844, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539191278, - "Name": "Unique_Ring_791_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397845, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539227215, - "Name": "Unique_Ring_792_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397846, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539263152, - "Name": "Unique_Ring_793_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397847, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539299089, - "Name": "Unique_Ring_794_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397848, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539335026, - "Name": "Unique_Ring_795_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397849, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539370963, - "Name": "Unique_Ring_796_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397850, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539406900, - "Name": "Unique_Ring_797_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397851, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539442837, - "Name": "Unique_Ring_798_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397852, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1539478774, - "Name": "Unique_Ring_799_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397853, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567617445, - "Name": "Unique_Ring_800_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 397854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567653382, - "Name": "Unique_Ring_801_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401366, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567689319, - "Name": "Unique_Ring_802_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401367, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567725256, - "Name": "Unique_Ring_803_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401368, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567761193, - "Name": "Unique_Ring_804_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401369, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567797130, - "Name": "Unique_Ring_805_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401370, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567833067, - "Name": "Unique_Ring_806_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401371, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567869004, - "Name": "Unique_Ring_807_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401378, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567904941, - "Name": "Unique_Ring_808_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401379, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1567940878, - "Name": "Unique_Ring_809_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401380, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1568803366, - "Name": "Unique_Ring_810_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401381, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1568839303, - "Name": "Unique_Ring_811_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401382, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1568875240, - "Name": "Unique_Ring_812_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401383, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1568911177, - "Name": "Unique_Ring_813_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401384, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1568947114, - "Name": "Unique_Ring_814_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401385, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1568983051, - "Name": "Unique_Ring_815_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401386, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1569018988, - "Name": "Unique_Ring_816_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401387, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1569054925, - "Name": "Unique_Ring_817_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401388, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1569090862, - "Name": "Unique_Ring_818_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401389, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1569126799, - "Name": "Unique_Ring_819_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401390, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1569989287, - "Name": "Unique_Ring_820_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401391, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570025224, - "Name": "Unique_Ring_821_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401392, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570061161, - "Name": "Unique_Ring_822_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401393, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570097098, - "Name": "Unique_Ring_823_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401394, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570133035, - "Name": "Unique_Ring_824_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401395, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570168972, - "Name": "Unique_Ring_825_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401414, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570204909, - "Name": "Unique_Ring_826_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401415, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570240846, - "Name": "Unique_Ring_827_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401416, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570276783, - "Name": "Unique_Ring_828_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401417, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1570312720, - "Name": "Unique_Ring_829_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401418, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571175208, - "Name": "Unique_Ring_830_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401419, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571211145, - "Name": "Unique_Ring_831_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401420, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571247082, - "Name": "Unique_Ring_832_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401421, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571283019, - "Name": "Unique_Ring_833_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401422, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571318956, - "Name": "Unique_Ring_834_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401423, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571354893, - "Name": "Unique_Ring_835_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401424, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571390830, - "Name": "Unique_Ring_836_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401425, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571426767, - "Name": "Unique_Ring_837_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401426, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571462704, - "Name": "Unique_Ring_838_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401427, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571498641, - "Name": "Unique_Ring_839_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401428, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572361129, - "Name": "Unique_Ring_840_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401429, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572397066, - "Name": "Unique_Ring_841_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572433003, - "Name": "Unique_Ring_842_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401458, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572468940, - "Name": "Unique_Ring_843_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401459, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572504877, - "Name": "Unique_Ring_844_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401460, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572540814, - "Name": "Unique_Ring_845_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401461, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572576751, - "Name": "Unique_Ring_846_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572612688, - "Name": "Unique_Ring_847_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401463, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572648625, - "Name": "Unique_Ring_848_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401464, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572684562, - "Name": "Unique_Ring_849_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401465, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573547050, - "Name": "Unique_Ring_850_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401466, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573582987, - "Name": "Unique_Ring_851_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401467, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573618924, - "Name": "Unique_Ring_852_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401468, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573654861, - "Name": "Unique_Ring_853_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401469, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573690798, - "Name": "Unique_Ring_854_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401470, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573726735, - "Name": "Unique_Ring_855_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401471, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573762672, - "Name": "Unique_Ring_856_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573798609, - "Name": "Unique_Ring_857_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401473, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573834546, - "Name": "Unique_Ring_858_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401474, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1573870483, - "Name": "Unique_Ring_859_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401475, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574732971, - "Name": "Unique_Ring_860_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401476, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574768908, - "Name": "Unique_Ring_861_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401495, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574804845, - "Name": "Unique_Ring_862_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401496, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574840782, - "Name": "Unique_Ring_863_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401497, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574876719, - "Name": "Unique_Ring_864_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401498, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574912656, - "Name": "Unique_Ring_865_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401499, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574948593, - "Name": "Unique_Ring_866_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401500, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1574984530, - "Name": "Unique_Ring_867_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401501, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1575020467, - "Name": "Unique_Ring_868_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401502, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1575056404, - "Name": "Unique_Ring_869_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401503, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1575918892, - "Name": "Unique_Ring_870_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401504, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1575954829, - "Name": "Unique_Ring_871_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401505, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1575990766, - "Name": "Unique_Ring_872_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401506, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576026703, - "Name": "Unique_Ring_873_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401507, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576062640, - "Name": "Unique_Ring_874_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401508, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576098577, - "Name": "Unique_Ring_875_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401509, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576134514, - "Name": "Unique_Ring_876_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401510, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576170451, - "Name": "Unique_Ring_877_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 401511, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576206388, - "Name": "Unique_Ring_878_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 409335, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1576242325, - "Name": "Unique_Ring_879_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439528, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577104813, - "Name": "Unique_Ring_880_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442744, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577140750, - "Name": "Unique_Ring_881_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577176687, - "Name": "Unique_Ring_882_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577212624, - "Name": "Unique_Ring_883_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577248561, - "Name": "Unique_Ring_884_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577284498, - "Name": "Unique_Ring_885_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577320435, - "Name": "Unique_Ring_886_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577356372, - "Name": "Unique_Ring_887_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577392309, - "Name": "Unique_Ring_888_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1577428246, - "Name": "Unique_Ring_889_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578290734, - "Name": "Unique_Ring_890_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578326671, - "Name": "Unique_Ring_891_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578362608, - "Name": "Unique_Ring_892_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578398545, - "Name": "Unique_Ring_893_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578434482, - "Name": "Unique_Ring_894_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578470419, - "Name": "Unique_Ring_895_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578506356, - "Name": "Unique_Ring_896_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578542293, - "Name": "Unique_Ring_897_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578578230, - "Name": "Unique_Ring_898_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1578614167, - "Name": "Unique_Ring_899_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 409431, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606752838, - "Name": "Unique_Ring_900_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 409428, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606788775, - "Name": "Unique_Ring_901_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402407, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606824712, - "Name": "Unique_Ring_902_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402408, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606860649, - "Name": "Unique_Ring_903_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402411, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606896586, - "Name": "Unique_Ring_904_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402406, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606932523, - "Name": "Unique_Ring_905_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402413, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1606968460, - "Name": "Unique_Ring_906_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402414, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1607004397, - "Name": "Unique_Ring_907_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402415, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1607040334, - "Name": "Unique_Ring_908_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402416, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1607076271, - "Name": "Unique_Ring_909_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402444, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1607938759, - "Name": "Unique_Ring_910_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402446, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1607974696, - "Name": "Unique_Ring_911_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402447, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608010633, - "Name": "Unique_Ring_912_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402448, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608046570, - "Name": "Unique_Ring_913_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402449, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608082507, - "Name": "Unique_Ring_914_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402450, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608118444, - "Name": "Unique_Ring_915_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402451, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608154381, - "Name": "Unique_Ring_916_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402455, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608190318, - "Name": "Unique_Ring_917_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402456, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608226255, - "Name": "Unique_Ring_918_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402457, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1608262192, - "Name": "Unique_Ring_919_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402458, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609124680, - "Name": "Unique_Ring_920_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402459, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609160617, - "Name": "Unique_Ring_921_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402460, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609196554, - "Name": "Unique_Ring_922_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402461, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609232491, - "Name": "Unique_Ring_923_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402462, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609268428, - "Name": "Unique_Ring_924_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402463, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609304365, - "Name": "Unique_Ring_925_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402464, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609340302, - "Name": "Unique_Ring_926_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402465, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609376239, - "Name": "Unique_Ring_927_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402466, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609412176, - "Name": "Unique_Ring_928_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402467, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1609448113, - "Name": "Unique_Ring_929_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402469, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610310601, - "Name": "Unique_Ring_930_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402470, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610346538, - "Name": "Unique_Ring_931_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402471, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610382475, - "Name": "Unique_Ring_932_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610418412, - "Name": "Unique_Ring_933_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402473, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610454349, - "Name": "Unique_Ring_934_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402474, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610490286, - "Name": "Unique_Ring_935_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402475, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610526223, - "Name": "Unique_Ring_936_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402476, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610562160, - "Name": "Unique_Ring_937_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402477, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610598097, - "Name": "Unique_Ring_938_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402478, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1610634034, - "Name": "Unique_Ring_939_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402479, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611496522, - "Name": "Unique_Ring_940_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 402480, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611532459, - "Name": "Unique_Ring_941_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440913, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611568396, - "Name": "Unique_Ring_942_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611604333, - "Name": "Unique_Ring_943_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611640270, - "Name": "Unique_Ring_944_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611676207, - "Name": "Unique_Ring_945_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611712144, - "Name": "Unique_Ring_946_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611748081, - "Name": "Unique_Ring_947_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611784018, - "Name": "Unique_Ring_948_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1611819955, - "Name": "Unique_Ring_949_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612682443, - "Name": "Unique_Ring_950_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612718380, - "Name": "Unique_Ring_951_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612754317, - "Name": "Unique_Ring_952_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612790254, - "Name": "Unique_Ring_953_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612826191, - "Name": "Unique_Ring_954_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612862128, - "Name": "Unique_Ring_955_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612898065, - "Name": "Unique_Ring_956_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612934002, - "Name": "Unique_Ring_957_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1612969939, - "Name": "Unique_Ring_958_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1613005876, - "Name": "Unique_Ring_959_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1613868364, - "Name": "Unique_Ring_960_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1613904301, - "Name": "Unique_Ring_961_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1613940238, - "Name": "Unique_Ring_962_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1613976175, - "Name": "Unique_Ring_963_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1614012112, - "Name": "Unique_Ring_964_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1614048049, - "Name": "Unique_Ring_965_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1614083986, - "Name": "Unique_Ring_966_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1614119923, - "Name": "Unique_Ring_967_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1614155860, - "Name": "Unique_Ring_968_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1614191797, - "Name": "Unique_Ring_969_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615054285, - "Name": "Unique_Ring_970_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615090222, - "Name": "Unique_Ring_971_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615126159, - "Name": "Unique_Ring_972_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615162096, - "Name": "Unique_Ring_973_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615198033, - "Name": "Unique_Ring_974_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615233970, - "Name": "Unique_Ring_975_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615269907, - "Name": "Unique_Ring_976_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615305844, - "Name": "Unique_Ring_977_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615341781, - "Name": "Unique_Ring_978_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1615377718, - "Name": "Unique_Ring_979_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616240206, - "Name": "Unique_Ring_980_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616276143, - "Name": "Unique_Ring_981_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616312080, - "Name": "Unique_Ring_982_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616348017, - "Name": "Unique_Ring_983_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616383954, - "Name": "Unique_Ring_984_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616419891, - "Name": "Unique_Ring_985_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616455828, - "Name": "Unique_Ring_986_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616491765, - "Name": "Unique_Ring_987_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616527702, - "Name": "Unique_Ring_988_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1616563639, - "Name": "Unique_Ring_989_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617426127, - "Name": "Unique_Ring_990_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617462064, - "Name": "Unique_Ring_991_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617498001, - "Name": "Unique_Ring_992_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617533938, - "Name": "Unique_Ring_993_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617569875, - "Name": "Unique_Ring_994_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617605812, - "Name": "Unique_Ring_995_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617641749, - "Name": "Unique_Ring_996_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617677686, - "Name": "Unique_Ring_997_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617713623, - "Name": "Unique_Ring_998_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1617749560, - "Name": "Unique_Ring_999_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -260286930, - "Name": "Unique_Ring_1000_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -309023754, - "Name": "P1_Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -309023753, - "Name": "P1_Unique_Ring_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -309023752, - "Name": "P1_Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -309023751, - "Name": "P1_Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238345, - "Name": "P2_Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484057, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238344, - "Name": "P2_Unique_Ring_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484279, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238343, - "Name": "P2_Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484320, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238342, - "Name": "P2_Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484426, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238341, - "Name": "P2_Unique_Ring_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484497, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238340, - "Name": "P2_Unique_Ring_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423229, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238339, - "Name": "P2_Unique_Ring_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423230, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238338, - "Name": "P2_Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423231, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238337, - "Name": "P2_Unique_Ring_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423233, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238313, - "Name": "P2_Unique_Ring_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423234, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238312, - "Name": "P2_Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423235, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238311, - "Name": "P2_Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423236, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238310, - "Name": "P2_Unique_Ring_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423237, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238309, - "Name": "P2_Unique_Ring_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423238, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238308, - "Name": "P2_Unique_Ring_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423239, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238307, - "Name": "P2_Unique_Ring_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423240, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238306, - "Name": "P2_Unique_Ring_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423241, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238305, - "Name": "P2_Unique_Ring_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423242, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238304, - "Name": "P2_Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423243, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238280, - "Name": "P2_Unique_Ring_020", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 423244, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238279, - "Name": "P2_Unique_Ring_021", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 427798, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238278, - "Name": "P2_Unique_Ring_022", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 427799, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238277, - "Name": "P2_Unique_Ring_023", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 428220, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238276, - "Name": "P2_Unique_Ring_024", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429648, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238275, - "Name": "P2_Unique_Ring_025", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429665, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238274, - "Name": "P2_Unique_Ring_026", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429673, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238273, - "Name": "P2_Unique_Ring_027", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429851, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238272, - "Name": "P2_Unique_Ring_028", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429855, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238271, - "Name": "P2_Unique_Ring_029", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429856, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238247, - "Name": "P2_Unique_Ring_030", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429857, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238246, - "Name": "P2_Unique_Ring_031", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 429885, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238245, - "Name": "P2_Unique_Ring_032", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430135, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238244, - "Name": "P2_Unique_Ring_033", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430228, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238243, - "Name": "P2_Unique_Ring_034", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430289, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238242, - "Name": "P2_Unique_Ring_035", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430671, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238241, - "Name": "P2_Unique_Ring_036", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430672, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238240, - "Name": "P2_Unique_Ring_037", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430673, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238239, - "Name": "P2_Unique_Ring_038", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430674, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238238, - "Name": "P2_Unique_Ring_039", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430675, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238214, - "Name": "P2_Unique_Ring_040", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430676, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238213, - "Name": "P2_Unique_Ring_041", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430677, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238212, - "Name": "P2_Unique_Ring_042", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430678, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238211, - "Name": "P2_Unique_Ring_043", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430679, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238210, - "Name": "P2_Unique_Ring_044", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430680, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238209, - "Name": "P2_Unique_Ring_045", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430681, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238208, - "Name": "P2_Unique_Ring_046", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430682, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238207, - "Name": "P2_Unique_Ring_047", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430683, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238206, - "Name": "P2_Unique_Ring_048", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430684, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238205, - "Name": "P2_Unique_Ring_049", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430685, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2140238181, - "Name": "P2_Unique_Ring_050", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 430686, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514360, - "Name": "P3_Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436426, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514361, - "Name": "P3_Unique_Ring_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436427, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514362, - "Name": "P3_Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436428, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514363, - "Name": "P3_Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436430, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514364, - "Name": "P3_Unique_Ring_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436468, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514365, - "Name": "P3_Unique_Ring_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514366, - "Name": "P3_Unique_Ring_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436481, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514367, - "Name": "P3_Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436521, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514368, - "Name": "P3_Unique_Ring_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437710, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514392, - "Name": "P3_Unique_Ring_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437711, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514393, - "Name": "P3_Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437840, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514394, - "Name": "P3_Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437843, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514395, - "Name": "P3_Unique_Ring_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437844, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514396, - "Name": "P3_Unique_Ring_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 437854, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514397, - "Name": "P3_Unique_Ring_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439303, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514398, - "Name": "P3_Unique_Ring_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439308, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514399, - "Name": "P3_Unique_Ring_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439309, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514400, - "Name": "P3_Unique_Ring_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439310, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514401, - "Name": "P3_Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439311, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514425, - "Name": "P3_Unique_Ring_020", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 439312, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514426, - "Name": "P3_Unique_Ring_021", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440235, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514427, - "Name": "P3_Unique_Ring_022", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440336, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514428, - "Name": "P3_Unique_Ring_023", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440434, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514429, - "Name": "P3_Unique_Ring_024", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440457, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514430, - "Name": "P3_Unique_Ring_025", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440568, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514431, - "Name": "P3_Unique_Ring_026", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440569, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514432, - "Name": "P3_Unique_Ring_027", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440598, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514433, - "Name": "P3_Unique_Ring_028", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440743, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514434, - "Name": "P3_Unique_Ring_029", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 440790, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514458, - "Name": "P3_Unique_Ring_030", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441113, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514459, - "Name": "P3_Unique_Ring_031", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441278, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514460, - "Name": "P3_Unique_Ring_032", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441279, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514461, - "Name": "P3_Unique_Ring_033", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441280, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514462, - "Name": "P3_Unique_Ring_034", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441294, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514463, - "Name": "P3_Unique_Ring_035", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441305, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514464, - "Name": "P3_Unique_Ring_036", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441318, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514465, - "Name": "P3_Unique_Ring_037", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441349, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514466, - "Name": "P3_Unique_Ring_038", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 441517, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514467, - "Name": "P3_Unique_Ring_039", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442353, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514491, - "Name": "P3_Unique_Ring_040", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442477, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514492, - "Name": "P3_Unique_Ring_041", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 442478, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514493, - "Name": "P3_Unique_Ring_042", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514494, - "Name": "P3_Unique_Ring_043", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514495, - "Name": "P3_Unique_Ring_044", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514496, - "Name": "P3_Unique_Ring_045", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514497, - "Name": "P3_Unique_Ring_046", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514498, - "Name": "P3_Unique_Ring_047", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514499, - "Name": "P3_Unique_Ring_048", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514500, - "Name": "P3_Unique_Ring_049", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 323514524, - "Name": "P3_Unique_Ring_050", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700231, - "Name": "P4_Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 444521, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700230, - "Name": "P4_Unique_Ring_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 444522, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700229, - "Name": "P4_Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 444929, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700228, - "Name": "P4_Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 444969, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700227, - "Name": "P4_Unique_Ring_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445008, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700226, - "Name": "P4_Unique_Ring_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445266, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700225, - "Name": "P4_Unique_Ring_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445274, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700224, - "Name": "P4_Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445279, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700223, - "Name": "P4_Unique_Ring_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445427, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700199, - "Name": "P4_Unique_Ring_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445639, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700198, - "Name": "P4_Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445692, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700197, - "Name": "P4_Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445694, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700196, - "Name": "P4_Unique_Ring_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445765, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700195, - "Name": "P4_Unique_Ring_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445798, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700194, - "Name": "P4_Unique_Ring_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445814, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700193, - "Name": "P4_Unique_Ring_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445829, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700192, - "Name": "P4_Unique_Ring_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445920, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700191, - "Name": "P4_Unique_Ring_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445942, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700190, - "Name": "P4_Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 445943, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700166, - "Name": "P4_Unique_Ring_020", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446008, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700165, - "Name": "P4_Unique_Ring_021", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700164, - "Name": "P4_Unique_Ring_022", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446142, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700163, - "Name": "P4_Unique_Ring_023", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446146, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700162, - "Name": "P4_Unique_Ring_024", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700161, - "Name": "P4_Unique_Ring_025", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446162, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700160, - "Name": "P4_Unique_Ring_026", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446187, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700159, - "Name": "P4_Unique_Ring_027", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446195, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700158, - "Name": "P4_Unique_Ring_028", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446318, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700157, - "Name": "P4_Unique_Ring_029", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446359, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700133, - "Name": "P4_Unique_Ring_030", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446502, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700132, - "Name": "P4_Unique_Ring_031", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446511, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700131, - "Name": "P4_Unique_Ring_032", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446541, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700130, - "Name": "P4_Unique_Ring_033", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446562, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700129, - "Name": "P4_Unique_Ring_034", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446565, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700128, - "Name": "P4_Unique_Ring_035", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446592, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700127, - "Name": "P4_Unique_Ring_036", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446615, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700126, - "Name": "P4_Unique_Ring_037", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446638, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700125, - "Name": "P4_Unique_Ring_038", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446639, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700124, - "Name": "P4_Unique_Ring_039", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446640, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700100, - "Name": "P4_Unique_Ring_040", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446641, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700099, - "Name": "P4_Unique_Ring_041", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446655, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700098, - "Name": "P4_Unique_Ring_042", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446734, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700097, - "Name": "P4_Unique_Ring_043", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446761, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700096, - "Name": "P4_Unique_Ring_044", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446762, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700095, - "Name": "P4_Unique_Ring_045", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 446969, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700094, - "Name": "P4_Unique_Ring_046", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447029, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700093, - "Name": "P4_Unique_Ring_047", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447030, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700092, - "Name": "P4_Unique_Ring_048", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447043, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700091, - "Name": "P4_Unique_Ring_049", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447060, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700067, - "Name": "P4_Unique_Ring_050", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447130, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700066, - "Name": "P4_Unique_Ring_051", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447290, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700065, - "Name": "P4_Unique_Ring_052", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447291, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700064, - "Name": "P4_Unique_Ring_053", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447295, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700063, - "Name": "P4_Unique_Ring_054", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447368, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700062, - "Name": "P4_Unique_Ring_055", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447372, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700061, - "Name": "P4_Unique_Ring_056", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447375, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700060, - "Name": "P4_Unique_Ring_057", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447541, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700059, - "Name": "P4_Unique_Ring_058", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447553, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700058, - "Name": "P4_Unique_Ring_059", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447581, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700034, - "Name": "P4_Unique_Ring_060", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447696, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700033, - "Name": "P4_Unique_Ring_061", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447816, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700032, - "Name": "P4_Unique_Ring_062", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447839, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700031, - "Name": "P4_Unique_Ring_063", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447843, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700030, - "Name": "P4_Unique_Ring_064", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 447905, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700029, - "Name": "P4_Unique_Ring_065", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 448998, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700028, - "Name": "P4_Unique_Ring_066", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449001, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700027, - "Name": "P4_Unique_Ring_067", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449021, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700026, - "Name": "P4_Unique_Ring_068", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449031, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700025, - "Name": "P4_Unique_Ring_069", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449037, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700001, - "Name": "P4_Unique_Ring_070", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449043, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507700000, - "Name": "P4_Unique_Ring_071", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449046, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699999, - "Name": "P4_Unique_Ring_072", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449048, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699998, - "Name": "P4_Unique_Ring_073", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449049, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699997, - "Name": "P4_Unique_Ring_074", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449063, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699996, - "Name": "P4_Unique_Ring_075", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449064, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699995, - "Name": "P4_Unique_Ring_076", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449114, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699994, - "Name": "P4_Unique_Ring_077", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449222, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699993, - "Name": "P4_Unique_Ring_078", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449236, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699992, - "Name": "P4_Unique_Ring_079", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449237, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699968, - "Name": "P4_Unique_Ring_080", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449252, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699967, - "Name": "P4_Unique_Ring_081", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449264, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699966, - "Name": "P4_Unique_Ring_082", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449671, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699965, - "Name": "P4_Unique_Ring_083", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 244, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449703, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699964, - "Name": "P4_Unique_Ring_084", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 450294, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699963, - "Name": "P4_Unique_Ring_085", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 450472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699962, - "Name": "P4_Unique_Ring_086", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699961, - "Name": "P4_Unique_Ring_087", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699960, - "Name": "P4_Unique_Ring_088", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699959, - "Name": "P4_Unique_Ring_089", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699935, - "Name": "P4_Unique_Ring_090", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699934, - "Name": "P4_Unique_Ring_091", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699933, - "Name": "P4_Unique_Ring_092", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699932, - "Name": "P4_Unique_Ring_093", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1507699931, - "Name": "P4_Unique_Ring_094", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185706, - "Name": "P41_Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451158, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185707, - "Name": "P41_Unique_Ring_002", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451160, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185708, - "Name": "P41_Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451161, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185709, - "Name": "P41_Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451162, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185710, - "Name": "P41_Unique_Ring_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451163, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185711, - "Name": "P41_Unique_Ring_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451164, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185712, - "Name": "P41_Unique_Ring_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451165, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185713, - "Name": "P41_Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451166, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185714, - "Name": "P41_Unique_Ring_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451167, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185738, - "Name": "P41_Unique_Ring_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451168, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185739, - "Name": "P41_Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451169, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185740, - "Name": "P41_Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451170, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185741, - "Name": "P41_Unique_Ring_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451171, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185742, - "Name": "P41_Unique_Ring_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451172, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185743, - "Name": "P41_Unique_Ring_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451173, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185744, - "Name": "P41_Unique_Ring_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451174, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185745, - "Name": "P41_Unique_Ring_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451175, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185746, - "Name": "P41_Unique_Ring_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451176, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185747, - "Name": "P41_Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451177, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 661185771, - "Name": "P41_Unique_Ring_020", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451178, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1277848375, - "Name": "P42_Unique_Flail_1H_106_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 299428, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451313, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -232423704, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1351212440, - "Name": "P67_Unique_Flail_1H_106", - "GBID": 0, - "PAD": 0, - "SNOActor": 299428, - "ItemTypesGBID": -1363671135, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 34, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 31, - "CrafterRequiredLevel": 34, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -912456880, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483790, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 1791554648, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -502059949, - "Name": "P42_Unique_Mojo_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 194991, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 31, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136814297, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 1196, - "SNOParam": 102572, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 374670, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 949340468, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 31, - 0, - 0, - 31, - 31 - ], - "I38": [ - 1, - 1, - 1, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1561807773, - "Name": "P42_handXbow_norm_unique_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 395305, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363391669, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451243, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": 4, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1170028885, - "Name": "P42_Unique_Ring_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451236, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1641535042, - "Name": "P42_Unique_BarbBelt_EQ", - "GBID": 0, - "PAD": 0, - "SNOActor": 212232, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451237, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -683225825, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1947922527, - "Name": "P61_Unique_BarbBelt_EQ", - "GBID": 0, - "PAD": 0, - "SNOActor": 212232, - "ItemTypesGBID": -479768568, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2112155408, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451237, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 810509126, - -553879927, - -1, - 699281021, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1290571216, - "Name": "P42_Crusader_FoH_Belt", - "GBID": 0, - "PAD": 0, - "SNOActor": 299381, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451238, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1403515884, - "Name": "P42_Unique_Bracer_SpikeTrap", - "GBID": 0, - "PAD": 0, - "SNOActor": 298119, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451239, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 494216508, - "Name": "P42_Unique_Fist_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 130557, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236606059, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451240, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1219744707, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -211293219, - "Name": "P61_Unique_Fist_013_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 130557, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236606059, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478474, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 629294810, - "Name": "P42_Unique_Mojo_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 194995, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451241, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 982068194, - -553879927, - -1, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1003477242, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 794475674, - "Name": "P68_Unique_Mojo_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 194995, - "ItemTypesGBID": 4041621, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -136816474, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484270, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - 493718975, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -844428817, - "Name": "P42_Unique_Wand_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 182074, - "ItemTypesGBID": 4385866, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 8, - "CrafterRequiredLevel": 9, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 88665056, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30601, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451242, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -812845450, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1170028878, - "Name": "P42_Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451243, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1803226677, - "Name": "P43_Unique_Belt_001_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193664, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 9, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 6, - "CrafterRequiredLevel": 7, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733830278, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454918, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 11, - 11, - 11, - 11 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1338741970, - "Name": "P43_Unique_Sword_2H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 198960, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803523, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454927, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1785057298, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1787962222, - "Name": "P61_Unique_Sword_2H_012_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 198960, - "ItemTypesGBID": -1307049751, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 17, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -231803523, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454927, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1350281776, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 19, - 19, - 19, - 19, - 19, - 19 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -376816868, - "Name": "P43_Unique_Fist_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 196472, - "ItemTypesGBID": -2094596416, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1236604970, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454929, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 61, - 61, - 61, - 61, - 61, - 0 - ], - "I38": [ - 0, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -465580554, - "Name": "P43_Unique_Ring_021_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 212546, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 27, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 24, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967285, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454930, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 20, - 20, - 20, - 20, - 20, - 0 - ], - "I38": [ - 1, - 0, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1792521872, - "Name": "P43_Unique_Dagger_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -262576534, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454932, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - 2044719016, - -553879927, - -1256761000, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 70, - 70, - 70, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -769108209, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1803082929, - "Name": "P43_Unique_Belt_005_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 193668, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 13, - "CrafterRequiredLevel": 14, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733829186, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454934, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 0, - 15, - 15, - 15, - 15 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -243099014, - "Name": "P43_Unique_Gloves_007_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 205640, - "ItemTypesGBID": -131821392, - "Flags": 16777217, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533912126, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 31, - 31, - 31, - 31, - 31 - ], - "I38": [ - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1893184120, - "Name": "P43_Unique_Quiver_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 449114, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - 1547764753, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 30, - 30, - 30 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1762168860, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1792727996, - "Name": "P65_Unique_Quiver_001", - "GBID": 0, - "PAD": 0, - "SNOActor": 197625, - "ItemTypesGBID": 269990204, - "Flags": 139265, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539236301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 483505, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1823379498, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 30, - 30, - 30 - ], - "I38": [ - 1, - 0, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2124116805, - "Name": "P43_Unique_HandXBow_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 192467, - "ItemTypesGBID": 763102523, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6400, - "CostAlt": 5, - "IdentifyCost": 90, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 27, - "CrafterRequiredLevel": 28, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -363389489, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30599, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 503, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 436472, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1616088365, - 1951651227, - -730461696, - -1, - -1 - ], - "MaxAffixLevel": [ - 30, - 30, - 30, - 30, - 30, - 30 - ], - "I38": [ - 0, - 1, - 0, - 1, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293723853, - "Name": "P43_Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454939, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1293723854, - "Name": "P43_Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454940, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1217849986, - "Name": "P5_Unique_Dagger_003_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1303415300, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454932, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -769108209, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -738549073, - "Name": "P68_Unique_Dagger_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 195174, - "ItemTypesGBID": -199811863, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 17, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3800, - "CostAlt": 5, - "IdentifyCost": 51, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 14, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -635269581, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 454932, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -812845450, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 17, - 17, - 17, - 17, - 17, - 17 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -644328335, - "Name": "P5_Unique_Quiver_004_x1", - "GBID": 0, - "PAD": 0, - "SNOActor": 197627, - "ItemTypesGBID": 269990204, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237391, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451257, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1542055954, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 745679139, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 776238275, - "Name": "P69_Unique_Quiver_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 197627, - "ItemTypesGBID": 269990204, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 31, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 6600, - "CostAlt": 5, - "IdentifyCost": 93, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 29, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1539237391, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 527, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 203, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484313, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1542055954, - -553879927, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 31, - 0, - 31, - 31, - 31, - 31 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052476, - "Name": "P5_Unique_Ring_003", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451258, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052477, - "Name": "P5_Unique_Ring_004", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451259, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052478, - "Name": "P5_Unique_Ring_005", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451260, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052479, - "Name": "P5_Unique_Ring_006", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451261, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052480, - "Name": "P5_Unique_Ring_007", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451262, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052481, - "Name": "P5_Unique_Ring_008", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451263, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052482, - "Name": "P5_Unique_Ring_009", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451264, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052506, - "Name": "P5_Unique_Ring_010", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451265, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052507, - "Name": "P5_Unique_Ring_011", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451266, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052508, - "Name": "P5_Unique_Ring_012", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451267, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052509, - "Name": "P5_Unique_Ring_013", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451268, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052510, - "Name": "P5_Unique_Ring_014", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451269, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052511, - "Name": "P5_Unique_Ring_015", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451270, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052512, - "Name": "P5_Unique_Ring_016", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451271, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052513, - "Name": "P5_Unique_Ring_017", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451272, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052514, - "Name": "P5_Unique_Ring_018", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451273, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052515, - "Name": "P5_Unique_Ring_019", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451274, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956052539, - "Name": "P5_Unique_Ring_020", - "GBID": 0, - "PAD": 0, - "SNOActor": 386025, - "ItemTypesGBID": 4214896, - "Flags": 16908305, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 1, - "CrafterRequiredLevel": 1, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 451275, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1956568284, - "Name": "P6_Necro_Set_1_Helm", - "GBID": 0, - "PAD": 0, - "SNOActor": 460892, - "ItemTypesGBID": -487438254, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1113279415, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": -16219025, - "Name": "P6_Necro_Set_1_Shoulders", - "GBID": 0, - "PAD": 0, - "SNOActor": 460923, - "ItemTypesGBID": -1118573915, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1113279415, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 136414829, - "Name": "P6_Necro_Set_1_Chest", - "GBID": 0, - "PAD": 0, - "SNOActor": 460919, - "ItemTypesGBID": 2146108164, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1113279415, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": 151590076, - "Name": "P6_Necro_Set_1_Pants", - "GBID": 0, - "PAD": 0, - "SNOActor": 460918, - "ItemTypesGBID": -943720265, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1113279415, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447540 - }, - { - "Hash": 135491389, - "Name": "P6_Necro_Set_1_Boots", - "GBID": 0, - "PAD": 0, - "SNOActor": 460917, - "ItemTypesGBID": -2032851597, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1113279415, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447539 - }, - { - "Hash": 368369574, - "Name": "P6_Necro_Set_1_Gloves", - "GBID": 0, - "PAD": 0, - "SNOActor": 460920, - "ItemTypesGBID": 208688284, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1113279415, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447538 - }, - { - "Hash": 1995703677, - "Name": "P6_Necro_Set_2_Helm", - "GBID": 0, - "PAD": 0, - "SNOActor": 467601, - "ItemTypesGBID": -487438254, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1113279416, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": -2073740880, - "Name": "P6_Necro_Set_2_Shoulders", - "GBID": 0, - "PAD": 0, - "SNOActor": 467606, - "ItemTypesGBID": -1118573915, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1113279416, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 982068194, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 1427882798, - "Name": "P6_Necro_Set_2_Chest", - "GBID": 0, - "PAD": 0, - "SNOActor": 467566, - "ItemTypesGBID": 2146108164, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1113279416, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": 1443058045, - "Name": "P6_Necro_Set_2_Pants", - "GBID": 0, - "PAD": 0, - "SNOActor": 467574, - "ItemTypesGBID": -943720265, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1113279416, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447554 - }, - { - "Hash": 1426959358, - "Name": "P6_Necro_Set_2_Boots", - "GBID": 0, - "PAD": 0, - "SNOActor": 467562, - "ItemTypesGBID": -2032851597, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1113279416, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447552 - }, - { - "Hash": 37139591, - "Name": "P6_Necro_Set_2_Gloves", - "GBID": 0, - "PAD": 0, - "SNOActor": 467570, - "ItemTypesGBID": 208688284, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1113279416, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447549 - }, - { - "Hash": 2034839070, - "Name": "P6_Necro_Set_3_Helm", - "GBID": 0, - "PAD": 0, - "SNOActor": 467602, - "ItemTypesGBID": -487438254, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1113279417, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": 163704561, - "Name": "P6_Necro_Set_3_Shoulders", - "GBID": 0, - "PAD": 0, - "SNOActor": 467607, - "ItemTypesGBID": -1118573915, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1113279417, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -1575616529, - "Name": "P6_Necro_Set_3_Chest", - "GBID": 0, - "PAD": 0, - "SNOActor": 467567, - "ItemTypesGBID": 2146108164, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1113279417, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -1560441282, - "Name": "P6_Necro_Set_3_Pants", - "GBID": 0, - "PAD": 0, - "SNOActor": 467575, - "ItemTypesGBID": -943720265, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1113279417, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447506 - }, - { - "Hash": -1576539969, - "Name": "P6_Necro_Set_3_Boots", - "GBID": 0, - "PAD": 0, - "SNOActor": 467563, - "ItemTypesGBID": -2032851597, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1113279417, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447503 - }, - { - "Hash": -294090392, - "Name": "P6_Necro_Set_3_Gloves", - "GBID": 0, - "PAD": 0, - "SNOActor": 467571, - "ItemTypesGBID": 208688284, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1113279417, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 444430 - }, - { - "Hash": 2073974463, - "Name": "P6_Necro_Set_4_Helm", - "GBID": 0, - "PAD": 0, - "SNOActor": 467603, - "ItemTypesGBID": -487438254, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": 1113279418, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -1893817294, - "Name": "P6_Necro_Set_4_Shoulders", - "GBID": 0, - "PAD": 0, - "SNOActor": 467608, - "ItemTypesGBID": -1118573915, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": 1113279418, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -284148560, - "Name": "P6_Necro_Set_4_Chest", - "GBID": 0, - "PAD": 0, - "SNOActor": 467351, - "ItemTypesGBID": 2146108164, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": 1113279418, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -268973313, - "Name": "P6_Necro_Set_4_Pants", - "GBID": 0, - "PAD": 0, - "SNOActor": 467353, - "ItemTypesGBID": -943720265, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": 1113279418, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447535 - }, - { - "Hash": -285072000, - "Name": "P6_Necro_Set_4_Boots", - "GBID": 0, - "PAD": 0, - "SNOActor": 467350, - "ItemTypesGBID": -2032851597, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": 1113279418, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447533 - }, - { - "Hash": -625320375, - "Name": "P6_Necro_Set_4_Gloves", - "GBID": 0, - "PAD": 0, - "SNOActor": 467352, - "ItemTypesGBID": 208688284, - "Flags": 17956865, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": 1113279418, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": 447507 - }, - { - "Hash": -293638940, - "Name": "P6_Unique_Scythe1H_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 467370, - "ItemTypesGBID": 151398921, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 11, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476050, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -293638939, - "Name": "P6_Unique_Scythe1H_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 467394, - "ItemTypesGBID": 151398921, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 7400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475250, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -293638938, - "Name": "P6_Unique_Scythe1H_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 467579, - "ItemTypesGBID": 151398921, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476586, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1345794743, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -293638937, - "Name": "P6_Unique_Scythe1H_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 467580, - "ItemTypesGBID": 151398921, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732411, - "SNOSet": 1113279419, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1246657204, - "Name": "P6_Unique_Shield_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 454765, - "ItemTypesGBID": 332825721, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1815806857, - "SNOSet": 1113279419, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 269, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 277, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 278, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 715115171, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1114650986, - "Name": "P6_Unique_Spear_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 470273, - "ItemTypesGBID": 140519163, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 15, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 3400, - "CostAlt": 5, - "IdentifyCost": 45, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 15, - "CrafterRequiredLevel": 15, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -101311666, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475254, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 1616088365, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 15, - 15, - 15, - 15, - 15, - 15 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -292453019, - "Name": "P6_Unique_Scythe2H_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 467598, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475246, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 2044719016, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1346980662, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -292453018, - "Name": "P6_Unique_Scythe2H_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 467599, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 50, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475251, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1346980663, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -292453017, - "Name": "P6_Unique_Scythe2H_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 467600, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 20, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 20, - "CrafterRequiredLevel": 20, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475253, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -292453016, - "Name": "P6_Unique_Scythe2H_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 467594, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476587, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1346980665, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -719927680, - "Name": "P6_Unique_Phylactery_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 467582, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476684, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 959590513, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -719927679, - "Name": "P6_Unique_Phylactery_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 462249, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476584, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -719927678, - "Name": "P6_Unique_Phylactery_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 462250, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 45, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 45, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476696, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 959590515, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -719927677, - "Name": "P6_Unique_Phylactery_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 467581, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476695, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 65231608, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1242725736, - "Name": "P65_Unique_Phylactery_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 467581, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476695, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -163378343, - "Name": "P6_Necro_Unique_Helm_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467604, - "ItemTypesGBID": -487438254, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 40, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 40, - "CrafterRequiredLevel": 40, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476581, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1260459284, - "Name": "P6_Necro_Unique_Shoulders_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467609, - "ItemTypesGBID": -1118573915, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476580, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -126959958, - "Name": "P6_Necro_Unique_Chest_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467568, - "ItemTypesGBID": 2146108164, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 65, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 65, - "CrafterRequiredLevel": 65, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476585, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 50, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -234955111, - "Name": "P6_Necro_Unique_Pants_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467576, - "ItemTypesGBID": -943720265, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476588, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1655219914, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1047115130, - "Name": "P6_Necro_Unique_Boots_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467564, - "ItemTypesGBID": -2032851597, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475243, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 139520518, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1357677141, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1862153053, - "Name": "P6_Necro_Unique_Gloves_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467572, - "ItemTypesGBID": 208688284, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 47, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 47, - "CrafterRequiredLevel": 47, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476589, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -163378342, - "Name": "P6_Necro_Unique_Helm_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467605, - "ItemTypesGBID": -487438254, - "Flags": 269615105, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476582, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 1976308075, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1260459283, - "Name": "P6_Necro_Unique_Shoulders_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467610, - "ItemTypesGBID": -1118573915, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 19, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476578, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 342629798, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1809065690, - "Name": "P69_Necro_Unique_Shoulders_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467610, - "ItemTypesGBID": -1118573915, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 19, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 19, - "CrafterRequiredLevel": 19, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 365490252, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484311, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -986766241, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -126959957, - "Name": "P6_Necro_Unique_Chest_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467569, - "ItemTypesGBID": 2146108164, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1700, - "EnchantAffixCostX1": 1785, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1612257707, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476579, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -234955110, - "Name": "P6_Necro_Unique_Pants_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467577, - "ItemTypesGBID": -943720265, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 42, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475249, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1440023077, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1047115131, - "Name": "P6_Necro_Unique_Boots_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467565, - "ItemTypesGBID": -2032851597, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 35, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 35, - "CrafterRequiredLevel": 35, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475245, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1862153052, - "Name": "P6_Necro_Unique_Gloves_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467573, - "ItemTypesGBID": 208688284, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 16, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475248, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1909435907, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1042136445, - "Name": "P69_Necro_Unique_Gloves_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467573, - "ItemTypesGBID": 208688284, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 16, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 16, - "CrafterRequiredLevel": 16, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1600, - "EnchantAffixCostX1": 1680, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1533914301, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484310, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -416971637, - "Name": "P6_Unique_Ring_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 476592, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 11, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 2600, - "CostAlt": 5, - "IdentifyCost": 33, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 11, - "CrafterRequiredLevel": 11, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475247, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 11, - 11, - 0, - 11, - 11, - 11 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -416971636, - "Name": "P6_Unique_Ring_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 476593, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 210, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475252, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 70, - 70, - 0, - 70, - 70, - 70 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -416971635, - "Name": "P6_Unique_Ring_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 476594, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10800, - "CostAlt": 5, - "IdentifyCost": 156, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475241, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 52, - 52, - 0, - 52, - 52, - 52 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -416971634, - "Name": "P6_Unique_Ring_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 476595, - "ItemTypesGBID": 4214896, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 39, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 8200, - "CostAlt": 5, - "IdentifyCost": 117, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 39, - "CrafterRequiredLevel": 39, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1146967280, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475244, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 39, - 39, - 0, - 39, - 39, - 39 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": -1456001752, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1651556611, - "Name": "P6_Unique_Amulet_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 476716, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476583, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 75, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1256761000, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1651556612, - "Name": "P6_Unique_Amulet_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 476717, - "ItemTypesGBID": -365243096, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476590, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1646531715, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 46351133, - "Name": "P69_Unique_Amulet_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 476717, - "ItemTypesGBID": -365243096, - "Flags": 268566529, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484309, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1651556613, - "Name": "P6_Unique_Amulet_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 476718, - "ItemTypesGBID": -365243096, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 0, - "EnchantAffixCostX1": 0, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1682228617, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476686, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 810509126, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 5, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 10 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 1019190640, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 235931106, - "Name": "P6_Unique_Belt_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 476720, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476689, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": 400756499, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1305476787, - "Name": "P61_Unique_Belt_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 476720, - "ItemTypesGBID": -948083356, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 22, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 4800, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 22, - "CrafterRequiredLevel": 22, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -733831369, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478534, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1940685130, - "Name": "P61_Unique_Scythe2H_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 467598, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 25, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 25, - "CrafterRequiredLevel": 25, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475246, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 2044719016, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -348366831, - "Name": "P61_Unique_Phylactery_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 467582, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 30, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 3, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 30, - "CrafterRequiredLevel": 30, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476684, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -348366829, - "Name": "P61_Unique_Phylactery_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 462250, - "ItemTypesGBID": 311436835, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 45, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 45, - "CrafterRequiredLevel": 45, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1502365593, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": 214, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": 212, - "SNOParam": 0, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476696, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1941871049, - "Name": "P61_Unique_Scythe1H_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 467579, - "ItemTypesGBID": 151398921, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 61, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 12600, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 61, - "CrafterRequiredLevel": 61, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 111732411, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476586, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1940685129, - "Name": "P61_Unique_Scythe2H_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 467599, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 50, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475251, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -2132409157, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1125107653, - "Name": "P65_Unique_Scythe2H_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 467599, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 50, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 1, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 50, - "CrafterRequiredLevel": 50, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475251, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 143839492, - -1461069733, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1940685127, - "Name": "P61_Unique_Scythe2H_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 467594, - "ItemTypesGBID": 151398954, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 2200, - "EnchantAffixCostX1": 2310, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 150867804, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": 30592, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 476587, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1461069733, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 208182507, - "Name": "P61_Necro_Unique_Helm_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467605, - "ItemTypesGBID": -487438254, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 60, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 60, - "CrafterRequiredLevel": 60, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 1565454583, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478508, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 1, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -858348982, - "Name": "P61_Necro_Unique_Pants_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467576, - "ItemTypesGBID": -943720265, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 23, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 23, - "CrafterRequiredLevel": 23, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 478510, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -858348981, - "Name": "P61_Necro_Unique_Pants_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467577, - "ItemTypesGBID": -943720265, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 42, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475249, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1440023077, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1170965157, - "Name": "P7_Necro_Unique_Pants_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 467577, - "ItemTypesGBID": -943720265, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 42, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 42, - "CrafterRequiredLevel": 42, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1500, - "EnchantAffixCostX1": 1575, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -1512732136, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 485506, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1976254587, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 423721259, - "Name": "P61_Necro_Unique_Boots_21", - "GBID": 0, - "PAD": 0, - "SNOActor": 467564, - "ItemTypesGBID": -2032851597, - "Flags": 1179649, - "DyeType": 0, - "ItemLevel": 52, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 2, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 52, - "CrafterRequiredLevel": 52, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 1000, - "EnchantAffixCostX1": 1050, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": 2140880153, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 475243, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - 139520518, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1056639154, - "Name": "P610_Unique_Bracer_22", - "GBID": 0, - "PAD": 0, - "SNOActor": 484595, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 484588, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1237333839, - "Name": "P7_Unique_Bracer_23", - "GBID": 0, - "PAD": 0, - "SNOActor": 485500, - "ItemTypesGBID": -1999984446, - "Flags": 131073, - "DyeType": 0, - "ItemLevel": 70, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 2, - "BonusMinorAffixes": 1, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 14400, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 70, - "CrafterRequiredLevel": 70, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 4000, - "EnchantAffixCostX1": 4200, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 50000, - "SNOBaseItem": -875944878, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": 1293, - "SNOParam": 485504, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 100, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0 - ], - "LegendaryAffixFamily": [ - -553879927, - -1823379498, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 1, - 1, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 2, - "EnchantAffixIngredients": [ - { - "ItemsGBID": -1585802162, - "Count": 3 - }, - { - "ItemsGBID": -605947593, - "Count": 3 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 4, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": -1585802162, - "Count": 5 - }, - { - "ItemsGBID": -605947593, - "Count": 15 - }, - { - "ItemsGBID": 2073430088, - "Count": 1 - }, - { - "ItemsGBID": 2087837753, - "Count": 1 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - } - ] -} \ No newline at end of file diff --git a/src/GAM/Items_Legendary_Other.gam b/src/GAM/Items_Legendary_Other.gam deleted file mode 100644 index 6ba4d4776ed65061ac1986a1848017069f8eda1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21856 zcmeHPONd-W6s^ptXh=YaMwjsi5wgf4N|4bcCW;Hij_J4(S~NYG4xNmSJ%jFg5eV+w zxJbzOStvqqmqnr=f-bU{fCzpT;!0H9=pw7&uTEE0_w`QQ>gxAW@}}z*bXV26b%POwywJaY_VJJBZd1ed!A--Vn$g46)twKHkkM$bHuevX=JhD=3>-bxd3CwnI&gBi z+wQd*D~(LkF~3Ero!>n2+m1~p0Z)#}!)9&2S%1*;c3lHk^yix9!Uye`{`^B)^XD1m zJ_H^N2M#5_Km-b@zohlT*|6@?5v6nr)MbW$Y4J}O{*}c)W%v&kzd&Mx|5uBj(fOcp zuUQ-z8rBY4({u)%Ufk`kOm8z5>?Ho6lg9`i3Ugj+OF0(fM%E4dasT=nY*rVa>zq2C zu`254h;2%}(%7#i)y1zpiQNdg_?NzJod59hbv;2BXP9nnu{hVWyDg6WQ=a=R{)K-2 zqWEr$14DCh=QNIH(EM<>?=ro~VE9|&4|}b*f`_7i*GXhLp?zkUA?*OKPBkaIGpPu*8BLI0)H;J z%XgXHomHrp_(MKE8+a(rd8sYsSc)54H}Ef}i@jdTeN~P7xV~xe@91205%uKLtrrE| z8i#XT#Cq_fp(f2psjd+Bbs_Gw;mAeV=5iV8r5GU}pA9?|=e*RGaxBG-tq=GY(#6J7 z`{k4ys~Gn}=DLV_^6BDfL7&FqTo~CIr`*(*a!g~=Yl^K8_!QE`=R3WW`>GoEiOh8o_2kpVH9?=o;anH7 z9{gMNht~1;LfoH(xYLFs7iC+_y(Gnm@uh3P!{?Nn+ER{bOnObR^#Pv zPS3rMzGuSsE*CwAzY*R?^Y<>OC!a3FZ#B%5#GDFx^mYaTTk_Rlers}2X_u-dUq|MUg8h=_-x>zIOnCdlw&DwY#qZt zN*AA9dMV{Ts?NP@->f?L%cfcvZNa(oimkJHy-D1pd9dj&)w!6VUJ4NM@!7yban4I^ zDaTUW*m{M3lrA1#?yR(zQf{Tv+<(u`s=3Q|-CjR0nu>FW6`w;frsLpm)cT}rMR*63jZiwJhISfcaNpqN~O8ywJyGK`rB=}=;BuPyAh}-{C)9G zhVQcYc82e@_`TW(HRcZYki~(aIlQ59G=tW-%fpT6O=iR2Qk<~YdMkJ+%6X|REbPei@*K^y5M;Kd9tSe*l2x!pBrCYd)kZZU;G@dId}H#aLv`Vwc%Lx&m43- rdi@Aj5Bc%_D#8E9HUGIz8h8A7^LO_Rex}Fd`O4#?{bJHZhY5v#_khBDOy>`qdfNW_Y#wpG6?0su5*!!&A zH6|5`wnb_i38|{6q9#%mR8E7LU@1FhklRx>|rEckU-5pCq*Q$p9c=mTj zmo>|yPgcffUc6{oQASy3V5~DYzGchS@mr_9c)UHkyFGm<&vb0R+`0QE_n*7=8vps< zEu;Z@3tm4Ta&Da;F1@c`9KBV^)78(LRhz*Nye8o7fjy`G;il*Bey4if`EtwQ56tNc zmfBwDb~yLQ2(F!+{JZTqo<`A{hL2f(7_9I@GAPWdGOhed-q4Eze^Ex zuM4e!L$w^2+ER|CxYl|Ff8M`%ykHwS(w^vaC+7}#c1$0f>P*kgqBSr1$Oh+LbsJA@ zy2gL*D{DUf<89B2pCapiZE-B|BIFxi$cZ3Phmt_n44d=fD;2V5LLUO^>8fh@6Q;lH zC9nTxrHAA5tDU>9(qFcyqxu^vJ-qm5Df)%9IGzX0Q;hV;`n!a$dtGP+9IEBG)RuBA z#pU_MW8ix5*LZQqgPrkhqvLxY*gO7-EeMjKd}^a}FFbek`rlmS#oaYIxZ<}iJYPhf zSv6jq|InwaGt-@Ts9*c)SGVK1*YibQH;7a8J`<_(!27$&9QR6-60YVGvH=d&b6jdm zIhNvD_X+%sym&*-y!b7~i`Ug`YJc$J-&DLfx(g4r@Z#D#Pv!mHWRClNzg8r5sCf6Y%2JoO$t|7%xh{U&Ouc4_^FGby|D6@M5(o)_%bK>zDPsznjeQGig%7 z)qFxWz@d7MOKmB~Qe5l4g1>gYICi2tGcmq3`zvYq{oulCD&-rr5;_?a{*;c7l18{kkq$ECKEV=1n6U%}tZiy2=@ zb6#8%*U`gISG;)7(sgt>Uo5|0l(>lV2+pPTk{qDDdB5AAsgUOJ;$ZClw&EbwGO~v zJzu1}nDKQq=fyQ~9X((E9*wYpnzD*LZQ~ zOm}wnK=(xM-|T+9`cn2A-`RF@P5nLk*~>re=Ko~r?=JNFi+|eVeSp?_!dfrueI{b_ z!27$&9QQ<%60YVGvH=d&b6jdmIhNvD_XGURyqNKI^uK=Kd|q4=*U``ZdBuzGTKc<7 z;l=WI7m15FkKkNdFX_RL+7JgNwWS3iKfXWEl>@M6*X#Kq=;_ji*y+sfcn!VNA~lz>Cc9GBWsj-|NP{Q!TB7k70I96vPfuckA- zgkIP_ygwRwQOX(WKU`fj;~4k9?mGI1XI?yu`?)gDUpzg6vAta8#k%WgJP!1?)>B#U zGq+NCzjV7jc@dsYoAcSC zb5B+mkzab^qNVF-DQBo}a=y6v+VuxW$>_?l111~^pD zaj7lkSc+?{5Aerc=En&(f4=B>G2gRA=kR&mDbE+bcl$jZ$T_?UFZyb<)-l%Zpsn}S z5ciI`(WDeX^9k7ihw3>lwWSq_0xuqW^saR&&lksUc+DZ z+~ZHB{hrPzKl-_caX(Y@V%_~NcpO-})_N-Iedbmw54aC85|2fb629gWvH=d&b6jdm zIhNvD>lpm&d2!(>j9HW8zbrmaC*}F#ACEovZrsnpi@s~Db&NeWXzQ^aVkG89lM=q> z6S4sg)pJ~GOF5R}TI&P+>v?hPSalhl^%>)B)$?@T-hA&RDS7cd@BhXB;(n&)#d05@ z?@DW*U=OeMdaQ>SiN~%<319OG*#L*?IWD!O97}Pn`v?98UR-#pPR>`-{CPT3&QRav zewV+!>Suq1`&oF=ca61Ud_p$Bp?Z!>Z7Ii6T&{PX{y6gcl*-_)5)-%xovscKlCm=|kZmi3sqc!{~xq!dN-3E2RL z>Nzg8r5sCft@Q`~J@BG`5MzeSxaHCz_o~}?s_>$(IIL-Fot5>?^5(tb-ZA%@lp<(8 zAsgUOJ;$ZClw&EbwO+x$2VPvbj^3K#b@T^++A`e-hE0r0aJdYzQmrse8}y&exmmKi+J#b z7Yi>!Em->y>xQrA{oQ1a*qW4ZHJ^|TaHyW+Qd`Qg6qn~0kAdsKzXx9Q4`M{HjO4Aq zY`Oa;_n#}jU-T7+ThHsM=vOvB9xd)2_e7IY1kER8101U7xYU+%EXB3fEBN=oi`Bh= zDL+mBVt@Wz%XEJUWRAzKNeNf;3E2RL>Nzg8r5sCf zt@{W5J@Dda^>0(}&XF89-8|%OUiZ*P2IYLQ@S^WZYoA~bul9Q0-%aLt?3$EtHJ^|T zaHyW+Qd`Qg6xX_c;NJr;!i_H}KTh9bf9$3q)BP^^0s8%XvE1+Ccgor)xUZ|dp7(c? zIUc(vC0xxXWCI+k=eX3CaxBHQ?jQKq^WxSmTXyXo%lB><=k9&2Rql7G3K{DSYuZ|8 zWxdZ_uX(_H$4HE+NeN%`3E2RL>Nzg8r5sCft@R52W?szpZWrhF|9iRL1?m{<4Qtw3 zXJx(5T(5b+e8)(PsYwZ6^9k7ihw3>lwWSjIrLZ zrmb~W*89x$ng`5xjKr9ll<+m5kPUFCp5szm%CQvJTCd=5=EZF9c5&{t@0R;rppLQL zu%@kbR@VE>^_mCFcZ|fCnw0Q0pO6i3sGj3eTgtH%*IKXOZ|22p?{;zSTmRE4_q$Yu zjP-^!ZLPDi-e<1YJYc?KB*xUFgs=I8Y=A@c9GBWsj-|NPdIf(oFJ^nUi*u82mHS&EaGuLY#FyAo}V`@^u*L*@Yz@d7MOKmB~Qe11jg1?y;v%TBJxogV( zE(>Lh^@cTVt+TS;XRg;gV7_A{#?+*Qula;*fJ5~hm)cT}rMT951%ERyW_!1bbGQ9h ztK9EW6*ATv*0i6S4sg)pJ~GOF5R}TI&`3>v?hPNcY5e z#(#Bj?#3Ss!rxuocC5wn|6P10tbKxcTkZ9{znjeQ*flBPYCa(w;7~osrM8q~DXw+@ zz~9J=8DB*^_s^dggy%*q^I~~!gzrjgpI{HK_IlpmP3Cy)nv`%gpO6i3sGj3eTgtH% z*Sde;Z{)>{ucDpX@x4K~j$Y=)^4tjDmDWDN9$xMByuX{w@z^yf;c7l18{kkq$ECKE zV=1n6|G>YV7k9U3=kmUee&_5UTt`1PjI~&mf~9X5B%$Sacu7Rw7-r{`C0lIJGcLP^@WT5cXDt~pq?(PCRlH%pQ!Zk zD*7~ez`Vvt+$&8=_?l111~^pDaj7lkSc+?{SMaar#oe9uOyR|x{vY5UFkXau3i0AG zfftM3cYSOgcz-vUTlh!9wfNFCfWzk$o7z&2X-s-d*8Kn<124{WI)B*7nHh6CU%Z#` zBGgle7atOMvFLr*$L4|ecayn=e64xdwO zYD+n$G3hZ`_XB+Dd2#tZz?7e*pRsd0Up&Bg5$Y+#i;oGsSoFS{WAniKyUEYrFAa1 z=hE`;FG4+qc=5XeFBZM;`q(`1{%$h2@Q;LR@uh13htDZCwWS=>nDm&e`vE@nytwfF z#lnkEUE~Jk?=E%s0rKxJLOq3e@p*w4i{5vAY#w-jH7lw%r`9+P!Hz^9%U7rwukGc9I!zR1772=x@=MfcN+uEm$G0USQ3*wmJCOkJtpgZfKNRylJ75ON{qSjBLDs()KiETHwwI1 z^uFt3^T7MN$=t#}60XIUt^piAr`Xh%a!g~=W3uiC_|)^_-u6uUP2p$ zc6#LeW%Ju{UUz@=d#i*0{rlGAatHMk;>BwPUMzZ_y4XD6p2x_gO;iRFzTy%z0S+~A zTxv@>mf~9X1N?da;_-s*&cofAJ3G~Xce!Kg(BZi+?(4LVRs6Vh6xZY;As073y6YQ* z^8Lj+UWCsJFWg^iJ(cwUXZ_l|p_NhyNn6S4sg)pJ~GOF5R}TI(46d*{V%+415p zZW?l*E4+BYbGfZ`hCNW$`%GB#!27$&9CNQp30Lz8*#L*?IWD!O97}O~$-9XccRbk1 z@HBC0>o!!^wO@K-aK5Kg&KLdGTKfbGVYS!u{%$hIW7njFtNDa%fJ5~hm)cT}rMTAp z1Aj9w=69O7v~?$5Z@CwqyLx@Oj`kIYiLusMS>G&g-Yf1MbFWD$g60#l0S?u3Txv@> zmf~9L75q)Sct`tS&L@l?{AtU*uY1eD+#g-e7kyV+`viM*Scd%}3v#Y67cqj#+<=Zn7Lu%@kbR@OJmoA-))$J}dDilF&~ zY=A@c9GBWsj-|NPdIf(IFOHq)&P?R{8^+w8zle2(wQH@XvfgKIrSgFL5F_zeG%4Y0 zJ|P?6P(8<`wv=NjuCi=3bLh z1kER8101U7xYU+%EXB3fEBKpuac}oX^-rXaru;1ZjQyi`TJGdmMxH6W=qnEQ%35b- zeY3oIuef*2y(Xmynor0EI8@JZsV(JLifgS`@Hg?|*s+QhQ+|^E#(w3ZA@}y?d$aj} zfLK?!E7p1{>wV@{Di631F%pkOlM=q>6S4sg)pJ~GOF5R}TI(46ZM--OJi;D$^yJfAjvfd}I*E}qyJ4#?oO-cbYpO6i3sGj3eTgtH%*IKXOZ{o$B z-J=KEb7Q%(T4!Z_v%Gn) zxOdFGCZ!0PPsj#1RL^m#E#+8>YpqxCH}T@`so6RIG@XlOS>yqM|pXmRg8f3D>o&*=Z8 zVqM|qx7Jfx?=!bjdBA;$k$5bcl<+m5kPUFCp5szm%CQvJTF2mT;>Dda-Pzd#-4iK4 zOdn%!x_QXG@ttia2jzUR?*B()UE!8k>#3~wnOmtm;6B7iJQht#_?l111~^pDaj7lk zSc+?{WAHce;%Iw%;_iG;8i5yYUiZ*P3NQMK!lOS>ytuF8#greU&#^yNJ(u>guZ;}M^K`zvc;XNH52+7H)PdbvPp}qV zW&O(J0rnvF<&Q*vmtyE%7g_;_YB?^or5sCft#t|h8ZW-fAN&q4=ZE3nkqj+`D5s<|A#jeik@fDslN- zpMA}*bvzDQybDS4RUSs>Cf)^i=2m*NVw&o?{`mjcZ7q*SYi^!)KFW#^4qRYcN zm&O4#Sh|HhN&nS+q^;J^0*6Z_E}!eOulcpE2kd42(*9zO^WyWDhO^6+o-kf1coFZD zwGF)ZiRLBadRimH3)@EHMdVYA7YBbAe;@7gu+F7%Kn<2|D|?b`G#^Q$$Ru#MSmN@z zKKrU)W4^*()-UZZ<~T22Hv8&oKVRG1JgNBrQpWW$jT|p*8;uuH-!Wc1 zRmn4#hjlKE18T5z3wx6OtNBPYGXM;&~BXd_p6~3)@EHMdVYA7f)As(dA*COXGkVEZxGMr2lF@(pKwdfy1Q| zm(TUt*Zf-71NK&4+&Nqt&F$~=XeJl?<;$Dad>?&QVpqY7zYyWY?``CGVcTfDhs%TKS>HM1uqWxi8gANZ z{VZ^}RO0fvKKq(q>w3W6%!@}CYdu{Yyh`xm`H4jZFK%gm2Q1_ItVWI(wvEP%$fp=D zUZn7%%fmXC#zEG1&N%Ez`mctYwpu?694?i(e6G*F=GVF&u$T2q`-?gL`Ql|aE+49u z7+)!P@gfRRqy;bTi}2#J8#!LsHX1J?pJKeYQ{hFIhjlKE18T5z3wx6OtNBPkDl86C9bj7Ci=Znu_HXDr>kxwyR z+@tWK%fn)q#zEG1&X}d0+SPDX17!j@d`jZ-xjy@vU+a3n-pY&HM~g>B^TR$5XJWB` z@AkF4*nE7bZZ|(_Ft|VR`64&iXuODgit*xJg%@2OR=YF~vc7Z1Jnyu=hO6moa^Ube ziOc8u>}!6l>j8T!FK!zxFOL@Ho2vo)Jfg|O{`ohbyykqdHeN(N#dvXE;YF8+JT8rc ztnZw$rJ^)ki!IjyjvRArKG$cT`{es%T@To#cyZ6@`o&$NrRCZA-OHoJI?olcey2Zn zFnHvnf9F?kTUpE$FG6Kk^U~sq`Qv}Scrjqj8|6x>r8$6F^NDuA^+O~|z|1a|NOlt4z^yk=jPj1 z_H*)hv0DJKwy;RGGzUFvK0z0o>mQ#uU=2#QuqWxinvb;A`dQ#`sl?@TefBlK*1Uv$ ziWkH8(a)bB?Hg|G^Ef6Q``yij&HwmY+YWDD+0kj|#s952PUHry3-Sr?qi+=Q87Q0TrP3>T%Uc-ZK=Zq}{q~Tg@xejpTm}B#~KKtA!-={8dH}c{+eICc8W7p1$ z$fp=D-l6c~`xIVudB}8Y9Atgxj4idL;aY6D4(A}qB`(+Pv#5_cmnp4;bfOgeV$ zyoh{?@#38dFMdqnMVE(6x5h!%ch1;STN$A^&@_p(OcOx&-C2V~j z&ctHZ&Wp&W7%$$V@ZuL0UUYd#acdl8edmlVMWx|dY`G5SAjl;y*X^^f`Rx*SBQKuU z=W$FrcI~`~e2VeneF`srTj52QhfKG|LDqN9*iu^>uEmz?07s5FHlORW&wcWJ>JoP& zFQ#sl(B~me1a|Gbh_$mtVcI;Y%VX01I4eTr8P;l8h*+qHU}Iom$-bc z&%Wl@nwPLQ^5O-39>=6(*UpQ`rx-78R(SE53NN}mWV$sDvc7Z1mfF&AEw)?-IC9Lf z`COlU?vw9Rm$(~w@xnfjW74r}=SAdGj2ACZcyWiqi!KkDZjFPi@0_uvwlrLeE!W{3 z1i8fJx_$OFzg^;PRIc}R3?9Atgxj4h?5;aY6D z4shg{WAnK_``jnrr!H}~@?yZ*O2R5+ALDqN9*up;=uEmz? za1Mf8;&R#B)&FA{;bDw;ly2Rbei#4AwKJD@os=huN`4r>DTNPfsUExKS2R5+ALDqN9*up;= zuEmz?a1Mf8;&R#B)&FA{;bDw;ly2Rbei+;XX@B3)vQ;ZkyQh4!G3NN}muz@uWvc7Z17XHz2 zEw)^Ta}eYbm+SV~*Zg*gyO9^q_4CDgc@g;(F4yg|ulel~cOx%8%g-0<r%)Eoo^@ zQmuxcvWd+Bhsz}{pX;-)`Rx*SD=+%_V!gbGe2VenSqd+ntMH=B0~=W5AnQA4Y~ddb z*J8_cfFs8oo6q&x=RWy9b&0!?7tiza#d>)W`4r>Dixpmck;02E4{TtKgRJkIv4wv$ zT#GH&;T#0H#O1nu_BFp<;%?K=Zr1?Gkq@FZ%gny}XEgit*yj3NPNG@S@8D8(8BY>pN#`;U5jxV#{@a zBgY(@&-K~oKKVX%iMx>(FYxoldU+A~6ywF)6kdFf!iz2sY+#LptnZw$g?}_$i!ImT z90a+<<+^?LHNRcrZskQkU#yoGkxwyRe80krA69tL<$(>Xagg<$Gq&)LhHJ6qI>3=* zj?L%#>~o)dpSr}|$cq>H`C`4ihQ(U{Jg@8E)Q&Ajf1T3oUw&}G+c`<*Wnxl zxy0qVefBlKUE*%#ML%Dxmlu&wF)edmlV{G;JoY`G3__%>^-~);HkX&hf#O%v(wd}N4L@ZQ zn*$D)OI$wJXJ7Mc%}dy)cyasD!`o-C9oBrRI9|R#*s`hW`!6D&V!U{|!i#4ryy)`4 z2G%&p`py|!_(#LF*m51<$T7#}bA9%?PrgrG;%?x@s-NwG^{bs1kxwyR+@kQ}MG7yv zJg|W^4zj*;#uon3a4oi6hjS3*5|``t+1LDbiMxdtYd>MEofnZ$F<#uM@ZuhY7hN9M zz#0cx-#KFo|7f@tTdo5fIp)}WuFpRA$@i&C+zq@~^|M{Dezo%=@+roPdlg=sS9sCo zfeoy2koBE2w(yUJYq8}zoP!{jxLmi-zUH?}+%3FV`}yJ*D*t>D`4r>D8x&r=N#RA8 z2R5+ALDqN9*up;=uEmz?07s5FHlORW&wcWJ>JoPYFIN3*7p!0Hyoh{?@!}g5UVO8{ zi!KjrV2y*U@0_uPe>7Z+E!W{31i8fJx_$OFzg^;P;YB}Rto!?D}j z@S@8D8(8BY>pN#`;U5jxV#{?n2SF}zxo)3*&2N{ur+9Jq@^JRr+D{gn1>EzWA5``4 z7m-gfUc5))#V;zn=<>h@);P%e&KX=IyetkBzmk^LB-Lv8DVx|FaJXFJ^0_|ynqO;P!oHOktN-<) zpD!YxV!XIn;l*bvyy)`42G%&p`py|!_(#LF*m51<$T7#}bA9%?PrgrG;@-}Se!lq9 z%0FL3KE-(P0)-cMD7@(Mzy{Vh$okG1Tlh!Awb*hU&Owk%T&~+^U-R1~?ybC7{jV1X zgW7o!`4r>DT?#M0Lg7W12R5+ALDqN9*up;=uEmz?07s5FHlORW&wcWJ>Js;MUi9;xSFWw{Mw<_m_E)S6_jRR`1bfYy)wVIEV zO>7Q0TrP3>T%Uc-uXR0OZ{WpCmX~MuU%UJ8aEKF|3b*qHKhOGRn87F(_Z z969FLe6G(v_sRFkx*o7G@Zyfyh1r9{J`ZHVv3EXxQ>V`taX4CBF}Kmacd_OZjt!gZ zAD=kL`py}LJxTx7aMM=nXMw||5|_{Q+1LD9^Ah%2{bFv{b-QMEHs86-Egsx)^gzAL zc<>tMMdUGZ0vqMDHP2i>FK)rA>@USW)oLD6HnBP2aJj_gbA9$Tzt(((eTo;aXb5rU z@X}~u)aOx5KKA=QebV6Yu8RkoS9bNmExUYMGmp4(J^Z!@uU9pHaK3nd)8d6K^*f!P z+qP-&?&d{n9W2WJ0t*PKmgb;m%_rz$bN%BJ2dqKq7WO3lSM!m!T0aXME|s`^uFt;a z*P55GZ{@`;Tl+kO4T1fOj~cA-V)H|lX5)MpJAm67q2$Gr8W~>1i<=t-ys$Yh#_v00 z&EpWo>EmNr-#KH7O{&#!Q#P?V;BdLbMfJS+me>3e+VlU%UwtlA6Sr93&#{qy3DufU zuy5zZvkA7^_AP=JAJP(u_cil~E7v=@8RO-==QmNu*Kw0_t(%6~ zYA6(d!$lG|hvRZ=q+i;nE^%+?#d8U^+V(cViw|#!#Fv_R#FguTBk^)xbYARIpR&fg zj+>Ng-89TrL!kg1E|R!89G7Dw{n9>liF-RQ`u%i%N$}!n6lkUW$3~90a=q_r#&|g| zIxlvqPg&z#$4$z$ZW?B*p-=!07fIY4j?1x;ercb&#J!yt&m-7s+g}#E*bI}~>CN}d zh%46vN8;tY=)BmaK4pz}9VZiYWm3bm*m51<$T7#x;kXUdhiwAgYT&Owk%+#HU}v5|ghAG^f8 zofj`4*lOF`1us6XB@!2}@FLfHbYp{;^Ww33p)gwWwKjcO-#KH7S*q1=Q#P?V;BdLb z&EdEl8|jz!$(m=dZ|B7e3AWnyZGsn{&=Lu7AL7dOz>#=4FFG%FsZUwsUB@k{I-b@r zEw)?-IC9Lfb2u)?hWq6E)Ftk%yy(x59=u)f;*1iJQZ5IX2QS?RJ;AxAUT3@A3}8i%+3IEA1Osc#-QpxzWYT zdGT1iQ24C*TARMC@0>BkEY)hbDVx|FaJXFJ=5Sn&jr2?VWX&_!xAUT3@A8(0=fd^T zSf#<>Ur?Zx_VyKCN6n#9fFxEvelm-eYk z+}nBa9D=R3y+fQYeospz-oL_&Tn`+Hm-C|YVwd`qHQsgHlB(lr4bx)Fb$}zs96N{O za%{LyzE54^-p-4Dy~{fVFFuVgex!f*3NLcKGaEg;oEM!JyVR$w@vh@Ydae^`nClc< z1e}AQDsgi-F2_dtrQPll_jX?N>s{U@c<~t&Xr;yd!w^@l_w;6rm-FJWdZF-H^R+g8 zS>HKhidm}Fa8ow1IpA=)#LeNj92@DE_Q{%Ouy5x@zux8Df)}4jfmYf_Hj9b4a=q_s z#&|g|IxlvqPg&z#$4ZK>5o?%hlnevla5agW!*Mw_(l6~(m$>ke=fz|7(luXe)0g#~Gp3lOS`9a46Pp7LmrL9n zj?1x;ercbMD=(hCgK+xmg@jV zjyZM?$K}{?pM0OX#J%-=@oc}|<-LLzFXD?I>Hp>mFLJ#fYV`1OUUXjUQlGNMyN)C2 zxlW{Eu2XCga1Mg1#LeNj92@DEcDqa5+j-HiclnKuy!i1IUVIKMNYjEN@p4`~RxcDD zYrfW|FY7yJOfgHf8g9xaHU}Iom$*3`mt!OS(mq-94EF83cn-l<+x})pUi|tBFFuz= z%z1J8p4UgqYpu7g`m(-r#^f{AYPczz*c@=UT;k?%T#k+OOZ#M9C)l_1qF?XwTY?ua zp+GC`shh&@7k`+|7=)BmaK4pz}9V;oiMyz43Q8EmG!__2i4#(x#NWZjC zUE-eN#Y+~B&JUNjRR6`xHKz^+XMOtFU*0^xDh&n?r9dm~2O2rz%Jm-HjPW8~{CuN; z7q$b?;t|y<9>b!WYhOGHYF|I{l z)_2aBVwP$(+>}jh4meycadS8>$42_4eX`~a>Rt@LBV6iA&nrE;#@M85}yvzw+ zd@Kc8Y0q2XMXuL;L^*zLs`H}rVwd`qHQsfsr05#4hPg(`FaQo$lejq?mt!OS(mr*G zyMY(0|KjDb5MOE#!f)~$dIr`VH@FLfHVq=4spD+6PVwd`qHQsgH zlB(lr4bx)Fb$}zs96N{Oa%{LyzE54^Zs5i0Z!|V9c#%J!fad}AEzdFV^TlH|WX)HK zZ!P+=zH`PDvsA0$rfgz!oP#hgadS8>$42_4eYNHd>kc+C?eVHDt|Kighjevc7Z1 z6th&T;ihb2bHL$piJQZ5IX2QS?UOZcU~k~X>aTZM61>Rot4J~D?H8NHL|nO^yw8~P z;;|aC<}1ax7JXUYIb(`hs?~5)HnBP2aJj_I;kX6iA&nm4dF@M87XyBra`$nUF2 zG3V`LSMD>$^_&;|eiD=;UFuWTc-JxcOtl(j$|g1k94?o*IUJW`BmL4ob&0!y7puSC z6iAY zOWX~-SpD@bfAGzd*6`vb6lkS=%?dAG%;x2NY5jflu^O`GD}}QbeOcc*V~Sa-)o@cb zu{q#yxx~%kxEvelm-fk;H?TMGBL7;ITvXNmq2NW_UpBQ7FLFKf@$&DZ{rl)H^(kw- z>o}FCG^b(GytM@m*OjliF=9{_Y4;f&(AK+>^?l)KQ}u+v!&8o)ZTvY ziG%ZQ`JD&TeQ6&EKIys+KXy#C9|3**#%Y0o*lX>e}yqP2#8=>{xd zq*|JTo;9DKi_P_qPaLoYrCZpO^k2F2_dtrG4s; z7wh~fc`;-z#mt(owdu?H&KXn8QmuxYvWd+Bhsz~y4#(x# zNWZjC);xoKm-EG~{yusf;-^xemG;+G-bZu2&5bTz*qj$b=7wna`JxsFS>HKh!cMgs zZptP$2OKV!xH%k`V7Q0TrP2QI4;LV`lWs9j~DB_^yTg1ef0NHpq2KNW-)Odj{E1(c2?8D z3!C#|$lMSO=S3|Jvc7Z1gq>}jh4meycadS8>$42_4ed>=F>%8>k9fB8skOHl= z&tBn0ej_5>bByjg=DZj(m%?Yw*V^=DedmlRW~o-gP1(fefWzeyH;3bLY@}b>Cu^R; zzRTx}XZz=i;}ExVspUZa*3P6 zaXB{9FYQx*yhxQzp6Y1j_t9+^0A07ji(C&EQ_=;M&Wj;)DSNE>TARMC@0>BkEY)hb zDVx|FaJXFJ=5Sn&jr2?VWX&_!cROF?XF%j_`dj(=V%rVOZ&~3*u7`_;=)xiA#gMs_ zIo5owO<&e`&X{7BYBk)HO>7Q0TrP2QI4;LV`lWrc<{9j}@uGjeh!~gLe-ZZ1iy?Cn z3vAYW4chhS%lgh4Q_NDWhMTg9%>jqYC2kJK<=9BSv`^MNgMBw%q<4bksg71&?{Z1Y zVSl_?OvIJne-Soh=e!s)m%?bx*V^=DedmlRW~o-gP1(fefWzeyH;3bLY@}b>Cu^R; zz8f#{Pt3^M^tbZ!Mcn@(wS9es7y11cVMBJ#iy?C7Q0 zTrP2QI4;LV`lWrc<{9i$ytsS+=;-2srQv+#caHeA=65>p{n_vPBfoD%$hfX~=K6VY z3sz-+DfX#W^N_NM%>jqYC2kJK<=9BSv`@YA;w*Wor z>r>>)TZ(0>)x4x^VspUZa*3P6aXB{9FYS{x|6t#h7yW$E?;FuI&s;xLYS%c(`py}X z&s3}7rfgz!z~ORrks(S>HKh!cMgs zZptP$2OKV!xH%k`Vc_l^S|t5zdRq3u_%x4oQ7k z-#KH#PPH0t$|g1k94?o*IUJW`BmL4o$@pq=*mvbc|9sK!8=>Ws%R@yTuQ@6zO3(@ zF=3}#4L4;In*$D)OWYie%dwGuX`f_#H973No-ek2wno0Dsg>8e(ET5@WAyt*I4>eM ztaV6vB=u!|=ZpzE)oQpYo7fz1xLo4qa9oa!^h^6Bh2sNdC~715i-r1XI=Bs^<`z}k13X^RzpwO#O8p*YzQVry`C@&) z)Ooi!UkvXODcbAX*PjsXOUw11*r?%!&F{Y$GB-q{{Qc&%;>h~W8B=Uht%jSjiOm6r z%O!3O$K}{azqC(%@?wp5j*#bzPo+RBt=~7oKVL*@SnH6|Nb1Y_&KVPSs?~5)HnBP2 zaJj_I;kX6i9N##fWWzU%qo)-8U%_%sTr(%!vtzR2~?Y;^I$=I4tcb3-)B`D0pf zWPRt1DK@EA!%f-5=77WH5;uqAa%`ku+NXYbvA$n+zel`}_WMSJOta=$*SvInS=sqx zie;+R&{HF2_dtrG2ul2kg7^qJO^F_S<&9Z-nzAYSCJUTHVU}&KVPS zs?~5)HnBP2aJj_I;kX6iA&x*o9a&WmklOSBi$)5^~m{k{=lZLN7mnc(`};wI}m zXH2nAwHj{9CN>8gE|<7D9G7Dw{n9>J^AGmjdC@;#yods=w7=ObCgRHVeyADah0VW@ z4w)OGQGQ-EtvIs2bH)^#RIA~pY+`f3;c|(a!*Mw_(l6~(zr0xAog?Jui+zbFYFDpBLOtDP08hXkmHU}Iom$*3`mt!OS(mq-9753fF7u!BvqrI4(R$lMo_l*c^ zYt1vt1lR8tH(B2~V~TyM)o@cbu{q#yxx~%kxEvelm-fk;f3Q#S;`2xI2euMu#qABv z@3db(`|QEyl^8U`CUcz3hU(A6Q>-+Y3{fceby2*L52@7%p z8%4;PXRe-+Y3{fgb=yf_XD zjqYB`%-qv#hA`F8#Z5L{@!I*v*=n}kq`d8OUPWR4QsyErZ4L|XG}3mwHj{9CN>8gE|<7`uFt;a z*P3Ur*XkE@ffxOo7s-p8S{C(&W?qXcOq~~zUB_z3ny(c0TJ%Gd%KlQ!Qmy78WfPkN z4wp+@KG$bo^J~o;*lYERxxkD5&5PtkEoQXVw>6!Vj`Je2>sSq0^OfRTi++ew*sSq0^OeG0 zi++ew*MLrzn1=G!He|#DjqNDgBP!E9*9bDg&Z=zZ8Tm)KE-(P zQwlG-JgjzU98iO$8_zqfuldmQH92r5nHR0=f#ab1ZRN#^zn1t-M(A z*V4BOUgYFk2D`~ZCwhSN#;fCdf+(ByqJ3PsE2AQX5KD%aa-c3#^;OoY+A#M-#U|L z%jAC_Ex&g`KE-(Pq_4-ncX4@0kkUAyK1;Vms;*9HK2{Zs9pLaxm$*ilVl~aLbvD(-dBGc}S4bILP|W87ES8 zbxOlsRWNpd!!upt8exjnG{4sMfW4U)FDTyK4GVCG;Kdz@BN?ABzUirJcyZ^wJXw)92^5WJl#^6k$+PefVrk;B>K3}}<{1Ygy2*<7O-q^f|e2Venxe713 zJQP7`98jO7o248z9~N7#1Dr|bMeBOtIH-QtR&Kb4q4{0+r3=HQ+4%!iU+yyakl@AI zu6IE`#dz^zg%@2O*rGHJsL#@k^On}vd}#Wb95|duB(7$6yyco->w3W6%8M0W?lSnW z;KkamcR@bIc=1IFFSw)92@?yo8yA1w7@M7vG zOL!kWZP&XXpJKdtwZe-o4{T8y2h?Zj#(7KYYd$o6O%9w%=0)pz;5e+jSn=g9gFh6! zSljh3$fp=D9#DAE<$*a$PTn8AF%!}6bz;Rf4G4}q z_t8^!y$kXw#*432c+uq{K}zF*`YhcNsk%C)`B+sjc7QXM;yl7ny9EX(`E56)i@W+A|FVzyGkx%3G zF36`CFW#o`qRT^ql*R$|S-K@sb#+Sfv8rI~0B4eU(YhWu4kItte7VcuV}ciJyWR!) z6ywGBD7@(MKqRGcKz){O7E056SZuita3+}-t?Pl~XyL^xj_$j$?u%WTh5x?=FV=Rw z3-T$(i|(dB_HO5=d~EZsP7X?@Lyrmx9?vx!YgTsGBfSMzIK57?V{vF3|inic#L z!HczB?}B`a@#2RSUUYdV`_eeb`py|!2uQ=V*m51DUTc4-#=zX@JU z{bp$zuXjN{#dz`K3NN}mutjMcP@kn6=Pj+T`Ox$=IdCSK7p?1o<1q1J%@?~gN${tF z7i+uT1^E=?#m_6e=<>iErEx%gmTnq{ak=J$>sb20nPgtHt_P08#EUgw?9wE}Cj>9n zcD)PoDaMQUD!l0Oz#^q_Kz){ORz8dQvDk7QU`#SETGs=|VdBNq8%G|PDeZq!@Zz?_ zaZcm)F36`CFW#^4qRT^ql*R$|S-K@sb#+Sfv8rI~0B4eU(YhWu4ihide6dTD6Q2^i zxIK|4T&+SUA8 z*8}!8Uab3qm(K`ZtnGRi%QRSvw{~>KUs^pfF<#uM@S@8DTa?BD^;x=c-qQM-4^3Z_180(X(YhWu4jV7l zeZkA;1TWThy$kXw#*2FtUUYe2j?y@wK1(-^!?;}Y!F4Qs;7l?vTGs=|VdKTRFL?R9 z;KkamcR@bIcyX`7i!Ki=QW^);XX$3;vzQ-?E!P3YB=e$mJ#ZX0UQE4nCT60e`AC>Vr+_obyl7ny9EXV)E5G37 zuLLjFcD)PoDaMO$R(R3nfi_Cxfch-mq68*{nh&AYIt0!n^P+VQ;Kef&i;DNrS3hyE=JQ3!__onLUqn8|c=3G-FSny+~I z?}8U=yWR!)6ywEv6kc?BsQS`4$okG1Tlh!Awb*hU&L@ydT&~+^U-N5S4}KhNyqJ3L z*yk}$0`}htUfh=0DZG!~d(Wmd@1wtU=Ena0BJwH5i(gcD(d8jQO5-5wJ7=6o)zv8t zcU8gI;d}xUiED%@R@3}i*MlEN8!y&;#mkokFV=Rw3-T$(i}xwK=<-n7rE!q;oinzO zjD~Bm4b)LaKhzhA8SikGhmUaakU7vxin7ay(gqRT^Rm&QTXch1;CG8(SMmg{gn zfn4Hp-9G!8U+a4CI{koBE2UYmLGk%k-B)}_GV-!MvC-SYU(Xnw8h z0eh<7G%wbCwaZ}eWWkG%O)MjL@dujZptwTy{SRAfu+exC`4r>DXDYnt^03~eagg<$ zGhUl{@sWlb*Vd)LnPgtHt_O~T>Nm}c=jg$xVCD?Li{VqX_<@5LZx_6H+auQMZZuv* zKE-(P0)-b{9@e`w4ye!4ZEfboN1Bhgwk`$EB=e$mJ#ZX0Uaa|Qm%-pEf*0Gak3OyW zCqr>X7J)1Iw$XSI`4r>D9SSeHJgjzU98jO78_zqfuldmQH92r5nHR0=f#ab1O`k8; ze6>sS{j%W2@6!^ak%I$o7QA@i@oNn>8ZRQBV!XIZ;YF8+^)8JA>a%oPn|bk(<|D4H zOMx@Vyl7ny9EXh;YrfiLF!&dO7q{rCG3LcnH?2Kie9@EF8f-LPL_WoM@f8X$x;(6R zX&g|WrQ6!fi;pxPacx}+oJrw4fgY`j?W)h>gT^_ijG!CfG(oJWvV>6nMV;Z&|a3+}-t?Pl~p!!X}kFNP@m%-qB1TVJT zPv`WL*Ye`6&t98X8|{1%`4r>DWrY`A9@e`w4ye!4ZEfboN1Bhgwk`$EB=e$mJ#ZX0 zUaa|Qm%-pn!Hdt)Q)B!-`rn_jmKQg_c&))k<3;3Cj2B<0@S@AZdY8rl^;x>D&Aj+X z^AXq9rNEhFUbLE)@RbTBg7<{kb#pmj&G3LdmHosS-xI%Ty(X|E}jTezmF<$%` zg%@2O*1I$gsL#@EZRW*Cnvb})E(Ojc^P+V$@kG)x9Y*DVCHFp7u)W?_y^y$ zmKWcD^V%S7G+snL#dz^ng%@2O*1I$gsL#@EZRW*Cnvb})E(Ojc^P+V_gY@O_|0n#HX1J?pJKdtyTXeu59?hT2h?Zjwl?$PBh5!#TbBZ7 zl6ld(9yksgFP@_Zqk@^U1TS8aIA(kw{ilyv%ZqpY`dWjH#*4_O7%#q8;YF8+^)8JA z>a%oPn|bk(<|D4HOMx@Vyl7ny9EXh;>%QLQ8G;wL>8UY3Up(mvYk6_kht?WwG+snL z#dz^|6<&0CSntv}pgv2twV4+mX+GlGx)eB*%!}6bz;W1kvF__#zWS1r#`n|NdrHWO zw)=G-61=$4pJRZ0it*xI3NN}m3XyZI81 z=Aegsit*y76kc>WqBa;PwydC|HaI1Z}c^!Z}l*SpLJUTk}g!S<)D<;7dyy*9cV?RyvG zQ;ZkCrSPK51Cf-*0rgqBStw2OVX@^pz?o!Tw5|t^BgKoCE)17u=MU8W7=ytD;``{@ zo@0P~it*w}|IZoYvOpeTqZ)B}h(u`|LR8EC(wd}N%|ps2HU}Jj1|V@`Hhsu6zt;7D zy@?m={#p0nLcxo*J;wm~6ywFy6kc?BsP@u0$okG1TX;vqwb*hU;7l?vTGs=|VdBNQ zf7U&Cw&2BZmc%pSSRbD+PTO+~kWVpQe3HV8E)V%o8VA&8>2@qL^`7QKw}{UGXOel* zx*j+V6ED{Nv+ltU30|!2IR?n57%!fs@S@8DZb8Emao^RZT|eFU6I=0)pz z;5baYSohDm2NwxmtnE1l$fp=Do~!Vp%L9j$#sT$Ny0x>J{@YoLE!V-mPBJfA*8|64 z;>Egu);)NR;KkaWV}N{$@#4h_FSKl(DXGqa3+}-t?Pl~F!5sD zKkFVmSMXx$-^4UN#{l^h)gX>uOz?o!Tw5|t^!^Deq z|EzoP!-5xUdyWC}DaMOeE4=9Pz#^q_Kz){ORz8dQvDk7QU`#SETGs=|VdBNQf7U&? zSny(P&oMwg#dz_6!iz2sY*88q)Mx3&c}weSJ~Vwz4xCBmMeBOtI4rza`C|+Qmk3^b zu9g^$9Pgv2?KuX>rx-6DR(R3nAwf#xfch-m5~;d6rTJJ@Fm`}5$-HP?4;+Vy7wdkE z!C;%<#oC@@fP9Ma;%gONba^0>(m0?#OE(LpX+A8rTn9Ll%!}6bz;T#(vGVI(whLao zm?wki<9u=2o@0P~it*yj3NN}mBt>Z)P@konNYCg{^AS}}2!S)nyl7ny9EXV)E5F`l zhv3Ca61f3hoVMo}AfIBqc#Fb|E)NM(8VA&8>6S><)hW%#s)DftoJrw4fgOuSh6 z^)8nRUfh<*6Y%1+J;wm~6ywF)6kc?BNRZMvpgv2tM5?Y%X+BmJj2+-iGA~-!1IJ(dD5KO5=d~EZr<6srj(javk7IGA~-!1IJmuIG{dDH_lsHU-O~qYjWUBGA~-!1IJF6Z zcX^!P#oC@@fP9Ma;^!4!ba^0>(m0?#OE(LpX+A8rTn9Ll%!}6bz;UE_@rtASZmj+x z2F=1hTzns0+j9(%PcdG+SK&pM2ev4U1M0JMi}nxdC|HaIF5E+ zto%pa&BC81c<~IL45E+E7pLtx2FRxvFAn}bL;`t)Z8a1w51}ZGLx^hG-_rx-7us?@#918tPX0rgqBMF~s@H6KE) zbqJhE=0)pz;5gcOvGN~vH`(w=!Hcy$#{l^h_>1%S} zOfoN8*8|7V&Wn}*sJlsmM+;s|{ind^i_0es1{7E1&}mO!n@M*y!~0JNFU%ZhURVpu z2K~|vet@C1cQ-$_pgHIvpJKeYMd3x4BWi;|X&kTyrCZpO^k2I&*7h6&s`;?k zavk7IGA~-!1IN+Mi+;V!69q4B1Lrc&4i}nxdC|HaIF5E+^y^*r30}OECxhtYd~w>IV}N{$@#6awUUYd#iqbfsK1(-|p3$M^ zBdVMb0%wwW(YhWuj&@%3>s|H>Uaajo2FRxvFW#x}qRRt$l*R$|S-K@?Y;{WWv8rI~ z0B4eU(YhWujubEM86BQ|jX%g>ut$6!UE6aEkWVpQ{FuUvE)PUf8VA&8>1Lrc&4j0;@Wyj8TMFINAi}nxdC|HaI1U3ZR{z89D+Mo}!IMGs@%iGkJ;wm~6ywD&D!l0OkQAkHKz){O zB0Zx+%|}!@Aq37O^P+VvHLHse7;!y54*1xyja_F43JMT zUi`Mgi!Kk$Q5px-XX&PK7?*24xQ?X{oJrw4fg47^zV54(R<@M3MxF+e`Wc=42f z2%jh*kFZhgxI9FnG!7xEWq)Z+Qmy78WfPkN&Ls1qbvZ*O2L>sP1M0JMYvVG^Yd$QtTn9Ll%!}6bz;PIOvHBl&ze4b0ZO<`4KE-(P znF=quJg`M+98jO78|N*puldmQH92r5nHR0=f#YcBMSqaND+Mn;S4)gWj`z{i_8bG` zQ;ZicP*7h6&IV}N{$ z@!~Fp7hN8bqBIVu&(ck#XLP9fh$<(9z?o!Tw5|t^!@!H@BtlWe)Ly}hwLQlG`4r>D zS17#b@=z9~aX@{RZk7Vod{}I`4sa%!7p?1o<1p}I_1C-13SO-3IR?n57%v`Dc+us7 zElT5n`YhczZ)ttaho-N|fiuaxXk8B+hk+NXzux5=l|RP-`4r>DWrY`A9+;yv4ye!4 zP2(^w*L-jtOCLCs%!}6bz;PIOG4(TMOSm??&H-`%#qEhB!smDO7pR*VC(>Al6ld(9yksIFIIoO%TVy*jzpe-7hn0rwfBwKdG85p zEH>JGBalxqUi=w_7hN8fyEG1{&(dv8;wb~ohoY{EfiuaxXk8B+hk+NXzux5s<~C zUaajo2FRxvFW#>3qRRu3l*R$|S-M#$P4i)~u^4ST;g)wKKq(q z>w56xNb+LkzwCad;Kef%i;C}ErtLWf$fp=D-lg!O%R_>c#zEG1&Nz{(t5X{8s)Dh@ z`2;2s*9cRrrunt52S1J^FIN7`?tdwG@yx`^ffuLkIR?n57%zTG;YF8+1SyS!tnZw0 zB2`zXG~87MV~6tzOeC%mrdUn$Yh4e197$fR{FmK7Ab7F1=NKTLV!ZeTg%@2OO1m@; zvc7Z17Lw6$Ew)^T^9keth7f7!i7@M7xU1l~ta+j9(%PcdHn zmcolJ4^>|p2U*`aV+;RixE5Qk!}$bqiOY5S>}!6l>%osB$%~c$vU{uG#oC@@fP9Ma z;z{?PF-~vFL&|lRhe(vhf#O=y(wd}N4L@ZQn*+`y|4zrc9{f0xyjb}!yU!N9Sle?9 zkWVpQJWb(6mj~7;jf2KlUF0$Tk}?fX>a~qIpFmgQw%H%AdCjkNJ@|2?c(L{;8Jr_{ z@wtfw#QW%JdyWC}DaMOWQh3qjAwf#xAnQA4oJiHxDGhg3!Pwz^0uzaAgeg|j{94z8 zA4ifGD}R!~xq=sKdyWC}DaMOuDZJ?NP}-$&koBE2wvdd5Yq8}zoKGN^xLmi-zUJ4u z9{f0xyjc15F3%FYcyVG;alSZh&oMwg#dz^tg%@2O5~MT^vc7Z1iBw&k(r{N5j2+G= zFp;=Mm|``}uXR26aU^;1oZ?;G&;aKNUaajo2FRxvFJ7$hqRT_Nm&QTXch1;Scp9$7 zmg{gnfn4Hp-9G!8U+a4C<4E#i<=4BMFL-fVVo`Cvc+wNr-hXk|ht?WwwEHh2pJKfD zB83-S9@e`w4zj*;#%nV#KGJaG+PakU3A7}xZh3rXG{4sM;Kz~V#mcXDxk}t;tnGf? zhXgNv>&%UPUs~i-j2Ev~c+usd&P(GU>pN#`VH^$DV#{?npFl2gxo)3*&98Mm_;Dn8 zG4(^{J`Zq0u&?gOi_`WT1LRYT7Y``B=<<-brE!q;oinzSkcMlqLNXez#g^-EK7m}~a@{`rnqTXB@Z*T_;;zy4!=+uL<+;&fpNBE=*gw1f#KGI& zbmvDluk0zm22}1m=5A|VDV<6GKKe6FG9WkT*pN@)#e0PO7KImG9wJv72U*`aV_L&h ztKp_>VspUZa*505`s{0dt?L1Mt$s1Ld;ijCetySrdAPr7ZoKKygTXhx=f@tkd1W!R zm|+@ox2?2I6Wul%FCw2}ym*_!i!Kk#UK$6~VCfc3Kq1t82({KBaJZ7h<#T=ZHNV#N zfW21ZnANO>7Q0TrP3>T%Uc-uXX)kuhlQ+b}x?>hnHV- z)o^xx`B0w+GU3>#H@vw2!hibrx2^1_7Be~w=%sX=7m;1ZYRHz(R6Pp7LmrGne*JoezYt1v*YxRq{9XAfEe?}_S@9#b}80`DcCk!^PEaoFt+E{a- z5guxO#;wH_Hj~baw>JBa^{3-QKE=Lwd5^+RE)S6_jRV%8bfYy)wVIEVO>7Q0TrP3> zT%Uc-uXR0OuhlQ+z>8Zezh?y2??u~BteO{*PcdG6zru?y4^>|p2h?EcX5k;rhsBob z07s5FHlORW&wcWJvaSbg+IVqG<@b!h`dwT(FCw2}y!c^-7hN8zzBCT9zH`PF{?TwP zwp<4|a?G*$T%UdJlkbytJz&$yiH2&T`4r>D&nvv> z@{k~Xe4Ns$lE@hpS3lKG$bo^J`rX*thax<@b!h`fabA7m-gfUc6V~ zMVE)FFO7q&@0_uPe>7Z+E!P2#9CK_w*Jq#mSF7zc`LNxQlxiH?S!Fo{k9hfhdcKG$bo^=n)Y*thax<@eIT z`dwN%FM|JKym+dTXD$y_Um6El-#KFo|7f@tTdo5fIp)}WuFpRA$@j^+93Hw_b$k%7%!f#@S@8@)tAOW)_2Z0>`D5shMTrpKMNc#mAHJa z&%Wl@x*o7^61YuuRIWHogV!U{f!iz2s$y*u+S>HKhOBrdn7F(_Z969FL ze6G(v_sRFkx*o7;(V&L`py|!Don$**m51<$T7#}bA9%?Prgsq^?*$qFK+ewMhq^moEMQ#FPzDw>pN#`;U5jxV#{@aBgY(@&-K~oKKVXb*8?`Kyy(|Q4_;C^FCw2}ym*7c zi!KjUUm6El-#KFo|7f@tTdo5fIp)}WuFpRA$@j^+9#B)&FA{;bDw;ltm^@rHeS49 zxG=hIxYXxiOg#2gf)}-z;Xv?xG`5t^M*BV*`4r>DH!8g7@{j|iagg<$GY)%_{;T1p zt=7*1hf5_cpX;-)`L(VG?6vyE9KMg>lluc|7I9x7q`COlU&960&VV~l~K#7+Pm-gQ{vwgI9WHdkQ^Kd2>`_mse z*?F;99m+RaC~Ka%eu!MxI8eMxTJo7{HT;xKYz{bFE^+x>pMA}*HD6($G zL*%-~f#O}#lFwAD;iqh3bHL$piOc8u>}!6l`3n0KFJ8TMX7}OY{^h0F`JJPqiw9-uNoKL{-D86|DSjNn13G~GLCZEnrE(`7q?(l_LpLxYBdijo7fz1 zxLo4$xjy@vUu(X?KE;c>p4EH}ePm&{Jhy*l*Km2};QZ0$<lkt$F79A#z>gK=CeV$!Dt7@KZLiIpA=)#N~5+_BFrOe1&}%Uc6>@ zetx(Z-coO==>B7W=)5>iW6C$mX=|Rjeu!MxI8eMxTJo7{HT;xKYz{bFE^+x>pMA}* zHD6)hg%=MV8XZ}#>|7D+cbD_xIE^XaD5tG?=K3LWUE@IUE@{bUs@3pQHnBP2aJj_g zbA9$Tzt(((eJ5TV%`Pv@F3v0r=ZDRE>1r;U{;2cfIE^XaD5tG?=K3LWUE@IUE@{bU zs@3pQHnBP2aJj_gbA9$Tzt(((eHUIlG#VWk9$1_^c&MSrrFuSP{Fw9NIE^XaD5tG? z=K3LWUE@IUE@{bUs@3pQHnBP2aJj_gbA9$Tzt(((eHUI_m|JMRnch;}6Q%#ed2yV^ zly8*N);x3l5V@{#pm>+GCzQVo>FS0YmYTiR*{XXuz zI8I~AH_B;ip1FRAT-P{Iyh~d0nQArsluc|7I9x7q`COlU&960IVc&%ppEuupz}Vb& zEd0E?p7X{}I4_RVnDUKs+L~vsA0pQ^4ixW_mVBmK4L@ZQn*$D)OI$wJXJ7Mc%~#kL z@M1ORjQ2P%j?443Nrfbq|r7sqK#`9?Wy%`?{zk?R@0eYh$a*Jubdah3q$!vt7OeH*AJ2F8V8DZNlQLct%jeniOm6r%Ox(K z>$9)M6PQbDBdM4`AoGMe##~` z2OKV!xO}e9zUJ4OudwgJi_60U2X5RpoNeApS9BHNVDPuji{mt=e50JU=9%k<$aRea z#k-^>pQ%>EPuaxgfWzeym(TUt*Zf-Z74}_t@yh0R-J{WtQFE`cdcKTq7Vuu@#c>)_ zzEMtF^UU=_8gE|<7` zuFt;a*P5@e@4}1w=4YGhqmPV^R`x#n>&}bgG^Tu`oVMnf>xam7jRVEIq$QuJR>M!( z#O8p*jqYB`%-qv#{9lWp|XkKzHwei@X@DH#7k!ooU zde(e`E;iRMi^HbI9PvLMTiBEIU(HY2YW*y5AVpfA*t{ez<{pSm^J~pZ*i-$kl<4Yi zV@~qo_SM0Q}y%3khv5aYrfW^ztPVZ!HF?$r}gW*eSmrKoNav{(1haulHkSE zMUddd7oFt1h^3_bq-Ayf3z2AxLyS`>mR(zleX7+kQ#P?V;6RT3ujqX7ob9n-R3Q6h z!Hef5jv2hT?7TRR5Y-!ntBns_|BP{{Hv0J@crnK9lm~sclt=u^P+zrP5EH0LrtIRx}+uSRIA~qY+`f3;c|(~=lbkxey!^P z`!2j#>-*@piSxxaUc`rs6xZ1L`{#=xb162~e62-4cCICB-8!b2rCJRuWfPkN4&=?- zrJCMHpIhtu=(l&|#Ya0Yj?0GXZ9HiHIRAx6w8degzmEnl#<-pGpzoIQj#~297I)G| zOXoH690+sb_lxK5AP1GT@94;jXE`s9GXyz=jnc)Mm$mCZqzOQXT=`#$WvbP@q-h9LvtmNw-G``+t?G~A8@|I$mYBet@o7fz1xLo4$xjy@vUu*us-o%TS%^sZF zU*jDk!s?yiyf_X7M9vzA*n3cleb<(Jrdka%WfPkN4wp+@KG$bo^J~pl z*qeCqirJ+KZx^w;bSFA5j$=XjMuD;Bnd^thS>v$LKVPKdq4O^(LZ0L^`m^DmgIf6#AG-^Iw zoVj8++wkLZb>#RU=f!bq<>pz}ysTZ{&lf2J@>8vOm?rQh4Ta-2^|94~&?eMfT<6rG31RQ>mhA!8{v)_ko^ zpX$1#rI@8!4L@ZQn*$D)OI$wJXJ7Mc%`@0*^^3Vhs7Z3;Xtl z7ytDOu6XO-mECe)41uub8Lg)4cZ(Zpuymu?r&`TN$|g1k94?o*e6G*F=GU5kujlI<{1qy^7BRK#gMPgXZ^&%c`=U<$?7}Ai!WHbX1KICqP>{@c6W25 z*_Zr>cl`6-l|y|_;*fE^=+{U4@4As9x&Jqu7ZU|$nEDR!;+Cz3eVZngA9}%qoEMt~ zrF^5c&8>UKN&nw)UZf1mYbn2|B@}DE!cO}f40D$+EzWG4Jy_lEawv|}-g)X^aORud z^?RFF1j*|F8=YOvON%QY{PRU**Rjv&t@(=BVXH+yM5*j=h*{C#xDSi}OGHD81F^y@n>(n{yG#D~-piZ#z*r`0d!n)Ah(=MNVMw%YbZ&Wq!< zM^0d)M6l+W>vxNr^CD$TUK^r)>@T5M^A(nDytr+&I3(O!+sm96$4gI{MtNY(GuIE1 zv&O-Bks_7XQl3&vDAs(1U5XcX?_ZidyleLGaH;OEq<1WD8r-n?qQT~s0H;1*JkaQ1 zUW+Rr{C#xDSi}OGHD7~vJ^EDFB`w7))oS=Do7fz1xLo4$xjy@vUu&MhUaMcsab7&T z&jXooZ0E)F@9mH)*k~E8`RDrSxP{rWzZBzCt9eM-#O8p*`qVpp1&{|iNv!(j7zH`R3FR50;P1(fefWzeym(TUt*Zf-71NK&4Jh#sS znQ(09MdwANsI{&rolEs)edmm6UsA1xo3e?`0f);aE}!eOulcpE2kcY4_`>0hGdqSy zmY0t1U!EH+_IW51jeYZf-!wSoufP41dsp`IqQu_f`e^@r(RmapVy#0;C(`%tT__@X z?E}G!JDcAx=I!0|SpB5);&?GB-)Lp2j$M9y{|`7XQikQVl#kRBiZx$h*LJ?RXSlR9 zs^}iH6hq$rl=I>^9JzT$v9#u8?fTA(lmU4y`)F?CztagB+cjTn(RW^?mCkF452+=T_2$ z3tpUk?Z5pf&8ONnJ@{$cH2gL@IS(8zlem1Y&%Wlj7ha^hbniYiyL8}+<{?;p9@%7J zUwz++gKPfg>5sMY;_GfYBg%_(RL+Ybb15Fye62+vy!g%+zT->({6Ft~=DQA`@eg16 z+Z}%?Yn{ezdK9x%OIWf^*~I2x&*i0f9IH!T^J~pB*r(n{?-(wO7B62q*qkk1dSktB zqX!>t-bY{gN2mVN-j&5koi7evxNr^CD$TUK^r)>@T5M^A(mx zUfg|nZgIGMw1mrltK0tAd2zhvlxdUz);x3l5IJicoEIrlc`fBBwS;2LSJp`P16bH#A>;Bax7{M6F^`Abe3eC51X{MWrJ2b_8zjo)?O-<*6?Tw^iv&lf|+ zQf#dGT8sY4&4E%)m$nqMRIB+&*~I36!{ri}&-K~Y{95x2_Ef*I_tBRu%+2i^`A>Bg zE`RWv-|5I$@ioRAUKCfF<2KHVA#*7<)_ko+-_I9mrSsb3$%}FifKBI%>wc%RdwKSn zYev^J_pOy?Q#q#J>3m`3=s3s81E$~NNM7W6&Wp~A$Oo!l$_@Je0A9TE7k+O@^QpE? zkFZm%hM%&D%>jqYB`%-qv#gOp=lt6$6+cyZ>%a|aJCFU&3t$;lM9U3qcy zi`Sno@~}8BBD;>&kjzVpRjqRH;-2$9^4Soj^xrl;ie;+RJfv)5bHL$piOc8u>}!6l z`2_n?Uffy1gR#2u;;s)lFCyp@%YWOLe*c@=U zT;lS%KKq(qYyQE$lowyHc+GHWan$Ewe#f!9@}fTv(0{*(q_x%|B{=DW7q5B9TmOfw z@7TCakFZm13>UJLO>9ouNZgoBA2Q7^#h2#Ex0GYPlow~`r~m8euDpnNYjMS#zmE=? ziCAEhc^Rbj%E60wJ>%DZfa*8Zw&_tUQ>})dvWd+Bhsz}{pX;-)`L*U5?6vyE+?vl9 z={msX0fE~`3;UX%GtS(wb>@Jz`y`P~2a_@{;FrT_lXyKYLJS5oX#t>z(R6Pp7LmrGne z*Joez+ZK0jciedK!kMjG`aIb0Ahz?Ozb{7mS?h{YHCG?JxaX!PI4@ElJGPwP&?j^2 zdcdZT7kA9fHb413Fx97v1LsBOMbwtHuDaHt)CVu#{LN?oH`Hg_=I4tPy<@G68O>PN z5BA547pM4i(RuNk&WormYh87%L#Yp5JmJTG$a#?h)3KcZUc7W+xHLQO=ZmW==btY= zaQs2}Pr-knc&l%};Kgg6|6e~vep0QUFVgBCYh}D>#+o0nFFapd*s zJ)^_3ubK7}M(0K6MU>_P$%`+0>%kAo`i_nLd~rQ#$~cjRb^Typc)qy8i_?9==)CB> z_(1dGC%^xY^CA&i$M!qTi>nvAY~4Du_3Vy2zk$@97o8W8uGaGnO6^>I*teYrQth|t z(Y~Zw!jf&uCN>9qE-%I7SY7&>U+a3nzT|xI7%!eZv-O-Vd%m%ByYk|Tp6u5FVudL` zX|=6+S-U=t{~721MDqGRifx-7#WK|rmTXftu{qdtc_|*p>eAQzTJsO~$A=fsnb~@7 zmp$KDx?Oqk!_JH21*ZI@)wbqk?fN+WpZ<`I7u)nGmZ_H3Nwz7Q*c|M+ycCaPb?Iw< zt@#K0@A zsaEm`jZ-$UIoNSI;ZV!x`s|ZGYRQ*1&tRw3FXr0rr$ayLp7M_u{dYQk9pJdMtaa73 z4y8WESNxaR|9~27+uHO9JJo7FQZ}(U;BdLb<#T=ZHNV#NgZ**g#p(Wdu`@6F=ZpS5 z4eH)nhr|)2kMaASzt6;rZF+>AY9)`*IAs%?gB_O>4z+x)&p!F1mV8ls+vJ!(F1$G1 zA1`+1MgM%!c@ec}twUM27(ez?HePJgBkWX5JR#eZO>7SKTwaRDvAXm%zt;7D{c+*N z>Hc`JGcWq*i_VLvV{08!&67UHH|*VSI$vzlBkWWwd4$F(o7f!exSVjP<#T=Z$se`k zi{jfR$9xGdjxPe7_74}EpmzP<#qZbcyog$~)}gFhjDP3He(ZBpzp1uOkFZm%hM%&D z%>jqYB`%-qv# zeT={GwEx3&zSyQm*r`_X2#r%Vu{qdrIpI*t=lblEKWfPr#kWn4`4V0XH;tJ74;Z`h zqJO^Vyog$~)}gFhjGyAjO&-K|Sf7FsM zif@}7^T&Y~r~U)RuDs}lWjOzW9*oe6dZBuv0DZgltnbu{qdtc_|*p z>eAQzTGs>i$AK58{sYFYyy%}VIxnJ*t#wE>Px=_of7Zr}ZF+>AY9)`*IAs%?gB_O> z4z+x)&p!F1mV8ls+vJ!p;l*S389RSw>jmU}`dZ?}y{Cj@dtTxY{kd29e9)G!6n1NV zZ&ZCe$KX-le1qw}5p8-DgH%g#mu<=>HV1nyFU8|nUHY0|Yu>>A`0(NdGg~k0vgaF1 z*Ll&;|B$iPx}xmP)dw#g{jr-(yx68k`;uxUkI*<}6Ptq_mlF=Pe6G(v`J{iOm6l%OxV8 z>$9)4z+x) z&p!F1mV8;)19m0ni{bj{DL+|kg6i+1{e3iQ%UV}m>rm>07f=4!O{U*CwKV zTFE0cPT9ofV8`WzLoJ`{vrqo0C12L{fL#eMu3Yaj^(TzZi_VLvEo)tMtwX5~Ui^3e z`>RdAUu@GO>{LtqA={KqY!3EZUW&)Dy7V=_*7bw^ap1+NKVfuUbY4VVTI-5xI9DIM zc>lw$HSuDb9_>r2l{`Y@luc|7c3e(4)bhDL`{a*W@?~8Q*p=|&j=9-|(c*!bty6x+ z=)CB>h}yE&Ro6O{`rySof9tRRFRJTQ+ong@saC^J*~I36!{ri}&-K~Y{94x!_Q!=6 zr~Hi3dC_?hb!@FGs`*@f@ZwW1{u>i7w&~Hnq*}=%G)~#X=3vL=ghMT#>$6Y(s3l+4 z^?;q37k4krEgzcMvvteNB})sVrJ3D_=7#eJX0}Z6bE7GqSKfEx;K{fA=G!)}2!4Pj zA}y|W`PgIpIjIOuZeCJYt$93c`ryTnzx9s@3pQHnBP2aJj_gbA9$T zzt(($eKs%d9L_IP!HR={^P-U~MKzzR4_^GmxBt`~vc6;EHa*&xR2##EEM*g$ zlQt4JX48jE^J`rX*k|+N?n9%a^9P1YN2Z?~ofn-KQNPx@qFT?@2QQws<+t7=>pM1X z)1!S!wJ}`CQZ}(UX(MrCHhsu6zt;7DeKs#{KQuhDJpG)Ab#q>HUPK;P>k7Kqa`nNB zFaGE||3TJwY}}?d-jS9+Fu9i!;xgb6#A( zu>SdCJ|9p%Q&g>aJZ<{m#p|yACKEXbp z7q^cV_RTKuUY@xybVS0B9iMI?f?uBg^?^}&n(>6`EVs;uwW zxJ{4tCDq1oAxqiB=A@0pjoI`e)BIZ31NQm6xcmCiQuCYc3YgJ((RmT|YppA)^;~`M z;v247zFyXMY}}?t`;uy7xR9l6Vsp|);>K+HkZFFc>jC?GUc78}eDNuXR0OU%-oV2M;aZxbh{; zRG&6FFFG%xeyw#ywVtaFUi{R94u3?}cWm6INBfd$W4Mr|Y+`fLM&ib7`jBaUt?L2% zQ7&^Toin}Z#f6Ara}uFpRC zqn3PG*8_I>yom2zrkV~Zoc{YozhCz_7p!$fiIb}jUOfNdA25CI(xylIl4^-RWSg>y z&B30_OYt~Xm%irLx*o94=f&{7OAXBE=Zk*6h`O}a71eOAK6vqz!>>1e@6x76`;uxU zkI*<}6Ptq_mlF=Pe6G(v`Jq0|R2j=p}S z>3f$pJ;F}4#2>Ov*~I2x&*i0f9IH!T^J`r{*yr=&RkO{l7i+kkj`O1P;QNPx@qFT?@2QSW_{M3ia`i_m;^k`pFZ44K(luc|-+DP1(O&>DN zuXR0OpU;amTmcwX&3Vyz5t(4EE2{NeeemL^o;!Q7tnb*kO^@~^)y8lkOWDNcq>aRl z+4LdP{94xo_W8WHWA@;|;nEbJCax}-^P=-2lEGS6lsLKi;Khf&@(p*&`i_m;^k`pF zZ44K(luc|-+DP1(O&>DNuXR0OpU;bzFYT*=6q|)}UUXhW{aWjaYCTsUytx0qnYYUN zj*Z*&XkSuo3>UJLO>9ouNZgoBA2Q9abvw0+@?qSl4@hPkfm&5bJ9lQ#%%hKX@0Hi0sDMje96(d>->GRTvxyU;seJY zl>f8_*1Vr|eemL&f9@Nfr{hbtZF+R9saC^J*~I36!{ri}&-K~Y{95w^_W8WHeQ9*$ z$iC6_(|^wB=Zk*6h&r~`71eyMK6vpH=YHf3vc6;EHa*&xR2##EEM*g$lQt4JX48jE z^J`rX*yr=&wi+mLyll>k&WlI{Yh6*T=jwwO?|8yrzfRV7Y}}?t`;uy7xR9l6Vsp|) z;>K+HkZFFc>jC?GUfkLIuDgzNM(0K6MbxjguBg^?^}&nZ_1h2ssI2eUxJ{4tCDq1o zAxqiB=A@0pjoI`e)BIZ31NIrbxc2$c&+6mICJWPf(RmRWX{{^D-dug~;-4CyAKj)$ z`;uxUkI*<}6Ptq_mlF=Pe6G(v`JYGH7uoZpr=1-Ae9_MrQJ2=bq8iTC z2QPlN@%hnhdbBU8R`LjqQ#P?V*l{`GP|N4~?2|ug$(MCKV3*B{E65X@!GK2t=kc|2|U;Kk>D`NFSJJW_3&9>pfrYWOLe*c@=UT;lS%KKq(q zYd*m~n-`xyKe}#M2Qm8jqMt9Kj;(b?HJ_^wUc6(^TmC`TcWm6INBfd$W4Mr|Y+`fL zM&ib7`jBaUt?L2%Y+l?p8u|I+`c?Jw#RrZ*DF0~{ta(4_`ryTG)D@n;so& zs@3pQHnBP2aJj_gbA9$Tzt;SKeLgQPHP1<1s^Wyv&lmlC5p`^>E2{ZieemKxUij5( zWqrrSZF;mXsWyfSS;{6hCv7Bd%%%^S=GVF&u+Qhk;rwzPA20g%E`Go6ars*7ifTPq zAH4W`r~SrfWqrrSZF;mXsWyfSS;{6hCv7Bd%%%^S=GVF&u+QMdl}AQDZ|+DX#OUXX ze!htMwbm8Ydagcr@%pPj`TMfIW8*eG+Lu%t!-Xtm6PuGZ5;tbkhfMQpT@Tpj^Wyf= z!oJz%mAiIN_1DtQi_VLvUu#`at>@~47r*jnZ-1Dq@7TCakMi`MikdM{nI(!&_Q7&^Toi zn}Z#f6Ara}uFpRCqn3PG*8_I>ycnJzT>~>ZFFG%xwybs4wGO2|c=6_|mQBx(Zqp;| zR7?CJ+muag4)$DLipR0K^fkZM^@DvrFOHudT>~xp_b&du%eXA9bwxFts}ElM#;13f zo*&(&NBfd$C6CZJWfPl&9hVahwS2D6KKY}Td|B56b_KjRcks~ijVoWmOf^6H`J$gM zqPDDc)wK?#K6vrd4?6r2s_RtSrbpPRR>M!(#O8p*fJ4HU~Q{Cmd?|T%UdNM=klXt_SS$ zc@f{cOf?-+IQ@OJzmFd0g0-$FadP#+ix)in1E%j?+Vp5&QZ4a^Y*RL|IoNY~DIUk_ z(%1Z2*8}$XycoWBseu{&e9_MrQJ2=bq8iTC2QNP4@as+AyR_-izNA{oBQ#Fg#O7ef z<%B~mpX;+v{-`Bi*7bm0J}-{Hcd3CE{e02S7ssV#t*fqeDD}aMhrfQM>3f$pJ;F}4 z#2>Ov*~I2x&*i0f9IH!T^J`r{*yr=&Rn7BVYWVe{-+$4XPn5f^A0m+(2k_#%KX>3` zvc6;EHa%LCR2##EEM*g$lQt4JX48jE^J`rX*yr=&_TkcSVYE0mJO9GPxod_~Op*RR z+TTZ`eyw#ywVtaFUR*f&sSlO)9UHgl(Y~bG7%pTfo7kMRk+?CNK4h9->w3UGpBHPm z0x+za^P=-2GQnC`RO`9=;KffrclKgg-?4F<9_>r2jp0I;vWd+}8;KjU=|iUZwXO&3 z^LcT{?7@S>r71p5TwOBfMdw8%gSDw3UGpBFD*+E)W9HVfyx=)8#fwbm8Ydagcr@xXmEZ=dcZ!P7cU#VdQ=B7IxjjeqJFJ)MYW!*4_tnb*k zO^@~^)y8lkOWDNcq>aRl+4LdP{94xo_W8W{lB09i`TJ=)jxW`=>Cv&KS`9yC6Pp7LmrGne*JoezYt0YX=kwzBrO}Zi`$pGK|2deyOWRP(v|;Kfg#`;j-u`i_m;^k`pFZ44K(luc|-+DP1(O&>DNuXR0OpU;ci zYM{jNvNAdK?h>Wz>6=iR(K6vpHZ++#5 zWPQiRZF;mXsWyfSS;{6hCv7Bd%%%^S=GVF&u+Qejox}NsDp=8fr(?}0%5m2Zk;sh$ zc=4@o|EW7O~~T~V#)>Vp>_x#hRsBkMahZquWENwqOt$Wk`3IcXztV>W%rG{4sMfPFSE zZa*}{b5f_B6R~d2i_VM418ZGD7hA4AcyZT9-}w)+zGLGyz44B;{E6X0)?&79TG~k5 zbp|~NG{4sMfPFSE?wVa(KH|J6m)3v3n9m24&lFQ@9#5M-c=3n7eBsw99;voXk7AQ* zHT;xKYz{bFE^+x>pMA}*HJ@Og&5O^UA6+-BgBbmM(a#rA$JV-{n$Oh-FTQinTTJJR zZF;mXsaEm`jZ-$UIoNSI;ZV!x`s|ZGYRQ*%Jz$s3i`zycKVPJXA8Y-5@qy!y+`OmN zvewB1tq)$@{K4BVq~lAqZF;otsaC^J*~I36!{ri}&-K~Y{94x=_W8WHG`qiwZ(aQJ zMQc7$uDgDSL~b0wi~s+HU%gh=cWm6IM{AO5W4Mr|Y+`fLM&ib7`jBaUt?L2%d|n*R zSMs%sfA8YYF&LMxwXUevbM?WCcb@hepOy6;8@K7vzNFe1E@Ua2*qpSHxG|ePWSU>= zdcZ!L7q=gpT{t{9T0F9C>Iu?6U-ZuxQNPx@qFT?@2QU8k>;CbRvc6;EHa*&xR2##E zEM*g$lQt4JX48jE^J`rX*yr=&{Al)C|2|r-tAD=u!0`v=Kdpf^?0x_`y!=Zk*6 zh&r~`71eyMK6vq;Zu-|}%KDCt+w^E(Qf&+uvXo71PTEM^m`xut&98Mm{ug_10&eM5 zlnZybNg!bele1zJuc$vfraK*GgmgkkfP|0^1OxHpB)!vp;Pg4+^l3scil|o+;mY-b zfZ_$cG7I7eS8xUlUgjapgG?fW=KsyrTtWHwyLMMnRIjRC-`Zz=9M`JvdD6Aks;YPG zQ|qla`wZXykYB8ek6vHjx4wSv@}c(MG=?sQE~0E(%vb6K;#w9TwTj*lwB8cGaE9&*qcOuz zpBG23#j-hEtXVlZpUjcCxttnn+P>cNKz_L{?!9V#V_z4_7`hm`i2n8V74>>)Jaq9F zF50|G_IGYRFOFV|WplV#vvP7inImy?IW^X_eZA*_{Bm79cX}US7qS@lyTtu2seQeD zMZI1c4_&%Y8M+ zv>#d8%X=QkE7wK*-lb_dq;kgh(eZtB;)1uYh&ZM3(8c@Q?oVC6cbOMQuf?*YAJSSm zIUn-*`l5IoYsgsJ*LxnwFW1G{?_GLO#(2LN?-$XR-oBz9E{%sSo_OWYxqk05FOFV| zWu=bL+{(%MkjK{vhb;Hi9MgVeX)o`2Ag^2()9+n+ki~ev81ENTYkB)>XdlXW=;9Oq z;nA+&yUdFtY|D~f>i>WQWeMLQ7 z8V_Ck?T_qxo9yr0d|n*A7R%;vv1aAud@@Jk=5lJRY5RK51Nr5;c*bO7a&UcZWqI{s zYb#f@{GmGWeRO;ujsEra74>>)JalpG`0qVY_IGYRFOFV|WplV#vvP7inImy?IW^X_ zeZA*_{Bm9F;SRvrsf8|vE`kZ(zM@_)jfXB?_an;>lKq{V&x@niV%Z!n)~uYIPv%J6 zTuzNOZC~$sAirD}&s^TWf3gwx0e=0-#^*+irys5mr zdXen!+cNKz_L{KJxI&lj8emd9Lw& z^mzI~{HHVU@_xI=Ll^(Yul(aj>FcxXyg2$=Evw;MIXNG2_`1a9zM5lgUoSt9U#^R1 zY^)zTblLhE$Jv~TbI=0Zo&_xiz+gH@hfw_MgAHytcIW;L7HKr3=4K7f;_fxW2Kp_rS_z6}{c+6}lMj7r||BUr`^F#zPl> z=xtB^J@nwbYhE0^7RzdTSUEW#aQM2!<-VF@ZC~$sAb%lUJo0{V`jf_*U*H9=iCKmtFQA+26VOyf}I-md)W}&C1F7WRAqm<+sR9=dqOGtT}c+26VOyf}I-md)W} z&C1F7WRAqm<EgUNs-OuzpBG23#j-hEtXVlZpUjcC zxttnn+P>cNK>k+fB0fQ)#@Dx9FhdtZ7r{kuUlDIhk^myYL2yiz5GM|mgpk;yY8i(?fqeQ=wiHIL?3(m zih8~@9=iC*SKs+AvcGfld2#ewEStl{nw69D$sCEB%c-%Z?dv@cOI7)L7H@^_~avw?Y@E zPkO2G}s=Z}%xLC7taz2?OadSB}*0g=S{6qdwUEFyJ zd%t)@7u)=_h?`GL>f!@#b{#ds`^EQtXS`oTVThkpBrh*}kB2TUf9kcjr21KQUL4iZ zvKqdXlk)+GuS;C+t2x&8_3{t-TcL}4uUg;O*Wxdtj~rg;V*Gp&RPgo{^?YeObnz$e z{=f&x{?5(k#nEfAYz`M|R!+_*b0lsqr^cGLulGEVzZJTO&y8sDa~J8%LKj09!3A$$ z5pPQ4p^LA%`21VQ{?5(k#nEfAYz`M|R!+_*b0lsqr^cGLulGEVzZJTe{;s>hzgwg; z3tbFd1Q)!0MZ77Ehb|uXhmUYQ$6#I@y%x(#9ih3Elk*{uuM-Yg?yEVb{m9Z@-t$1- zR_J1H&oPLfFV2|e<=IeP_8t#i{MvP&dnfg^Y3IaIEiJ3zTRAx&aQM2!<-VF@ZC@{6 zk-rtX*xT~}LlgDyVpv+p=b_IGYRFOF(&*&Hs`tel)r=1AOJPK`Bf zUoZcVzZJT8(ez2uHNL*>f*IdO$M@0TqPMSzx25q(7ytcjZY)aN8;vkYOHDddd~y-TcL}OJiPLx$wrN@aC=~eE`~0GiQc{<)|SRY7f(HH{cf_q zbMtv|^ja*N!^N7Flk>?OiJQx*v8L_oJrCqBq>HorUCy4Y9<1@@Z5zzc#n45N(c4!< z+|qdH;+;Qn={;nB=jQX`=(Sijhl@2UC+Cwn5;vDqV@=!FdmhN&0$tp*v3&Vtqv1ON zLl;9A(ZAllqFyhJhc3SM+#maK+26VOyf}I-md)W}&C1F7WRAqm<+^Kt_bxLwdwE9Ok9c3*po=eg=UqP}`#U$E7e}?XYz`M|R!+_*b0lsqr^cGL zua|$w-vV7ce|fF1&y5IOoUz%4`|1W=yy22te^~Z+Zay!LYH!&bF4nA^oKNOR z++0qLHEmxn|B$~0y14hi`r*}m4Sy#c-$%#y(db`qUs11@#zPlh_KL5*TK0EtJ}-`5 zi)C}TShI3+KA9tNb2&BEw0*tjf&8Jmc*<_}xe-gLVl!*9AgzkG+!Urcq(*?DnPOUveP zv1aAud@@Jk=5lJRY5RKlhy1P6#a%VN#BG5ob@AJbR|Q?XA#^cSi1_Vc)@{xzxa+1 zc=v8kB2TE|3}Y#!6W|YzCZG_Kl{MX-RXuORsUvZUL4iZ zvUE<;S~)o%^7;CrcpPiUSlidjKjaVAMgE*r=;HLRy4(Kg;*O)9V{n>rNYKSQPruRD z>Wb8Br~ln>%tFcJ*jT<|b7gJ+ z`K!xoOM4HlY#vy;@D%=h7p9AizEw;IC*LpL+c-|>;x+O7=u{za2p5&h%gf&5p^H~t z@q-Wf>WN?bo%=oN7O$OEG5_zpII5*(^T;=!o0ZFbz>#x~&3!e;d{6$Gy!=DXP+k1G z=NLd2&sn=-vaz<_?oStwe!m!hzc^#HmuJ)i5$~%Tbn%pXUH7~luY1@#p8DoLdH(Nx z{F1-^%3qzG)yH{pRC~)x9ih3Elk*{uuM-Yg?yEVb{m9Z@Uj89(3w5#Cw~X@rV(8+G zXvBb3HN7cbfA)5Upl^ja)S`XQ~Alk*{;uP=(nv4)JbeZA*_{6%%~ z(JS$Ok)K(7A3dIa5dW$EUfyr_c|6G2So6`$hDnx38#&OXH!7|Mm8Fdyeey+(_ujZKcBTIXE&jWc|po`7_h%t0AbP>Jf?W>`EDC41vXIwOCf_2+ggW zoDX??op8uTo(J-Zbum5FrTw2RqNYQ2@zPI!b9`>Zv~H!m9LnR?;-QPT z`S727h3aS7d2v)5%WC*mPR<7$zAkaOujW|WcSK!m{%4CgztF{azX%?9`wFqRO5>r6 zPrBZxi}T{r3z_qe)DfD`Nju7oJibUcWVx^AnD!$}dwI_Tc?-T@Z2o79sA=e8=puOF z?JLCMDvgIOzUe#u)b)OGUR-)1bN(UykakYmQEue(#YOQr){wEbulGEVzo0HQ|FcD$ zN9bbcB6#5KE5za|jfXDY#d8%X=Qk zE7rw58_SnZp8?pzPZ)>lV%#4cI*MNO_Mz-s=;B3xb>6R1Ut4xw9AR5l!?$vBKH%_m ziOYR8$J)N$^FaQ>y4b-_7(*9B=g`OAzM`HljfXD&#fN;lI4_P~i)E#b(A>(&`H;ug z35P8A)g04)WN9z&c_43LUF_f|jG>F6i|8$HUk&X;84q1N>9|L@-Y?FJBW%l(en@NO zx<%XtRZ7th;3tfsi=m6?OK)FM50}P67guiY)5Upl^ja({b%f?t zPR@rszD_t~xv%D!_9IJsdCvoRCAxU<@apsd20eW8;;f>NnSTD_6`#J_H=lf@zz?KC zXKZ|K#CZBq%6mFCZ=Z}E4_&QY)az5bjb&1P;HOJb%-t$I& zxh{6_gT*6<7rGel7eNJYUs2DO#zPnX`n!F)I4_P~i)E#b(A>(&`H;ug35P8A)g04) zWN9z&c_6P`7d!aD;*o-eE`~0G3f{gN+J`b8y7)~G^XcNeIKs9p>4&sdPR@sXzP>0P z#~L!$_Vu10^2>FxgC8s&IgHT7&_z(e+gH@XrSZ_k^+)@3ab6s~7RyQdmHFdxl zEPBmeiT$s(hn;n_7dU)X;&NZjv9_<5m&n)p7e20wdsZih4o%R({aq)8E~Y~VCvXu1 zygZBevbxQ(7W?2oFJfs=%WC*mPR<7$zAkaOujW|W*UMMrdv)=_YpW~!4{T1>I+VuS zhb|@>6W@r_UY&p@U5Jj4>){X;&NZjv9_<5ugJG_@%;6xCL8I; zi#5NB?T`KG=f}?%aZ1EDIx#QLB7Ro6p>?2oFJfs=%WC*mPR<7$zAkaOujW|W*UMMr z`*d;Xy!EqISFXJB>Y889w#9z$8;^_MyG&1q_(lii3>#C{62cdT+|Dfm#?$ve&S_+m&~bVmep{roSY9hd|l#lU(K<$ua{@Y z*ZLQ}y$6;z`uq*_*Pq&RzIN=6JO1HgZ*}s6X6w*B?ZThlK=-t|A}@3i?7F#!ynIFN zaP<;DtI}fs&MIdAtL*Wpdwf=?gAsdtB&B;dh^7!1TF5drn zk9|bwB3N-V_q{x$9*Fo^CA@W*ReQ02srHuDcCd1CKH%_miOYR8$J)L_>Tc=c!`Ih0 zFF3sRut}dkR=nxxo^k!LJ3g}i?f-J=t!7Ks-*w~t_1T|4X2(f4Wgk6=_lq;;Qf0h+ z?Ij*xr|j+0In~Uv8n%^_^8tsiOI+@&Io9^|@(lTwE*^Qm*u6YndcWgmx_IO;EnVF4 zoYSttXX^Y%*2O1HNdayUcfqIIOea{wMeBbsUB@+BjrFan!wIaWgjs6S0nPbG!=96N zlp8pFQQ~r6&9Szxm#@etU6j2J--RoajmbX9;zoMcxO7U*uV(vV579-uUu;bm!Ka)q z{<)%yu|DH+X&pir7t;c07rzM2dmhLoU8G#H@ExU#JIULZ-E&|6`^6S@5q!$&;@cEm zjP+T6l-411aWQ>?cJYhQyyt=3LAtn$cIeBV(YY>yPdQ!uprVVhKI@OtI)pARrY~F* zF(x$cc_3$yE}lv|^kvWNTo=KooGyMw(ZyJw^+#zPLKhd)7w8(l2+eyQ$Q`7MyJ?5M z?1MYkMer%7i`Of<80)kCD6K>2;$r&3H4$S%^PUHC2I=Byv_oI^tj={2e9GzKR~221 z^;v(E)**CpF@1rq@r%&B=YiZox_D38p)dQ8&UF!d%IV^*{yG15I0B4Vr<^XHtmtB_&-$aZ4xx*S=?m9Hj0w$q9>^J_i}#@&`mzu0To=KooG#v7 z(ZyJw^+#zPLKhd)7w8(l2+eyQ$Q`7MJNvxh<>8&{BKVZk#d|Bd80)i6EUiQ6A}Lv! z<(h~wp?J>&Im2|Z&l_IO?OYeZr<^XHspw*?&pNTR4xx*rWMvk*#xFwgo(FP=>0+NZ zyqwp$E`m=vT|8gW#aN$pVrd;h7fH#=EZ0Pg3B`LJ$Qh=Kectf$h|YBpe9GzK;}l(t z^;svD)**C}l&s7`*Z4&!-t$22FkS5PhL`g@*G2Ftr;7&^U5xcvCzjSBbdi*-%yLb{ zm{7duft+Ew*yjx|kL+9*!Ka)qZYsJM>$6TQtwZP{DOs6?uJMadyyt=3VY=Ao4KEjT zu8ZJPP8WYl(ZyJwbz*59LKjKN$}HDJj0wei9>^J{i+$ekvbS?x1fO!c_)J9?V|~_% zrF95hBqb}e&^3M$iuXK_J4_e*yy4}-&UF!d%IV_s6&Im2|Z&--02>RcDWr<^XnQPIU%pLJqs z9YPmL$;vErjbDV~JrCp#)5SjTcX>?bx(Ghybn#k67h`?aiKTT2T_hzdvs@D~CKT^^ zAZM5^_Iba{k9Mw$;8RW)->2wetj{{Jv<{(*q-13ly2dX;@ty~Ahv{OU_q$x&xh{fF zIbHmuqKmOU>%`JJgf5bjm07Nd7!!*3JdiU?7yG>5<*}XXBKVZk#V;wk80)i6EUiQ6 zA}Lv!g|6|7P`u}X++n)d=lw2^>s%MXr<^X{sOVy>&pNTR4xx*rWM!6XBF2Q`JrCpz z)5SjTce$i$6TQtwZP{DOs6?uJMadyyt=3VY=Ao{VqS&xh{fF zIbFQHqKmOU>%`JJgf5bjm07Nd7!!*3JdiU?7yG>5WvO#r1fO!c_??O_#`>%iOY0E2 zNJ>^_p=(mI4Ll9H8Ku89~EiuXK_GfWrzyx-;W&UF!d%IV_66&Im2|Z z&-+~_o$Dg_l+(q1iY~_btP@M?5V}Z8R%W4V{2~WLh+sla)#+*pZB}0 zbgqlwQ%)D3qv&F+&pNTR4xx*rWMvk*#xFwgo(FOV>EiA_?{|58=eh_!<#h4IiY~_b ztP@M?5V}Z8R%W>-VoWIB^FYopUF`FImnU?ti{MjE7k^vP#aN$pVrd;h7fH#=EOd=u zgyKC9v?{ctn zT?C(Uy7(qV7h`?aiKTT2T_hzdv(Pnu5sLRbkULBl`@G*}t#e%jpK`kRE=3n(eb$Mk zbqHM~B`dRB6EP+f?|C3+m@f8tzsq{(x(Ghybn&B#F2?$-6HDt5x=2b^W}$2RA{6g= zAa|H9_Iba{m7VJ%_>|Md&nvnZ>$6TQtwZP{DOs82nusx>c+Uel!*sFF`(2*cxh{fF zIbFO#(ZyJwbz*59LKjKN$}Dt^Uxea459AKh#Xj$M+2~vs!Ka)q?zl1k+^bkW(usxj z30)*5E3;e^F}?}Kc^=3ari*>v?{cVfU4+i%bn!L{&tiSniKTT2UA#%jiU!a%ei4ZG zJdis`7fEgF4x)|%TPAsiM=prdundO>@F`;|K`&pNTR4xx*rWM!6XBF2Q`JrCpz)5SjTce%QAT?C(U zx_F_Yi?KfI#L_y1E|QX!S?C(S2*rCI$Q`DOectc#l+JY#e9GzKrHU@b`m7U6>kzs~ zN>*mMCSpt|-t$1tFkS5PewQEbTo=KooGz{^x)|%TPAsiM=prdunT4+Li%`7hf!txb z*ysH&*L1Fn;8RW)pRDL&tj{{Jv<{(*q-155Ya+&k;yn-K4AaFv?|1o$&UF!d%IV_I zD!Lf!vra6nL+BzYS($~d@rzKr=YiZox_Hk%?|1ph&UF!d%IV^>6G=T7s02TF1}FF#aN$pVrd;h7fH#=EOd=ugyKC9 zqKmOU>%`JJgf5bjm09Q-zX-*99>^W0i+$ej^3$E`BKVZk#XnbcG1h0DSXzhBMN+ad z%QX>WLh+sla)#+*pZB}`Oy{}?KIL@rZHg|&`m7U6>kzs~N>*l}Yy2Vv@AC7V>mvA+)5WhUx)|%TPAsiM=prdunT4+Li%`7hf!sm5c&|S1 zcX@i}x(Ghybn#aIH~&1qSf6!bX&pirNy*AA*F=m7#d{ve8K#SU-tY1Yo$Dg_l+(pK zE4mo#vra6nL+BzYS($~d@rzKr=YiZ|y4dIaF3;#(7s02TE}pFDVyw?Pv9u1Mi=<>_ zmTMx$gyKC9@k~V* zV|~_%rF95hBqb}e&^3M$iuXK_J4_e*yx--&cCL%yQ%)DpS9CGfXPsDDhtNe*vNFpx z5o1E}o(FP<>0+PvyZln;x(Ghybn$VDF2?$-6HDt5x=2b^W}$2RA{6g=Aa|H9_Iba{ zvpd&C@F}N@2NYe5^;svD)**C}l&s8hO~jZ`yyt0B4Vr<^W6U(v-_pLJqs9YPmL$;vF(M2rc=dmhLcri*>v@ABNvbrF2Z>EdrGx)|%T zPAsiM=prdunT4+Li%`7hf!txb*ysH&ztXubf=@YJe66C3u|Dg>(mI4Ll9H8Ku89~E ziuXK_GfWrzyx-+{o$Dg_l+(pGD!Lf!vra6nL+BzYS($~d@rzKr=YiZ|y4dIaF3;~= z7s02TE?%qXVyw?Pv9u1Mi=<>_mTMx$gyKC9kzs~N>*l}Yy2V(mI4Ll9H8Ku89~EiuXK_GfWrzyx-;5JJ&_~Vyw?Pv9u1Mi=<>_mTMx$gyKC9hPjP+S3mewJ3k(8{=Lf803DBklx?l4{K^M04#>RcDW zr<^W6M$yGspLJqs9YPmL$;vF(M2rc=dmhLcri*>v@A8t)brF2Z>Eb>`7h`?aiKTT2 zT_hzdv(Pnu5sLRbkUK~hcb?Ma4KFY4To=KooGxCe=whtTIST_x-u?R$0|yW>3%yy{7p9{J*rF^aHn>brLO-+wY<;J;xC zg8y(K2WR2AQo@4&U>`te_CvS0*@rmr3A%XODOnC)c{5|KQFJlZQMDaA7OjJa5A$MX zuf+aW!?3fC_7b1SBXMcHw$=9ao(J-8X8G5@TKLZ2wRF+SQZ#`)clM8;_t`hBoG0VywOCf> z(A>(&`H;ug35P8A)g04)WN9xikCCVKFMN;Lxpe-<`oVQlMhN55DgAwR#CPBM_|U~E zxxfirLwOeQ!|FEV=ZpVz;Aif7@;`mo)en8eozHpj&t33u??36j|N5+pU-!&+pYY1t z^0T5d$l2MeJNn;TthFZhlZaOCR{FGk>*`{EpB)jpnE%`yFVBec5kITMygCfg#p{3f zr29VdM{a-L&s_WmZZ*$SNz2=gup8A$AFWvR?KS4cCuf?(yE3K82 z^C6$FFN(*phK#j+z2|{^OBb))xwLn(d}w{G^KYa>7eg1(m)^dj9xja^qKi*_{NJ5( z^&ejLM5zTdr`KXxij~&N$@!4a*B8a(SVP9zzTWddzNL%jJ?7?Lx^(zs#hZ>IbTM=h zWbpPC5vMeMh%P?#ci(%$k6!j`*MI8gZhiU(zwd^Rd~*NGpY{5e-uM#I26`=)rC4dL zoSYB&e0@k_ z57EW{{i;u1eBY

#LtW@Y(mi;Fs_B)ZaM%}+J@yuNp^el%r9YyG3=pxAA?JFWqX?*A+Rj|y~*2VL8ANl#>8OxU+ zm@MtxxpZNFf21=#n%iD`{Ep{dcgba++;MU`sI%rA7ygD(`~MA6=l%WS?WX(5v!(f* ztzB+lA<(kqLtJTp0|OT@a0QO94!53$%__I}zq1|ff3;ogtfRfa;j0pt`)ZE0eZBlc zzSh6+WpuH>Khl{V;Mlr&()&Ue(KlWmQ;)S0AG$~6DqUNHGUC_mruwYsEhG^^t8yeb@3jdi;2o!9uMXHc8?ETq!TK$ToW-S6fd8U zGf)@f`{-$rYwO|6DqS@6EP+fFQ1SzP#5F-=xLE_>*A@Qi;2o!9uMXHc8?ETq!TK$ z&^3M$ikDBw9jJ@(ee|@*wRLfK=whO>m&ZeSzun_Q7wLq`EZ0Pg3B}7NSBB!JuPx=U3^gJVxqE_$3uC) z-Qz4eHG*F=m7#mgt;4AjN=K6+Z@+Pb(WbTLuc%j2QE-|q3Di*!O|7P`hSLh zwdR+$t*}dU(fV=2JYD?IkA*IR0A3ywSz3vY_ltC*WwyF5-t+5J5qh|^XMJr__GEfr)2wg<&TG2V`Q{uzCuPbzsDph8w-ed`7Ufn4k)_lL1)5X>G^?kHa zCw6RI{M*pQ#4In5iH5Djhc42ImRYWE7!!(@AIKT1i+h(>);4LQPVCsa_?ghf#4In5 ziH5Djhc42ImRaZ;zX-+459AKj#q(E}_aE-;JL$1?@w1_eiOOCc59R%Kj}Kj>6DqS@ z6EP+fFQ1SzL>C`%#TAF9KVt0eQPTU)8UFj|MSi|`c)B0XCU?;pFJggxA{;L-kz1mR*6&*BHMC^M*2O1w zZ%#H=CWmOR9_-lf7q1RoOtkXym^j!*7;F7gOcEJRZvX?H(VxNGDWgxh7&vC|*7xXNWGIe(><>^cFzcrW-r9F8+AvV&ayU z$3(GO4Zde=Di`^8hvjlW+6m%Th5 z%KPmeAMY3Ggvu;*jbDV~@N z_nY%`ye>XZC)LHv;}ksor@F`;<*gq*>;c<##n1DoqtOmBR7@bbpy0ot==JGL(VdFW!Ilb6TD zy;kBw7wJUHEOd=ugyQ7~atG_;MH|bT2a+ycw0vlDLVLDs$JWKa2whBc^75Ft*Ghco zBAsZN<(h~wp?LX$9Iq~(v2pm&^1coqVlXZ0*t+<^(8WY$FOP@ve!ItqF475=S?C(S z2*t}M6DqUNHGUC_mruy`>f)J`gX?Q&A6}b&%2;=|y^O7k9}QhhRQB?CDDSs>eCQ&b zP?_bLh%upf`GlN8U0gbMd1LwT^!L-WXUleMU3^REVxp6m$Hcu>;zJkdM9VC6jbDV~ zaEmZ$duUcF3PHf_h&#cM+s6Q8_1Ci1lsAG$~(7DTNo2xCqS42(6*2TAmE+#5_c|4T&+dV#Xkxr=0a!tgTP`rFXj#n4YU0-`b zcfW8sQqZw=@dKfYsq$VP59R%Kj}Kj>6DqUNHGUC_mruwYs*6jHT3uOQ>*M=ps^{3c z_&1@8sq|hR(>b*gAG$~VoWGrejsPCE}pZtw%pIHE~%tr>*D_oT}*ZN@^~ok zw|ji(BArl~g|6|7P`rFX?qFTSH`J4>@#%{XnSO*fZP~OPTNmFJx|sOnG{0o_@y8+P=M;>l+7KehWFaF1|fd~BF2Q`d~BF2Q`$WM_hTh`S*=u>*D)D7Za7eJRZvX?H(VxNGDWgxh7&vC|*7xr$84Uef383Qb?st zc5GdIf9PVWyO+mwSgpi|F4BpXS?C(S2*t|}7}<+f4-D^eM8rXE0!f6u)Tbu*Aelv zN|e?ibdi`;X2D&45sLRbkZbDV>hk8w^lxzpw^#e!|Lyo4&-mjz{Kch53UG{7i07Pk z)rnKTR#&86JN@s5DG2_tFcJKcb6|TDyGt$}1;m-!8Av#k-_)2Pbe53A{Xu z__DgqvKIT7YHwL>2P-G%0}fx8xZGEBtnKUNEAlN}JbQg(dEds$$DYl59=i0%>$Ki4;yqxzUkn`uRlI$8gjPqz%lz5&rVL?S@TQT*4Ur>$>VlB_qt0iyL89N>2+GVh=4_P@gomEPW`?* zy?_P(!MOv%vgAXYmrsbr74chB2b{s8*X)(p|7v^KSx0+;!&fCP_thM0`+9kae7`R4 zs`;gCYwWRg@#hbQE`ktV9us+5iQS&az5bjb&1P;HOJb%UVb3ouZySF z{8F|x_Sm}k3!#gN4_+Pc%Y8M++P+?XAm6WxyK8*8rOzm#o_ zJ+>}BBXlwG!OLSJPiyhAzf0y+8_R0AR!+_b9KJ4bxv%C}+t zYw7gsmzrPCcE$deg5SGXf7CSZ?-#!^-A|q^&9|aPzygkC$%i;EpAd^H;vgAXYmrsbr74chB2b{s8*X)(p|7v^KSx0+;!&fCP_thM0 z`+9kae77#1zH|D>KkHpk&9C$ui#_)D(I5W(<3ksxNABe@v7@zk+218|s*PneTq`H% z0}fx8xZGEBtnKUN2lD;8xGQvVq`zPMXy{^U8!wNk$6AY*{arGr+E`Y@wQ_Pk;P7>c z%Y8M++P+?XAm6Wxr-m+$q>CR9T}*A`PPMVDhHK^Ie8A!B5|{gGj->svDV^cf0xXuHkQ?Jt(=?>IDB2=a$n7{wy&2T$oK2w&IdpF z%E?BLzmFdM_b#uA-@Bl1yga5JYb{>(cgdV;V_6N?%E|eF!`CG)_thM0`+E6-e7`R4 z3SAuO{o+SL7gO7Kc}zXlTDY8x+)smEH2m;GHbr`lLn!?kj9KH%_miOYR8$J)MLejwkki@QS?N7BVlgf6DG z@$#5@thIRA-z9UZjb$}lD<|gz4qunJ+*fm~?d#YnAJfHXrzLKjopczH}c z)>^#m?~*yy#qIHFR+#UHnAoVrm;NkEzF6iQS&az5bjb&1P;HOJb%UVb3ouZz1w7e~^?zYSeXZR6!J^;m21vcF5_R2$1` zxK>Wi2OPdGak;PNSlidj59IrG@wCvzk#zCXp^K?)yga5JYb{>(cgdV;V_6N?%E|eF z!`CG)_thM0`+E6-e7`R4yl{Qv;AE}C8(wbyy~`=-IFFfgsEa-i@PqOD=u}}ZkLfsC ziQS&az5bjb&1P;HOJb%UVb3ouZz1v7k7-KiysYLOl{-kG4)t$@v^^5 z=2RQYYPeQT&IcU6E^)c9=2+X;%MaxHb@9~D#gTOJlXOg+|GyzK9iIn~Cp8m^U-^8tsiOI+@& zIo9^|@&oynF6N#G*rPb!{5(Ma&ljyH;l%R*XUwJE@ba~{c-h}2bE=tTHC!tv=K~I3 zm$=+lbFA&_xqrnPw4-z9UZ zjb$}lD<|gz4qunJ+*fm~?d#IDB2=a$n7{wy&2T$RDnYr`7zDwk7u1y7&vBi-`wb9usL=iQS& zaz5bjb&1P;HOJb%UVb2dxGvta=9jcBvB%cMXM`>$9(Z|7q-iZ)_IJsgYGYXq*UHKH zfWy}%F89?OYx{cnf&AgRc(0mY(ze7NTNj`GNAY_X5W&l1B28=YvcF5_R2$1`xK>Wi z2OPdGak;PNSlidj59ANm#e3KMlC~xG*t+=3p^J$JULF%^T8o$cT{5TISXRTea&kW4 z@O6pHeKp70zFvMHf4DB*r{*CJYO&>MCux*Atwk|#=bTKi&%VVNTYw@zbOXgG?%WAk*PR<7$ zzAkaOujW|W*UJy&7wF>7nqSj)#2#B0-~Ori`677W*WXX3v{u&8(zlN#dm}*rnd3&n0l^#m?~*yy#PPMVDhHK^Ie8A!B5|{gGjk^myYL2yiz5GCafi8A;!^_yZ_@2PPMVD zhHK^Ie8A!B5|{gGjYnAJf)scpPGrXFi8UiNp%oN8lP z4cE%a`GCXMB`){X9Bcb}`GNf5x)}FI*ZzIwT+j@)MKs1%lm-}jtwSB$(K>l!D zjQgW&>*BA5E~d8e@|b$8wRqXzC3C8cWi?zYC+7nWUzfPtS97fG>*WXXhwEb8A6;7) ze=T$|wT+j@)MKs1%lY+8;p-BY`)ZE0eZBlZet|B={n2v{ba_`cA^)HYroQ;)S4 zFZ;V>PPMVDhHK^Ie8A!B5|{gGjm-}jtwSB$(K)zoWcgOwFJ5EW*S^MXUe-(efnCk51G4)t$@v^^5 z=2RQYYPeQT&IcU6E^)c9=2+X;%Maua*TwGME{=YG^qWE#Q`>lXOg+|GyzK9iIn~Cp z8m^U-^8tsiOI+@&Io9^|@&oz9busRbuKj-T&7q5_ZM;0D9&0UL_IJsgYGYXq*UHKH zfWy}%F89?OYx{cnf&AgR823ll*2TAkE~d8e@|b$8wRqXzC3C8cWi?zYC+7nWUzfPt zS97fG>*WXXhwEb8A6;7)|2lLrwT+j@)MKs1%l*WXXhwEb8A6;7) ze=~G3wT+j@)MKs1%lY+8;p-BY`)ZE0eZBlZet|B={n2v{bQS&az5bjb&1P;HOJb%UVb3IKo`5a;brXmqdyqBnA*n6W9qTi;$?rA z%&9h()o`txoDVpBUE*?I&9SzxmmkRY>*8r~fAmQAN53cjelfL;m&ep&t;Ng!E}2tp zEUV#KIXNG2_`1a9zM5lgUoSt9KU^2Pd%HOL{n76YT}*A`c%Y8M+ z+P+?XAb+?n#{JQ?b@95;#nd)l9#fCC7BBm|WKOlQtcGjlk^myYL2yiz5GD_ za9xc1qigHp%j565Q`>lXOg+|GyzK9iIn~Cp8m^U-^8tsiOI+@&Io9^|@&oz9busRb zuC0r&2whBVd1=-RsYs?f#MHeMc6 zkF^#r`@3XLwXv**Yvts8z~So>m-}jtwSB$(Kz@NP#{JQA4t3G{06!G>yQB(xc}&OA zTD zyJSwav8;w`<>Y+8;p-BY`)ZE0eZBlZet|A_cf-rr_eXyubTPG!m&ep&t;Ng!E}2tp zEUV#KIXNG2_`1a9zM5lgUoSt9Z|UNm^|ix?mQKHXbLY~Y<^4-L?{Uxme&>SoTlwkZ zc0BjGOD?-~$I0n9YyW)l%r_suL!K?o(+gPeA7BB(vgAXYmrsbr74chB2b{s8*X)(p z|7v^KSx0+;!&fCP_thM0`+9kae3vfn3SAsi7attDnA*n6W9qTi;$?rA%&9h()o`tx zoDVpBUE*?I&9SzxmmkP?>EfxOi(~5IS)q%mZM;0D9&0UL_IJsgYGYXq*UHKHfWy}% zF89?OYx{cnfqa)P?haiXQx_i+x|rI=%VX-X*5YMWA^Xu5|*kk|R<%HM7?_IzNFOP{ot;Ng!E}2tpEUV#KIXNG2_`1a9zM5lg zUoSt9@72Y#mpAs+{93j%_Sm|3$I!(@2QQC_JFUgb{w|qQZ7i$dS~)o%aQM2!<-VF@ zZC@`xknh#S2S54B$;M{QuV(vVkFAT}6uOwm;N>wfr?q(5-z9UZjb$}lD<|gz4qunJ z+*fm~?d#*WXXy}Ec|cXvhKd~##!;;lm$Q}Mk#rju$dUiNp%oN8lP4cE%a`GCXM zB`){X9Bcb}`GI`5E_QcU^vx$Xwl3Z#bTJj*%VRpJ*5YMB=BRC_Ov>7ZJRm;GHbr`lLn!?kj9KH%_miOYR8$J)MLejwki zi~T(Y@TQ|1TNmFE&oM}~_wtwysPPMVDhHK^Ie8A!B5|{gGj*BjY7gOE6Jf*WXX{kqui4KHKs;>SZ5Q`>lXOg+|G zyzK9iIn~Cp8m^U-^8tsiOI+@&Io9^|@&oyPUF`RUm$7y6Tb6Da&jXw`j+e*OW39!@ z{w|qQZ7i$dS~)o%aQM2!<-VF@ZC@`xknh*Ues6dgTNl4IbTPG!m&ep&t;Ng!E}2tp zEUV#KIXNG2_`1a9zM5lgUoSt9@7KkCZ+ID77r!lZF}01C$JAr3#moLKnNw{ntKnKX zIUjKNy2RzanqzHWFF%m)(ZyZye3u<#KKJULuZ!oqpl`f9rXFi8UiNp%oN8lP4cE%a z`GCXMB`){X9Bcb}`GI_|F2?g+F1hT|9Ve&bJZ8?Jo;dYubw%p6)BkRmg5W<~cyJCs z%ln5ern-1}oPwwSv=+}fQ97pDSXRTfa&kW4@O6pHeKp70zFvMHU+Z7^_N=cRJ~VwE zAl@&=^IgW%#ruUWrnd3&n0lYnAJfY+8;p-BY`)ZE0eZBlZzFQajz1?MWT|7N>F}01C$JAr3 z#moLKnNw{ntKnKXIUjKNy2RzanqzHWFF%m)*2R8rcNtw5_k=E{w(;_qdaSj0+218| zs*PneTq`H%0}fx8xZGEBtnKUN2lCyz*zfHwqwC@sp^K?)yga5JYb{>(cgdV;V_6N? z%E|eF!`CG)_thM0`+E6-e77$4d%Mf%x_D;jVrm;NkEzF6iQS&az5bj zb&1P;HOJb%UVb3ot&8z|m&?ZbyY2^vE~d8e@|b$8wRqXzC3C8cWi?zYC+7nWUzfPt zS97fG>*WXX-MSdhcNt9=&k9{kZR6!J^;m21vcF5_R2$1`xK>Wi2OPdGak;PNSlidj z59GUbF`n--nl3&hbTPG!m&ep&t;Ng!E}2tpEUV#KIXNG2_`1a9zM5lgUoSt9@7Be5 zzRPI3_`uM`)HYroQ;)S4FZ;V>PPMVDhHK^Ie8A!B5|{gGjn3d@^(~ zwT+j@)MKs1%lY+8 z;p-BY`)ZE0eZBlZzE>CH`7YyqF73lY7gO7Kc}zXlTDWi2OPdGak;PNSlidj z59E7wF`n--o-RH-bTPG!m&ep&t;Ng!E}2tpEUV#KIXNG2_`1a9zM5lgUoSt9@72Y4 zzRP&Jcy8!oY8x+)smEH2m;GHbr`lLn!?kj9KH%_miOYR8$J)MLejwkii~Zj2GWzE) zJ|c86wT+j@)MKs1%l*WXX-MZNC?JlG1;sv3LscpPGrXFi8UiNp% zoN8lP4cE%a`GCXMB`){X9Bcb}`GI`5F7|u7%jmkeH*_(zjhDyNW39!@{w|qQZ7i$d zS~)o%aQM2!<-VF@ZC@`xknh&Tc)rVMpG$jT=wfOcFOR9mT8o$cT{5TISXRTea&kW4 z@O6pHeKp70zFvMH->r-Be3#L5@lm0RscpPGrXFi8UiNp%oN8lP4cE%a`GCXMB`){X z9Bcb}`GI`5F2?g+M$^Sdhc2eJ@$#5@thIRA-z9UZjb$}lD<|gz4qunJ+*fm~?d#55J{6zWo!Z9BW9qTi;$?rA%&9h()o`txoDVpBUE*?I&9SzxmmkRY>teq*yo~+% zi=Pf%Ol{-kG4)t$@v^^5=2RQYYPeQT&IcU6E^)c9=2+X;%MaxHb+O+YUdGnN&x9_f zw(;_qdaSj0+218|s*PneTq`H%0}fx8xZGEBtnKUN2lD;8*zXN5W9#B~#piXWw(;_q zdaSj0+218|s*PneTq`H%0}fx8xZGEBtnKUN2lD;8*zXN5W9#BwLKjopczH}c)>^#m z?~*yy#sO_lB3Tb@97H7gO7Kc}zXlTDPPMVDhHK^Ie8A!B5|{gG zj(cgdV;V_6N?%E|eF!`CG)_thM0`+E6- ze6KFX^IgW%#m9y&rnd3&n0la_C}e8!wNk$6AY*{arGr z+E`Y@wQ_Pk;P7>c%Y8M++P+?XAm6Qv@qCxjK9}~g(8bg?ULI4AwH7b?yJSwav8;w` z<>Y+8;p-BY`)ZE0eZBlZzFQaL`7WdB;^m=>scpPGrXFi8UiNp%oN8lP4cE%a`GCXM zB`){X9Bcb}`GI`5F2?g+M$^T8p^K?)yga5JYb{>(cgdV;V_6N?%E|eF!`CG)_thM0 z`+E6-e77#f^Ib;M#m9v%rnd3&n0l(cgdV;V_6N?%E|eF!`CG)_thM0`+E6-e7`RCd&A4vy7;}Ji>YnAJfY+8;p-BY`)ZE0eZBlZzE>CH`7YyqF75u%#nd)l9#fCC7BBm|WKOlQtcGjl zk^myYL2yiz5GDFR~O^?F5~Iq6`_l%ZM;0D9&0UL_IJsgYGYXq*UHKHfWy}% zF89?OYx{cnfqbtn#`9gq)5Qa!i>YnAJfm-}jtwSB$(K)zcS z`@P*|^v_>>Lg->@8!wNk$6AY*{arGr+E`Y@wQ_Pk;P7>c%Y8M++P+?XAm6Qv{od{} zx-PDUE~d8e@|b$8wRqXzC3C8cWi?zYC+7nWUzfPtS97fG>*WXX-MZNC?JlG1;=$0x z)HYroQ;)S4FZ;V>PPMVDhHK^Ie8A!B5|{gGjk^myYL2yiz5GDFTNmT`E~9-e?UkX6scpPGrXFi8UiNp%oN8lP z4cE%a`GCXMB`){X9Bcb}`GI`5F2?g+M$^S7hAyVI@$#5@thIRA-z9UZjb$}lD<|gz z4qunJ+*fm~?d#lXOg+|GyzK9iIn~Cp8m^U-^8tsiOI+@& zIo9^|@&oy9U5w|ujHZi^4_!=c->svDV^cf0xXuHkQ?Jt(=?>IDB2=a$n7{wy&2T$oK1F zzc;*${rQW3AG(;@#>->svDV^cf0xXuHkQ?Jt(=?>IDB2=a$n7{wy&2T$oK1Fzc;*$ zt&3j>T}*A`*WXX{kqui4KHKs;`fCvrnd3& zn0lWi2OPdGak;PNSlidj59C|Ac;@=y%T_0Q)(@|3UOj!p%juVI_W3*M zfBDJdMt#1^Z{G2iJLK8Yd@J|_EZ|s{e2DY%39+~$erxK0Gg$PRy%PIhZ4W!^XfJU1 zs>J2KnqzHWFE5clP#3#=%*)ui`0CKb)HYroQ;)S4FZ;V>PPMVDhHK^Ie8A!B5|{gG zj->svDV^cf0xXuHkQ?Jt(=?>IDB2=a$n7{wy&2T$RDVS zT|VYzY+Zb9=wfOcFOR9mT8o$cT{5TISXRTea&kW4@O6pHeKp70zFvMHf2c0@c-PC= zy7;@Hi>YnAJfSB*~y^O7kzaP4o+Q!Rc z>ao`1Wq+5){X;&NZjv9_<5AIKl7i#^`;GPW-MLFi&?8!wNk$6AY* z{arGr+E`Y@wQ_Pk;P7>c%Y8M++P+?XAb+SX_ITIJ*t+(cgdV; zV_6N?%E|eF!`CG)_thM0`+E6-{Gqzo<6~aN*2O;xT}*A`PPMVDhHK^Ie8A!B5|{gG zjWi2OPdGak;PNSlidj z59ANl#STAGXKY>km-}jtwSB$(K>lD| z?C^${v32ncp^K?)yga5JYb{>(cgdV;V_6N?%E|eF!`CG)_thM0`+E6-{K2}|;SDci z>*5->svDV^cf0xXuHkQ?Jt(=?>IDB2=a$n7{wy&2T$RDhW9p3OVwl01;bTPG! zm&ep&t;Ng!E}2tpEUV#KIXNG2_`1a9zM5lgUoSt9KUfz#yy0bRUHnYwVrm;NkEzF6 ziQS&az5bjb&1P;HOJb%UVb2dm@ansOPA>Zj;)LDj-M~4w(;_qdaSj0 z+218|s*PneTq`H%0}fx8xZGEBtnKUN2l5B%Vm#kvdZ5S5In)!Ueyy%Zy>|NF4O0;O zhil*TKYo_)30+Ke@$xtYPycBxo^zsfOtrDBhHd5Ke8A!B5|{gGjPPMVDhHK^Ie8A!B5|{gGjPPMVDhHK^Ie8A!B5|{gGjPPMVDhHK^Ie8A!B5|{gGj^#m z?~*yy#*WXXhw5TH-=+TVqdyY5nA*n6W9qTi;$?rA%&9h()o`tx zoDVpBUE*?I&9SzxmmkO zm-}jtwSB$(K>ko&jOV-5*Ts*8E~d8e@|b$8wRqXzC3C8cWi?zYC+7nWUzfPtS97fG z>*WXXhw5TH-=)4TemrzBwT+j@)MKs1%lc%Y8M++P+?XAb+qfc6h_f z*!R19GITMujhDyNW39!@{w|qQZ7i$dS~)o%aQM2!<-VF@ZC@`xkUv-#JG|j#Y+d}@ z(8bg?ULI4AwH7b?yJSwav8;w`<>Y+8;p-BY`)ZE0eZBlZ{$O3~@P?PMb@8+DdEKdP zyga5JYb{>(cgdV;V_6N?%E|eF!`CG)_thM0`+E6-{K2}|;SDci>*D7^7gO7Kc}zXl zTDm-}jtwSB$(K>k2ojOV*d5485@(tbL0F}01C$JAr3#moLKnNw{n ztKnKXIUjKNy2RzanqzHWFF%k!P#5F*F4F_8t&5)tT}*A`^#m?~*yy# zm-}jtwSB$(K>ko&?C^G%(SPsqccF`^ZM;0D9&0UL_IJsgYGYXq*UHKHfWy}%F89?O zYx{cnf&8Jm*yC@c$Nqiv=R+4$+jx0QJ=R*h?C+8})yA?Ku9cJX0f(^#m?~*yy#*WXXhw5TH-=+TVqrVio znA*n6W9qTi;$?rA%&9h()o`txoDVpBUE*?I&9SzxmmkOm-}jtwSB$(K>ko&jOV-5*TsJbT}*A`w{KwG6)HYroQ;)S4FZ;V>PPMVD zhHK^Ie8A!B5|{gGjm-}jtwSB$(K>lD|?C^${vH!07{|#MCZR6!J^;m21vcF5_R2$1`xK>Wi2OPdG zak;PNSlidj59ANl#SU+H8Cw_sztF|hHeMc6kF^#r`@3XLwXv**Yvts8z~So>m-}jt zwSB$(K>lD|?C^${v32qD@p;{;ZM;0D9&0UL_IJsgYGYXq*UHKHfWy}%F89?OYx{cn zf&9U`*x?N?W9#DIhc2eJ@$#5@thIRA-z9UZjb$}lD<|gz4qunJ+*fm~?d#8t&3j>T}*A`PPMVDhHK^Ie8A!B5|{gGj->svDV^cf0xXuHkQ?Jt(=?>IDB2=a$n7{wy&2T$RDVS@qCx*f!5Z=e-2$t zZR6!J^;m21vcF5_R2$1`xK>Wi2OPdGak;PNSlidj59ANj#dyBU^gwIt;=hD0rnd3& zn0lSBktyNv#Omm5PDQ`>lXOg+|G zyzK9iIn~Cp8m^U-^8tsiOI+@&Io9^|@&oxpb+Nao`1Wq+5< zsWz6?aIKu24>){X;&NZjv9_<5AIKl7i#`6O&e(sa^RJ zm-}jtwSB$(K>ko&jOV-5|9$kog)XMH@$#5@thIRA-z9UZjb$}lD<|gz4qunJ+*fm~ z?d#QS&az5bjb&1P;HOJb%UVb2d zs4m9yUFz%N*FqOl+jx0QJ=R*h?C+8})yA?Ku9cJX0f(6Sa>+0uL~_yjEASeAT<^YRI?xFUXQ>VPv?^qRdA`(JGjJL_mKaQLdk<-VF@ zZC@`hkv~`$*WXX2kT;oH@u9ki(d*| zOl{-kG4)t$@v^^5=2RQYYPeQT&IcU6E^)c9=2+X;%Maua*2NBQco|z4zZ|-l+Q!Rc z>ao`1Wq+5){X;&NZjv9_<5AIKl3iygjMoF3rVx_E5-d@;3+m&ep& zt;Ng!E}2tpEUV#KIXNG2_`1a9zM5lgUoSt9KTsFr`7YA~t^K*Q$AvDYw(;_qdaSj0 z+218|s*PneTq`H%0}fx8xZGEBtnKUN2l5B%Vm#kvdZ4v+@%Yfi)HYroQ;)S4FZ;V> zPPMVDhHK^Ie8A!B5|{gGj*WXXhw5U7x4Vq4izkLIrnd3&n0lSBktyNs@jw+>xQZR6!J^;m21vcF5_R2$1`xK>Wi2OPdGak;PNSlidj z59ANk#UB5HaqPceyiMq0Y8x+)smEH2m;GHbr`lLn!?kj9KH%_miOYR8$J)MLejtCS zE_Qgk%joYHZyUOp+Q!Rc>ao`1Wq+5){X;&NZjv9_<5AIKl7i}8Gy z`oE99UFc$J8!wNk$6AY*{arGr+E`Y@wQ_Pk;P7>c%Y8M++P+?XAb+SX#`9h3>*7hF zi>YnAJfWi2OPdGak;PNSlidj59ANk#dy9;eOk^myYL2yiz5GD_U|sC+hL^GbPUlXci>YnAJflXOg+|GyzK9iIn~Cp8m^U-^8tsi zOI+@&Io9^|@&oyUb+N-6UdGnNe~8cPPHp4mG4)t$@v^^5=2RQYYPeQT&IcU6E^)c9 z=2+X;%Maua*2NBQco|z4|1oqiwT+j@)MKs1%lsM8yX3M*Xc# zEnU25ePeasp7piEhq{!*n~v^2e|-F?x+u?;&u@BB3k-mVbjy+tab7+l7FWb?O&xFs zi(a!=V*jh{VP_rf1rA@8xZGEBtnKUNCGy?6*yR(iW~Udrc$ZWN;u~?=%d?1|Rc>e< zsNRcM+S9TczLk^n0f(POrtX8m^U-^8tsiOI+@&Io9^| zo(J;%y4c|jfJY85bTM=hRPgo{_57movcF5_^ja*d;aWL4A8`1(#O1!4V{KpWc_81f ziyhtoc;xUx7eg081#e$b&o3G;`@3XLuf?(&u9cJX0f(%E|eF!`CG)_thM0`+Cm<`F>sO@rhTn(+gb;T?7-n zeMLRLXuRz2k~zH=%WAk*PR<7$zAkaOujW|W*Lxnw_v>PhPrRC)Ug%=zBADRqE9&`0 z<7I!B%;~jQR>QS&az5bjb&1P;HOJb%-t$1dUl)6P;??Z*LKj09!31w#QO_?LFZ;V> zPOrtX8m^U-^8tsiOI+@&Io9^|o(J*==wgRYyqcX}=wj$1nBeUz>iI?EWq+5<>9tr^ z!?kj9KH%_miOYR8$J)N$^FaOpUF`OTm(az~Mf9<^uc+r2jhFphGN;#KSq<09$@zf8 z*Cj6Z)f{X4dd~y-19Y+58(u;eLl@D<-oB!qUo>9!cgdVyi)A%jD<|gz4qunJ+*fm~ z?dv@cVm$n=5Pk&tF|$TiSbYW%Iz&&Rt6npX{Hk?OWcsdTH-ub7{}|#@eB! z$29#t_M@-A#f}@_@U$0RdaK!Ko@E^BiBsRPx8AWst1D8ko&I;j^h3Y#AFh4V|KwR} z^OUgQKfnfrWyyy)FP{*LE8-Wc!<0TdZu|DQS&az5bjb&1P;HOJb% z-t$2I;<|X{=2RNb*jPDuXuVN|jQ5N2eKh*m+gH@{rSZ_kS6=gruYCOXFMs?8zxQdc zl6^j8POrtX8lIJt^8tsiOI+@&Io9^|o(J+5)y2~f??14zy07W)q(c`&7tzPwzM`Hl zjfXC--tnV9aLpHf{fpQBuO~nEpJlIm=k!`Et6^C=IUjKNy2RzanqzHW?|C49 zVO>0QV6wci9J+YqpyT`K@$`fEPd(=4{dSLsE}rr|AGqJkK63l-_}G8`{tx`=SD$@X z`dWut`dTfkVOlvkA8`1(#O1!4V{KnAKajtuEY+8;p-BY`)ZE0eZA*_{6%%~ z%*ny^rbTgjfT4?_i|Au-Us2DO#zPnH{>E4T{x$FYu5-WRqYrrX+FR~-w{Q8QXWn1- zyJt?X#j+ZXm6P)Uhp$Uq?yEW0_Vu0z@)y;`z03P2Ex%X9`GqcqE`kT%zCtXn(s=0N z1+RYnGfsH((uc17^2dJt?=L#`U9#7`^YlXI{G(ybNju679KI-Vxv%C}+t+&@$X`?! z&t6_#UB7D5^e?6Aw?8&R9Qq z+4APz&E+euSlV^=(kZ9hd+Etd{hjwvUA$pRY^|=~L;PL$jJebsUcUAcf5P+&J#g2J zSIYj*&7XhrhkiJ>PHR*%%TlbgR!+``e7?RY9>*Fo*7o)C4Eb9B!Z+{lx{v7M-UBO> z>0j!cvU6u+dPrvxx)|>l!3A$$5pPQ4p^M-8;N!1A56-(n7pdAeTUj&mc+Ug*TcC^o ze|zr&C&yLY2{&NNJd9%=o6Y6{+APn7B$6%JkadEkktG3^86+)s5|UBROlhW3Pq)(3 zV_E(d;;;#^fq)6-nXqfV&4z^KwP1ExFR+F{aF!(oLV$!v3>Yv80YkhYn0(1sr)vJ1 zqw6|%PTiV2boV{=`)SUtdtP1V{?A|4T~*z?`zP{~#0w{s6!W4QFB&gWZ)y9gZXde# z#EV~l+e=l?h8i!TdTVk-c=14IVR3k}cnh6BK0R4)p^IW0FB&fr5H^z+AM}UIOKyKx z?Hezy@gYWToiMLmKl0yz^TnxbKsW1j+TA_vg@tU8pFCbLQS@lMXuL?hrR}S_edyZL z`C|9om#OZ{FX7K^=jM}G~mw54Um;Bl>)Wau@ z7lD>F>DCJxEuP4K1I`zBU6svjr|Zy@%8YitXy=R6TiU*=+lQ__@#2LKc+`vB{;t|L zUPSfQq+2IwwChLy8^DX@9Xi{#P2^{bR8!+c<3+-Owy(&RworTG#pTbu_wU{QuG%+V zEJ}UaAGc0WYS)AOH-Hxp^qL8Dy{^4|bn+~4laUs2w~I9b=BQBQjxZ9GR<(DoH@6KYSq_`E-P(o5a` zuG%+VM77tXTPJ9=>p}h-z>5dkb6NQS;AGOGy^pr{(M4-%`>Jjqy7t722e*CwuiXBw z+BaTA_12_YCup?mNB$eZi{*XY#U<&9d@F6|i*~+9y`}A|x_#){6E8mQ&3D*!7Zj$Z z91&jJ+gY~z7qN8q`QqmB2k?*DZx(OG&P%-b-&d}^1$lhZ&KI%zYtpS3G+KO+{|1~d zK4UOD!8b4FMYZ!qJ71*U()Lx|K6LGg7th%DnC)(VSM3`wqIzr6trIlb^&|fc;KkKz zE|Yp!xACGDPj&HU_GJgVbs%26&v#z=9k;)$_Kg=&y*2692^uYq$$tZQad*Ezq}z0M zPU?ezcD`umi_}}%zN*`Yu08SM?wQszL>a9t)PS9xAkNh`)7bo=FB2Y~` zU)16W6*K#?5}|bE_- zcyVX@Z77FV+W8{TvL@YvL8HYJ`ES7aVsT%0arfe6o-W$;XuGewXf17D)$K#qo_KLM z|I1gp{av+hyol3>`)IJ?nsn;~jduOWe*@k}KXavXW$~*n=i7A``<}5) z$!{Oi$nzNp1hUHqAS*}-ld zh!?;7=)3=!+uv3D#*3)lnsn;~jTXn`zX9iqy9fCfjnS_FPUM&Aw|?>EZhu$p8!w`IYtpR~G}`qe{|(^9sl|-GP-jAK>duR5ylA{gy`}A| zx_#){6EFVKk38GHmllPoDMy4Cr`tVyJ{n7B-!ry(`~m!<_M639vGWoy-a38LLy^ZP z?R*idzb4&!L8HY7`ES7a;-SUkrdPQAUA1q# z2vn>|w@%P#aY_Cgz>9mk?M|1zH)8vQUU{+eMLS=l-qQ9}-9B{fi5DOF=$#$6zpM6* z7g4=6>DCDv?fQ}b2Jqt4VCB$aC+p_lsWX|xXuN2=NWG=)tGa#Y+7mC{ciY|n-tF(I zed9$`Z%w*&f=0W38&{9}KIgO8kGN z9Dc8RYbg$&b>nhf%(0YLi%asC`j>Q5B`@x}GV3j5gLH}U11~jRBpeeaXalCTI5YdO zx|Lqd{-X9iDP{2aROu)VpLgSOUCgnRSBqEjUym18mfEx3Y-ZQ|{LG>L+_7x99P@}q zGxl#kZcA~#xOMgA`OX*V+|PHucu%e$_4CEo=LbmGSUue0{O|01hvsO*{0+kQkJ)@# zp{8{xtKIA`*2*WP3_hPK9mV1EZd|U5IhOKj*Mt1Myf|nd9d>#P2ebA<)*H@Tn&o1? zJvce@Z+o3zUdd*j+B=#JdhKrh4UCJOUN&>+Sk}#k{od1arwO`a=atu=*&06kb-!_B zbuoRscuD%F)jj5;p@SF4BH(&EYN%gQya1AV@THE1gFT6|K<;q$4|Q5-(+ z#^t)0V=1o|$K)^dFX^W0^5VY5{?Y{TA=d6y#*0NM2otoSE?S(KeZ9IFF9I=PvaI&n zUqsR3l{`0;7Y}vvGs@kAtbHuM%loSBcs=7TUv0ctEFqAF_0;0b?90k&>tMWyN`*<_ z6cSOicqP9L<;6Xn{KLrp1TkV+(bpI+7KI4KSzTPFZg0E@1cXW86cSN3iWd|4_z-0i znRg1l%WqyxJ{`n$({^SdUZ2i1Y*KuS?#sIh@!_&J%4zFhyogGLN#GO`QM7m^zdF1)p&uWjY@*DJ7mM12 z;tYk=;xcu6<3%7KOaiBnh@!P?S%=8u03 zHFM?nu7B?T{OdCw_>{kS$elm$>S!M|@X0DatuK%3`nYkqZOpNhSBo3+2QRv>lXR!? z;?uGd`Ayq{)0r{+KZol zsqtc72f`3-D3BJHsoN7Te*5g#KcTFi|L-3>{S9CFr+>WjiEljqh`;^Hm-qaoYmHj^ zr0auypHG#J{P;ZLKyqEoG4eqomll8Iw?VwPYiT8a(q-cA&?zfwyjcBxI$E67#bxUD z#Eb9$)XSc}<3k@m|AEiE_Oa;iDrvk3w5&z=ZmcycAluZPlso)`*cd=q9$6rrebfOFJh&`ruGF~j| z5Q?+9xJ=#Nco7H)lfWq?qD0`uRBzEKO8QRY#i9#D66wT|4s+;`8dQFoH`9N7Yle0CTIgzv^X>SdUd0El^)IiqV_&1W%2n`=_n4LcjIzh%(0YLi&ye* z#EZML?r`GI7F(^eUS;Qtgk#_hnAYOV?90k&>p*s>byJC)J}Kq!`BdpB4xe}9a$U@^ zlvj&a@^8kA{r+${C&rxaEzZootemzE zWQSTemB{InQVyR_m5$=@c{eWC#T-j{wRk1}X1v&0SR9@#FG+8oTxNW&@nQjE;0>78 z;>_&J%4zFBcBpkziJU$u&dk27oVE^Rhgvt4$mx?(4xdkzj^glnH!j!397}n%cqRWvyh!&io|oUh zxP9B?o-F1I_;%yP0>;1_Fs;Rz*_V~m)`9F$>!uPpeNxKd^QqEN96s;H<+_+-DX$i< z620ppHG#J;_!JlF4x5z zOL?_;CI4o;Sbn}(oHCv_xu=XDG+r!V47>r;TAZ1ESvhST$PTq`Dv{GCr5rw=Djmh) z^KM+Oi#e9^YVk_`jd*c)|HQ<CLgeBO=Abuq_MUM*h9zY#A^4OR{8|?l?!ZGj$Olxsw_GRU? zbs#&`x~W7?pOkX=e5!O5htIolxi02d%B#gI`8VRlz1?=FOV^_(nigAcFr; zTAZ1ESvhST$PTq`Dv{GCr5rw=Djmh)^KM+Oi#e9^YVk_`jd-zmAHD6u$^B%pT)lT1 zFBXLW-hgQ>&dk27oVE^Rhgvt4$mx?(4xdkzj^glnH!j!397}n%cqRWvyf~E&=%)@k z?e0W>v(CGX7Yi5zZ@{z`XJ%hkPFn}EL#>-i1j-|X>ypn$- zUc90_VVvx5Uu?BLX}nm#7R3fKON;!N!RXU2p=iRtm7jrD- z)#8=>8}Z^)e`&ToJTz<{JzCt~J)z%EdzbNI0b}3|nAYOV?90k&>p*s>byJC)J}Kq! z`BdpB4xe}9a$U@^lvj&a^50lqe9}aI)c6~JVArDw$G{sft;LzymzC4jf$UK0rV=@Q zQp(};snSs#KJUimx|m}ruNJT5--s7iZ_?SeeS&Y&$rtci`?2b5;=WR%Hi{=(oq~f@5bf2m}4og7O&*rj2DY{(A&06@Ut$oe%Bc<7BB|hfN3qx z%)YFgwhm;6S~r!*>620ppHG#J;_!JlF4x5zOL?_;CI3dec%c8Be*SRugwtZ{g~p2o zjDa^`T8lHYFDs|51KFY0O(k;rq?E(wQ>CLgeBO=Abuq_MUM*h9zY#C)>-MkA=!Xm@ z`+f9_j28t24>J2>4>-#RA5_8!)ZKnc0_>)7F9PQ0t}=Iek*f;q$4|Q5-(+#^t)0V=1o| zujJo|7x#9SQ}{i=-!xt2;qz`>u8TRA z@@nx){*8F?8H3sUP4uMS*4=uE@nQjE;0>78;>_&J%4zFBcBpkziJU$u78;>_&J%4zFBcBpkziJU$u z0FurPU^M^|DDw9jTZ|T18=~z7H4K(R!&<7 zvO}$#O62rODTmLeN=I?{yc?J6VveP}TD+2fBVOE}b(iulrk(7o(XH0Yj28;1_Fs;Rz*_V~m)`9F$>!uPpeNxKd^QqEN96s;H<+_+-DX$i<`?2b5;=WR%Hi{= z(oq~f@5bf2m}4og7O&(V#*2rt;mlOK(_5aoVtdRZ9F5rDeTjX~7_9{GhE>tx%620ppHG#J;_!JlF4x5zOL?_;CI4_<+~4kY`zNyb$*0DL7%vtu z2Ht>aEzZootemzEWQSTemB{InQVyR_m5$=@c{eWC#T-j{wRk1}a9*5hA0Os#rKbj+ zrRDxazoUNZ%j|rSa16Ww(^{OFeOWne9mo!~ZYq(}C#4)dpDG>2;qz`>u8TRA@@nx) z{^7j1Z>2q$@3a$mEB$uk#RA5_8!)ZKnc0_>)7F9PQ0t}=Iek*f;q$4|Q5-(+#^t)0 zV=1o|ujC)ji@R197CYSp-bS}>HeM`X47>r;TAZ1ESvhST$PTq`Dv{GCr5rw=Djmh) z^KM+Oi#e9^YVk_`4R~>RF>4RnlmGEz>yM2W3m5}$z_b=;W?xoLTL-d3t(!{Z^hqg) z&!)7F9P zQ0t}=Iek*f;q$4|Q5-(+#^t)0V=1o|ujKFJ#p(PuoI(B@F09 zJC`S&`5RZ~@mk52wm0STwAp;KI-q_{WU&zI{E_0X<907K#o?1~T&{~bmhx(GN&Zs* zlFsGDnalcnyPf05sXtQM&U;VVyhwPe;>C9fy!Ziu7j3@m8f_h@2b*r1K9zE4e7Oz9 zarb#_u8TS5Ir(dkpRN-I+n>X#NEe`Og-_Je-k@z3+`%TJw+j^|Q9F zzQT<-U*rcnYUhi<6<(tjPi9|MZlmgeb!Z~-T6|K9@AIkBQ5-(+#^t)0V=1o|$K<~b zFAh7|Ab+GKZC78;>_&J%GIp{>fJ;lr%y`peLht> zio@sKxLg-=EalbWmHd6YxWB(V>~ymO{rPOV-^ssfabNf3@x_=&G@7xgPWC?9cv0I| zKyg!h!d=r1uf->&96p~a9mV1EZd|U5IhOKj*Mt0hyg1cgUdo1@xtYs5y@lnOgBg7g zmf-fCpV`uy`RYp^a%A<`eV;Fqj{Zq?r4S+4qd)k`Gg=?W|82xZ>rQce5<0Te;)!f& zGy7(BctGw>_1}oCd?o(BQXaq8y|omF&$@BBF6LOutHtH}^FEXMmts4-xVyWO#XOvm zjs15cz>B~7;4@m+9E)<|8lMK#ddyWx;t~U+g{3M=1#VINH_8Ff*0#QU!-Eh_ zUYpsMl?bha@gk5ECebU9h@xGO=l$lEI_Ha=7yAR+L&6D{&oy2wRyY)AfQJ^BsoNVb z0s&zXIE6$ME&iSp!i&Qb{looUHnY(0rgC}uUl}hJ&d3g zIMs+32ieKxxpp^!lg6JiUM!#$inF@7Ox@mi5eNvAz$ql6XnFBjO?dJ6%HVhkq?i}= zhm98tXocdeE-q8IH(mq+!X$7Ci6~lL>@?xU*>vt^Josk2?n2lK#aUfkrfzS%2n2*l z;1m*3w7hsl-tRT;)0u4#ks&Sl*q0hF(u#-T3~15fGIe|7MIazd0;iCOqQ&1$FR#Um z^Vw3rmp>Ia+ilMsOX=a4AG7z-1++qORu`A4+Z!(e0bvq2g+vrBFHYtCUgLc6G+vxa z=my50HeM{C6^gUExJ=#Nco7H)lfWq?qG);XN9%pQcp5LJ^d%CHF+=WXneyFBS_NiZh@?i_6sQjTeD{FbSMOB8nD& z52$y(m|u69*>)b1BqXW6+V2^oveai>P3j1Rp{oigrEzbpS8!K$3*yqrPbO>CkeA;tWvH z;xcu6<3%7KOaiBnh@!>c;0^W97k45_LXzrh@1up}LMq{0>UJ43W+FM{LQ|p7B4=v+wIIJ^mVi-XYsk3y^pr{(b~QOa6;{k7g515 z2|k2G6zzIE{FYk0xT`nc9(3}r?B2E=nbMFyyY(#f?*URp>^>cP-%U8s_95BQ27BYh zvL2y-!H1BDgZi#F|6ku%ix&?qcCKtEM~Zn-sg8EOXy=RCzN*`YuD$UhDiS8adyt5t zUB5g2uof@Q9_^k?krrEzvCkI^XocdeE-q8IH(mq+!X$7Ci6~lLJoK>uUQFCn;VfLUC3Xm#NzuF9HE!5;%oK6fG~lGlUlteBg!ZYwx4&eYCc( z>h_^)Z@h?#gh}urB%)~7?-L=snBW61#*22}4fU3`uj=-pYj3=WiiAn(K#$E|_9nApAD zR9`z^wDU!6U)AkH*WP#$6$z8zLr6r?uHO&WJ6}AI4dzZFM@sU~{@A{+o7OuNXTXXU zm#NzuF9HE!5;%oK6fOQ9{Uf$nWd*ekQ zAWQZR;>F$V<<1;(r650NyjU!AD9(TpEiO~HH(mq+!X$7Ci6~n9y?k9> z>@D}Z+05mg-ooh{KqKtPxTP9YH`A}=QSQwEPUUM!#$inF@7Ox@mi5eNvAz$ql6#OB4+zOwuA#)}2C zLUC3Xm#NzuF9HE!5;%oKl!&~TpKRUIYTdByb9eC|dk|;ljGSxNot)JbZdK7<3leJ*1m> zdG{WBA5DuKiZcL2i_6sQjTeD{FbSMOB8nD&pU?ZiK;GNmDZ^@#Bzt#l~PfD$b(Q@1x>1Omb&a0-bi zTKqjf?{_aRUU07y#!EZh&M>tbb1Omb&a0-biT3&qF>^i)7 zFIwE)Zg-I-9r?w1<3(ESP@DlNT3n`XZ@dTugh}8O5>d4HJCOIg_k8h5?sb>T+r9a0 zkPVP24f(L6#*4Jlp*RCdw75*&-gprR2$R4mB%)~XcTV2#eqP+}661j^|E1LBVOp17 zzO!JwNZ1O+SzTPFZg0E@1cXW86cSOiy!ezwKQB)8d&?_J`4#AFX1YJ@^m{W`Owa6I zIeK(v`yS*{N^_wSv^?a?-p}k1lT{n(WL`W!DPH``#CehMRK<&*6?oC+%Z_SV2kOD5TUBqn zb5ai1ZoPeq!)@HSTo-dJ<<+hS`G@i1g-P+^?TPau;i-xj?-Y2^=F6^cS_ikkL-sZN zBgNJDavO@{?(^7O7jw*W^4FwY5Aq4)#q+nNM2ufZoEHgCRlIn&z>79tc74-2xcwcn zui+mluEv+!P#kxk$L6}2W1f@0ChdBVPd#4T*YD2H?CtdCllqwPi;3~#i=59F2~SnL z*!o`e=ZiMK+Vu_VLvh@F9-Hf8j(N`0UXyY?$fpr6Ch{@kmlEei z;<+kbJX^q-&6i!@v<_~6hwN+kM~bWQT-i$5grqRp3G-?R>He~0XA_(zJX@#QuY$KB_#xi03I=j5+RyB_4zh!+$2nDNVr z^CID?iWeUx@S@F^UEj10ZhwdDYxqZstMTPF6vy4?vAHhhnCIlLNxL58Q;!#Scl-VM z<;C_OsSg;xk{B<(*!g^s@KnW%+XP;;`LgSq*1_%XkbMpRNO3j3+=k+~`#d(+#T@gT z{55IUgM6CtVj3SXel>AkBs^8|;za^4+I-pdP3z$HcgVhmf26n?Uv5Kj+tc?1 zPX3y->p?!vcrlF+81GD+7YR>QytrTBMVl|XzG)rY{tnsK@Q)N%s0pr&a=S9L(6)zqZc+uv|u5Vfgx4%R7HT)yR)%bE7isSC{*jyKL z%yaVBq+Jj4@$=&HQkH)U?aXvGoY~v%cC+68{z`uH;-O<%HybANm1EOWTUuMsIe62N z)y4EZA5A8tm!6L%{ir`5{gV8}_paMQFSXc!rbu@N>D9bATCzl!*M5|6;sIOD*Ayc#&#^ zO^ZLXFDvTS!FUlB36sDnB%)|>Nq*|{#iQ&#oy4xZyy3Tv7YSPu&WIPOM%c9YGyAfl zZXJvlQIRkSoI)as7MJ7~#*1lPdD*x1EW3X(2bY91;>DkOi}9jVpSttLi(s-aiF!jK zN_<{S>&naTyu;2H30o4*h!?3w*tGaF`?8{L9gG)IkuV9ILL!P5m*f|AzL?gPmk-)? zmjYT6&WIP^X}l=@zaiC4nm1kqlZ8pt6%tY6^I}?8UfyTti|g_t)d-swe`a5Hu3HD= zMN}kAf)61PMT<-F3p-!D0I8CYA2ePp)>* zNq%ZxoEx-HbUVF;{rPuCB=(5(jz2J7By34IBVME$VbkKz?8}O}bueB;MZzR-3W+FM zT#{cPFD7-P&IQJc1+*lb5ie4WuxasU_GLxgIv6jaB4H9Zg+vrBF3B&D7n8bC=WBL7 zx`391GvdWBywP}3s!!c{<3%u8m_)rH5hV&QF7(^OrFL&-DgR2^EUh=vkH5*@M-#Rr zoDnZljj(C)XZB@9-8vXAq9S1uIE6$MEiTDVeZJ`MVoGnM|JcqK3us9=BVK&o|1@5d z>Qi^#co9q%CQ)xlM2W(S&uPzRhqA%(tT#;SY_Zk)#dq8JB4JCy8Sx_32%8pvW?xp+ zt%LC*DiS7vQ%FS7;*$K-=ZmNDVoGO=t=7Vy87~sHB%Bd1QjM@_@n`mBMcq0WFQOu0 z5;%oK6fG{vFN_zHy6n>0W8WK5Kuf|I@#3QKqWJ%YR5xkfco9q%CQ(;NM2W(S2UZ5h z7W%XKEsUwXjc#3)e|BcS2k1Xvq#9w<;?L~M&UNcxyoic~N$?>gqG)kRe(LkZJ)QP! zw~rJ_$@hNAc##%d!Wo?}QjM@_@n`mBMcq0WFQOu05;%oK6fG{vPtA+H?D%54n=Q>O z^yzO(Urjq@@1qN7NjM{3{GAUOFG}^PJ8!%QCJU3OHzcA&;l<@&Ug-=nq)1BMZujXF z>n-7oc<})rF28&;Qi!UnFcvI3r%9 z8e!Ao&+N;Jx^=MgMN}kA0;iCOqQxcosqbH0>MV8U5+lUbf_}u#7mG?rI3r$sjh!!w z|8Gcjlje;V!DL|)b%jKfD7@I~EG*_QDXCAN}nxKO>eXF#R6Iq&WIPU`;76TRG+%@#*1LGFo}9YB1#lq9A@+L zCwFJ<{KLhxekHZly2Q>G*X6|z+WDfrkIsn*97Gbl1j%(V$H)hXTv2#&d1Y>HWp-sb z!H*cfXy=Osv?QF-`Qnbx+4-VWpStsQz6d4@lc+Z&qD0}v`D}SO=$}mPVsu{A2Y%MB zM-#RroDnZljj(C)XZB@9-8vXAq9S1uIE6$MEiTDVeLZ@%J$rJwlPx58-Q|6DzF0s@ z!Wr@6=k4=F@&65}ZqmH*BA6^pqOOpL5``BR7W>P|{jy70(GM9f7KM;-M!fj^&)fN; zRG+%@#*1LGFo}9YB1#lqT+E-3&gPT6Tj#^Zi|g{@dyNG*?ZXde#cD{&;gh}8O5>cY?;_~s% ze2N!c@}hp$c(H(%gfrsBhuHa|@nQ}Ta1cr01(NGxj*$-%xuWpmaIwF#-0sa!_g8ua zL8fze_Y?lou16ELB%Bd1QjM@_@n`mBMcq2s`64P3CV^8(MA71s{M6T@=lUm(cY?;%v8_Uw2vVucY_Aw0~o~ zxGpbVo7V`N7Jp`6cCK3o<3&^?Oo9&~5k-qj@>8ELUfo}s?Id{fVqVm587~&ll5j@n ziwBJt?R+r@2snr&@B+zoF~`UUiCj^5@nkmar1&N}FX}gq7Yk@fI3r$sw(;UA9;n-g zuDzWvq9S1uIE6%%D7?6*)1K}2XAUj4=lds+DGm9WooBVSo^$Y~BddpdpLGtK^f^_C z+pW3g?%as}(MIR&Si|*X;n468<)9Ffd`bS|d)MjT7ZWd1jj(C)XZGc4yLB*LL`A}6 zS=F__h@!@9yR|c6akDFUXRPJmY7K7iqPDG^{*uM!fj2A2VK*>Qi^#co7H- zlc+Z&q5!Y!&68fui-+6Y`Szf*G(G6gX2_I=yxz_ii-nf(M7&5f!luQa*_Rb{>tMWy ziiAnv6cSOixFkO{FCJJK92@kP+P%4KfJBMN0|)GUk(OG*8Sx_32%8pvW?xp+t%LC* zDiS7vQ%FS7;*$K-ytunP9Cow0!AfU2HDbKsGUG+UmV`6n#reEO*tGaF`?8{L9gG)I zkuV9ILL!P5m*l7B#a&k~_2=6?n-7oc=3X~M%c9YGyAflZXJvlQIRkS zoI)as7MJ9w=EbSS&fKvqNnSi?yjVa>!Wr@6%I?G6sko?a_?0k`yTf!Of;_v1)!luQa*_Rb{>tMWyiiAnv6cSOixFkRI`QqV0 z)?Qv2WQR`<+F2K=l92y<)_9Q?TEZFe;s^5@VbkKz?8}O}bueB;MZzR-3W+FMT#}!f z7xU{bh@YA~GH1L$&2TW7iqaAoDna6*?3W`k5o5l-gvPYxuC9)h!%wxclZ0p`bVeQo%Alf{0HO3 z0$LKzh!oY6$z8TDI}t3aY=q^UObQ;U+gRo`$&?I{N{r3A}zOs zGvdWN^BQ5(;?L~Min?_$UPML0Byb9eC|X>SpPCmhZO^UrI!KX}{NkeVA}zRtGvdWB zOh5lXw)g?xglf z=*UisC$go@>^G(kv<6ML@|F1iN;&*q_tsJzKI_Kix|m}ruNIf&PrP{jf7~(czE09j z^_Q3OZ=;=?nRa<`yK6qt`=iQ>Uo>7Mn4aoIE$#u+`A7Q5-(+#^t)0V=1o|ALLKG_}bdMc%Jd1XJKQ%j|MN^VZ2zh0G2|F`*E>%`#WSG z$Lf<(T%S*sj^glnH!j!397}n%_#l7c#ow*Xi{~3JdKPxGc=5}|i$x1yDYUpB7kjtA zL-uj3J}JfZ`BdpB4xe}9a$U@^lvj%n@+V$=OKo1YsQO33t%aaOc(G^!EQJ>L<6`gjcgQ}D)hDI6KA$Qb#o_aA zT&{~bmhx)xLH@*xx7X&yCmSz%7Iw3E@xITu=UoWHSPCuf$HktGt?7ni^+_p*&!q% zShN6^LW}!xv3L7BWFN=slTuutPnC}1@Od{b*To!5dA0Z;f8xdKf8p#y?&~C-{CxEJ z#*1#j*#2hm;+e*a1k+Q!sKq^&YSitEgKPK)$Lf<(3ZGAvj^glnH!j!397}n%>rMW} z`C@He++n=vS=i0u#Vy8*MGIglw74G^d$+$s_HnE}DaG~qROu)VpLgSOUCgnRSBnqw zCtkeb*>%qscN#Bx7Iw3E@hs!Tq6M%NTHKF|z1!a*`#4sgl;Zk)s&o{G&%1HCF6LOu ztHlTT6ED8IHZNXayy#ij&Em!T8!r|ufThsleq8L`{tns4vHGMG*XL8Eqd0utjmvd0 z$5LJ`KFFVVaqBPEJzu=gc+s=4o5hO{FkUQL08638{kYh>{T;H8WA#ZXuFt1RM{)SP z8<*>1j-|X>e2_o!;;+@_#U~jrdKPxGc=3V8i$x1yDYUpB7kjtAL-uj3J}JfZ`BdpB z4xe}9a$U@^lvj%n@+V%rQ_YKe2koV7W?Ncc*WDVW`xp7|7<}^0t^X8)FIsop}j+i&Y!x?tP!m zDleW_n>7Wd;~ z@Ah}dK91EVrMNzyDjmh)^KM+Oi#e9^YVkq-LA>~+m`62wu}6s)`R9wDGhQrO0Ep4z zeq8L`{tns4vHGMG*XL8Eqd0utjmvd0$5LJ`KFB|a7oQySs75dLDDfiyeDU+fi$x0n zFCLgeBO=Abuq_MUM)VzKZqCYc^B`p#(WNtf4=w~ zeXB+utGkI98vO;`)55bQFiryK%WL=2*(B#RvHZ@nT}nyWDc_S*=g4 zeDmTXtBc8>9j;p6n7qh8U;M7|V$lLv11;{y#oq1jkbNAhPfBrpK2>yVJ>$iq1+W-e+>eXB+utGkI98vO;`)55bQFiryK%WL z=2*(B#RvHZ@uEHN;$7C5yh!h(e<1%posZ<_i;wt)&X0Rvh@hl(CzT}ad&VA7RF3LH z8_KBdtBtZRvp4&T*W!~>2A@xrj^glnH!j!397}n%>qq`UylBt6c$YOMFVgksb5_4+ z>{q^Oyhs?vVrX$cF7|Y6O*b5?Pf9s_K2DZcXI98vOa`=3zbQFir zyK%WL=2*(B#RvHZ@uEHN;$7Cw;>G{{xUUbrFGNt%x|2$hc0JmzM*|xIges?9AKK?z zrBj4So|DE%5t|ne?U*^7(p%|K`rZgSU&Q<9fANO%g3jE56-gQ|8ZQDH;1rE?eQ2L= zniv~l!*kLYF*k!3gBlVqaLnYW^5WI!pC7agz=|Y|7mXKzjXJIB`p`b#>cnbd%X88g zu{MJjQ+g{ss=WA_|7E-wg8RCC^8K=R`#WSGuiYo5xIUjM9bXI5yK$?0V$4Z-H-i^b z`s#>L<;9CG-C^g8c@v2;qz`>u8TRA@@nxx{z1IB z)2>JR);0EhI=CKv{kYh>{T;H8WA#ZXuFt1RM{)SP8<*>1j-|X>e2{eXB+utGkI98vO;`)55bQFiryK%WL=2*(B#RvI^@}gaj zmREMOcyZo%v1kFTgckSXV(<2M$UctMC#ASPpDG>2;qz`>u8TRA@@nxx{-L~R*Q4c? z-7H?rj2DX*z)EOwKQ8uee~0YjSbb88>+`A7Q5-(+#^t)0V=1o|ALJjxi@WFgy_xg2 zZBK<8N9no?eP1`OM}P6^b6y>SFIso)KD5ubIK(oq~f@5bf2m}4pL=J8@0ck7HQ zFMiT^v1kGGm=^crV(<2M$UctMC#ASPpDG>2;qz`>u8TRA@@nxx{vn?)uDy>=<8GZ% z<;71KFBUC;9@FA}T+`A7Q5-(+#^t)0V=1o|ALQSR7t^>RJ*vF;=f;ag z3!ulexE~jLx4%R7ajZTm#r64A=_n4LcjIzh%(0YLix2V-;l*9^S7yE8${rS|oq+O4;>(RhQ9sY8CXrFI&Vl}blIcbboo5+hvT#z1BUVN(YV$lM1 zaX&8hZhwdD<5+!CitF>K(oq~f@5bf2m}4pLCh}qu7o z{T;H8WA#ZXuFt1RM{)SP8<*>1j-|X>e2{-bUQFVG^r-UUrN)az3!ulexE~jLx4%R7 zajZTm#r64A=_n4LcjIzh%(0YLix2W|$csr_kRDZDJYc+7v;cZci~Di0cl$eJAIIvG zQe2-;m5$=@c{eWC#T-j{wfG?a5MDgo?jCF}FSZl89NiivUZn4hc<^m^-AvC%|N8ll z`H>KO(YlkLB<*^%U5^Gf>fp=up?$v9iPglG=cF-WZ5}TsaXETqdGQ6ti$x36#r?S0 zyZs%qk7M;oDX!0_N=I?{yc?J6VveP}o5zbuT#g=DUi=N?#i9k!V_Mvgi@n?5A^SL1 zpOoVIe5!O5htIolxi02d%B#f(`8RtXoy6tnk>$l}jTeg+K#ys0KQ8uee~0YjSbb88 z>+`A7Q5-(+#^t)0V=1o|ALQSR7n8UgJ+i!bo$+GP0_ZUf+SoHRzJP2|NSE=Z5+eLAzoi$x36#r?S0yZs%qk7M;o zDX!0_N=I?{yc?J6VveP}o5+hvT#z1BUYs*tELs3Prp5iZ*t`85vX5i+Nhz++r%Fe0 z_`DmJ>tc?jyjpyaf5Z3DNnDT~RbHGoUMyMwJ*LI|xY)b>9kP#O^+_qN&!XTAjpHG#J;_!JlF4x5z zOL?{UApeHEn8XF?QRT&>#*0M@pvSbh9~XPKzeDzMtUf8l_4!okC=Q=@<8ochv6NSf z5Av_Yi+cy{rEF$bZz1bmxx6P^>i3d(M0yl?@gw>3(XW2=kzFD9qID-fN!s;jyB-Z} z)WMhQL;HNI6RU|W&q-s%+EiXl;EMF9^5ScZ7mF6Ci~Di0cl$eJAIIvGQe2-;m5$=@ zc{eWC#T-j{H{T;H8WA#ZXuFt1RM{)SP8<*>1j-|X> ze2{-*UQFPM^r-UU?-(x@Er1@=;(lE0-Tn^Q$FcgP6xZidrK31}-i^z3F~?F~Ek4M< zF)t=?MS4_u@pZeXB+utGkI98vO;`)55bQFiryK%WL=2*(RX}p-g zwP;$uQRT%i8!r|ufF9H0eq8L`{tns4vHGMG*XL8Eqd0utjmvd0$5LJ`KFGh(`{)F& zMbr9?DldM;c(G^!^q3a+<6`gjcgQ}D)hDI6KA$Qb#o_aAT&{~bmhx)xLH><+F@bB* zw0@(?i(fTfELs3Prp5iZ*t`85vX5i+Nhz++r%Fe0_`DmJ>tc?jyjpyae+`A7Q5-(+#^t)0V=1o|ALJjvi@V!{ z+4i8*?!`Q|QHniEyvV<=`&H*|{bop=Xx+(Al6F1Xu15nKb@1i-&_3Vl#A;&8bJ7^G zBJ*PLg%OJ@ytkW#EUO{%>Gn`wT@6QeUcD{&`pC)7e?$vedeDNu-`@kQbmRPw1tVq&$(RdNq zP(rFObA4!^Z*^idvE?~wj98I*@$$~q?Sb^UBwoWL$x%9A z`QoEKy5pCy=5-{nB1z*#<3(U21Xu8(7<|KgY{_%d82P>*yg12^1db{%KH7M(Xo0%8 z9~XPKzeDzMtUf8l_4!okC=Q=@<8ochv6T1w!HbjpNZ_dQ;$w^#ixxnSX>mU;_HKWN z?BiH{Qi|*IsnSs#KJUimx|m}ruNEKVFMUo(x~cy1Qa0?&%}nIdGT?^i$x2d$F#T~7kjtAL-uj3J}JfZ`BdpB4xe}9a$U@^lvj%n^4}<4oa9FW zN0ArlzV62xFBUC;9@FA}T@ z%*U2ICykMBlX-EHZ_z1AI;y<*?~E6V7O0E+aj|#%J7gcn>XTAjpHG#J;_!JlF4x5z zOL;e$7bp1^onrY$l^36DyjZjVdQ6M^aj|#%J7gcn>XTAjpHG#J;_!JlF4x5zOL?{U zApd~R7v1;KlYEO#v3#S-i_bG&ELs3Prp5iZ*t`85vX5i+Nhz++r%Fe0_`DmJ>tc?j zyjpya{|4~lB;TS_EZ?Z|;;$Gl7A=4t)8c+y?A`tj*~hW^q!icZQ>CLgeBO=Abuq_M zUM)Vze*<`Nl5f!|mTwe!k?zyE#(1%40rZ#__v2#k_IJoWj@2inxIUjM9mV1EZd|U5 zIhOKj@j?Cpyg1$N&1XyfUT0-#FFgp8El>DQNskgQ^80k2^Wm#+3c(kxJNZe{u1DMT zXkeobzFZ&L=UbgvO>B8i8Y9;CgBK_HqV%Zp;xXgJq6O;Weq8L`{tns4vHGMG*XL8E zqd0utjmvd0$5P(!2QN9kP#O^+_qN&!`9#vlK87~$sfF9H0eq8L`{tns4vHGMG*XL8Eqd0utjmvd0$5LJ` zKFEKgcyW?1N{=cp_Kg>d7C?__aX&8hZhwdD<5+!CitF>K(oq~f@5bf2m}4og79Zpv zz>E8{_LW%*&qZVHMwJ&Y{fYJxUSl0e>rVEPwCmA!JsQ{u!4-Tc2H!9rTk@PVM!rqr z#Yw&djZzkJRC)1$@nX>eSS&5>$Hm_5?~r{Qt4~UCeLht>io@sKxLg-=EalbWgZvwu zFHZ6$=+l;MRC)0-{T;H8WA#ZXuFt1RM{)SP8<*>1 zj-|Yt%8LnHl^#`I{D$#j(E{i(E$+v~-tF&@eH^P#N^yNYRXU2p=iRtm7jrD-)#8Kv z8^4cE;Hvbf^5Qp*7mF4^k7;o~F7|GJhwS56eNu|+^QqEN96s;H<+_+-DX$hEe=rJws$Hm_5?~r{Qt4~UCeLht>io@sKxLg-=EalbWgZvxwVggsC zN0k@9WxQCl0D4S|`*E>%`#WSG$Lf<(T%S*sj^glnH!j!397}n%_#poPUVO%t+2BNb zIJX${*hVS#sPW>1^Xt*K<=3O{|F(Os3aJyVJNZe{u1DMTXkeobzFZ&L=UbgvO>B8i z8Y5O@UObo$2mM{Wg{+H&6D~)M7q58cKVADn%a^?3aewkd|0SgKz=|Y|7mXKzjXL;p zeQ2L=bz(KKrAz)|8w`rRwKubX}k@JHU# z`cEPFqID-fN!t0Moi73#b@1i-&_3Vl#A;&8bJ7^GBJ<*9+1#LyTq(#=<;5R1UMyMw z7}Vl^TKH^qtk z<_RIi2Ua9$ylA`#Y}CP*>qGl|s}rk2|Je4?79m#W*{$x;V1;FFrVX z=>G}974R!bJ72W(MPQ>2zFZ&L=UbgvO>B8i8Y5O@UYuI&A3xsdE$r_0=Z+!gB+F4f zU%cp+C%!GD?!by9jTemAhQ8_q=2G@vW;9_klu?)A{_Ff{vzdb#(L@ue+AgzT+CS3#|Ag zbd*4gC%hQ5FDucs4iX0H%wtV_Qi|vEsnT)Gklu}3>1=I zjG1)BCdQF|e`9|7CB}=i0)z?Luo_yNnSEH@O0Q;rQG1`1GWdL|bQFiryK%WL=2*(B z#Vh&ycyX$~yp#<)b2FFs_ss0=wijX^%m~N+>I=5C9(3({UVLQrHLiEQ_`uvwsw;({ z^ToUKAoPzm&H3W1-gjo})%m}T*l67;j!!~Ic3M1+u(Lcrk(Bw?h3~X}mZZ*JrUVT6~YIz40PeE=+NSM&} z74Q>kZ@h>KhDq=tB%)~7<40eq=f&ga&Ft#+I{8mtEw=|Jktq#nylA{gNZ0lix+2ux zco7v0li)*0MA5Ft@z>Yl#r@f!pDiOvLehBAc#+_)?JKlKsJ-zbDi|ighmeS(U5}U7 z;KkXwesAWyZQE0PJ8isZyhy#J?W?+d=-L}Eq9S1udf$nWd*ekQAWQYma7y0upi~Vl5eXmOdk zz40Ot5GH|BNJP=%ulwggyf`kbSTaM6D=-Nw>Mq{0>UJ43W+FM{Jk=a7nl0IB)+B_qbXTA?_ri_6sQ zjTeD{FbSMOB8rw5zxqG)yg0v@EG@SF)_AdiRwΝxcu6<3%7KOaiBnh@$1iN4;0i zi*yk>Rc8FQ@nQk3P@L7pW$O0Ei$Fk_1Wq9lMazqq)ZoPv^Qp38tMxVG#R6KPIID}x z)a{KIfq*axoI)asmKXo#CjI&1iO$u@65}1liv_eoaaI?XsoNVb0s&zXIE6$MEiXRg zU4CAi>i3rW-R#tFrKb9f^r`2g&nPSG`~7Ir(LdiWJ=^a`mx!&4*Hr9{7qQY|5_|}W zC|X`z@A+sCFDCVj^r`2gjTZ~3)y0|F*ZY6KcoB#Rli)*0MA7o%de29DcrmGGq)$B` zZMjQ}>T3%f5`Dm9HQ+-DI)br8Ci^hw2lZE!1wm*#*QK>MA^?^hbEibP3e6-7psXilp z>iKBnMdQW1$wK>0+n>gZs8pE5`amLzmKWE1KHBBQRG*PP^?bDPqVZzhWTE}0?N8%H zR4PnjeIOA<%ZuwhAAK)gO!OJ)Q_n{mFB&iAO%~d3+Ws_NM5V$c)&~+%w7j_9^U==l zN6+^A$NER7+MQlv-`V|dww~2`(6#S*@sZU6`<{;`lLzMi?D^>U{1J-#)n#mH`((52 zjTcezFbP~hB8qms-})K<_eMCpxI5>?XB<6za?sAw`Za@}FCi*q)v3r1e(Xc+t)mskgL!Rksga zd*ek^Bus)2ArVEpe)~gsanGQ=&`;}%wDF?xBK4NGuj=-pYj3=WiiAnOGL z1n)s2igx{;9>R+U`n_Y>$)w&$8!y`VAN7{Duj=-pYj3=WiiAngqG;D|DufrOJI0GBv>@%ei}5HyL)(Xd5$uf@QIRkSK7>RR)OWr4 zee3YzRDXFX8+PVqrnBM9fqs9ge*!6zlI?%k(%O2?!JCe(9`$oY6$z8TDI}t3arx<;XQ{tW=Q1M2 zL!E_AT3<0%l=SPyi$xtmaaI?XsoNVb0s&zXIE6$MEidjnN6(ALFPK@*hI@Joz4Xo- zzh=BxKr0kyb#a-xz40Ot5GH|BNJP={;=>-~=f&e!&E!wFwC4w%xr14IA?u~}brC3M z>#Z-`()z92zwr}C?q5#%K3}}{VXfA5ZZ^)JFNWd?1=Hfs?8{2Kb+}(Xfi-9<5!)xF z96p~a9mV1EZd|U5IhOKjaY_DC|B|kX7tf1%KqDIazZx$VD?^x|4a=m(nc3H?oADwL z6DG@Qul+?7Endm9E-#*sBnip48!r~C4Wwb|wKy~TvU1uw7%!qyVG=lnL=-Jv$*(Ri z?m&`+*9FQ?Cp9qRy0fkcaVq@!i(-TR*HGNiWd{S@bcaK0TAOw<2h|#)$K#q z-gpre36tPMNJP=DANk>YQO%19UU<3hON|!^TcJ3si_6sQjTeD{FbSMOB1%+VOz^_X zLyQ*-XocdeE-q8IH(mq+!X$7Ci6~KdF~JKjZ?(@C3uuMntS&B7w>Mq{0>UJ43W+Ei z#*63A?8}yBruw}rv%zrY;L7Ytq)1ABrMZzTb5E4;P-}UB6kIxt33rV`;r}N_B{_*zJ(5EE7X}nl0H(`P{ti2XzW?!#v z#*08qm@KQk_7_pKcqPvoym-k{HfVRHFD66s36yskFBYo`q+yA*I5YdQa@sl=FQQUm z5;%oK6fIuKuLdvf%D<#`@#OLlX_ArOGF~j!IuvIBiWZlt+Z!(e0bvq2g+vrB{>ZNe zFYf8Im-@W~&lkUKyjVah6lZmDnYz94A`lQJfm29C*(hGzH^{Qy{!X{M{EVZAhJ$u* zp_`vE_6NOf+mR{>`TjrM(zRt$Zc^zfumr*S)nAhtIlkxi02d%B#gC`Ahvv zI++*Kdg$d3jTZ|T6DDW_rnNXT`>?u|Ud{fZ_C6_P@cC5fC=Q=@<8ochv6NSfSMm?z z#k3xJ`GE0a0b}3|nAYOV?90m4tpn=aL?Wk8O7VR@RXU2p=iRtm7jrD-)#8=>!+0^R zhh9EtyjZ{(cmt-jI5YdQa&_x~dN+~C>621?pHG#J;_!JlF4x5zOL?_;CI2v9OzWYS zKQdk{U<|wg(^{OFeObA>bwItFNaXZMDZbCAN=I?{yc?J6VveP}TD+2f7%yHB^RPxP z_J@oYi!}k>us~XznSEKgx^+Okn@HsJNh!Y1r%Fe0_`DmJ>tc?jyjr}HzmFHE`pfw( zi=DZd>1;T&du2Gcm(o1!v5TkxQI{#X=R`0qk zt4F*3_2pOR_Q(FO-X6F`0xe!svA6qlu+m`?_<}?fEzZbKx*d^pQ-k)=VW+n+-EH?~ z4lQ+ti>rSx?+k{^mu3q{IN|cipSxe{$8LE0f4+V7IDNeMz*U=Z=0#e2+OVuzJemE* z)Qx!Y6&L;Vt}>ec@3UU}zcQZ%*2E_zf1gj4j^glnH!j!397}n%I3|Coe@QpB*d8p+ z>~8nwFOPW`BOm)&-ze{2JhJ*qeY}W+k?LyqFRtCIiCSs#nwmZJVABmX^GPX(&!_&B>Q;I+ z`-|H9q?EzuQ>CLgeBO=Abuq_MUM*h9e|=t@TI|dn%X%>nWW-}%VZ2zZ5b%cO(&EhQ z%gWWQ1M1yGBBxJE@qIp3I*P;R-MCyAb1dc6;+6c@=fwm4?l5UuZ2g?^VgX~|4Vc#A z%ueP;Ub z!DnT?`Tk($vTSb9UuyT}lDmoV`~zp%_vz$72Ht>aEzZootX$nXpx#X+a{8nc-{(`M zqd0utjmvd0$5LJ`Udi9bi{+iVS5MI~l;d01#@9Sx&)WReY<%n5_~IYERMwq`*n7>7s zzg?Jb?P}#)`TF_mIaiq9D$E}j=5G|{Zx!b666Vj|UHv+@3iCUJ`TfHDvxWKN!u<1v z`4wY7%xrL2yXJd}Ta~YO6&N)6WW;WAo ze1wgUv+*@-tiiAyV~OEw*c#b7uAZ|oEE!hIn#AtMyI9R{WaI1EnD;n;J=>TKUoXxB z9NWj4J^z1=_rg|Yb35yiTiCe8#uu|O=awTZPK%9ypN(6^R@V7OHb2eAJSMk4ZJxb` z(_Rmozmbh^VdLA`n7>Y5&#mnBY-8h#*_glPBW(US8(+i5e2uPW^L$-yWb?dkZ)5ZC zV&hxb_*ORlC>wv8jc;e;JK6XyHvW4yZtZU6Te)6mu<`xbn7=nUm(4$%jem%Zf0T{+ z`y#!sh4Mc#(~} zY|P(J4cYuvZ2a%o_!>6m@40@B&A)(+uVv#Gvhj=A_$6$7JsbZP8{fdj{Jq<&+5BtS z_;=X&Kd|wQZ2bSS@$a(n@3HakvoU`U_$D_07B+qx8^4{6Z(`&B#>Ver-oeZoire7eHcI03{_@kpxDWBRT{E64O)t)7%nEQXNNh zI6MaCpZCg*!V1t(;KCCcpzO1Og@FNAHu?pWKLNyF7$F#BR0B5MNsjOz?C9 S=>CCOOKds@>Bp6SL2>|~jAoGl diff --git a/src/GAM/Items_PagesOfFate.json b/src/GAM/Items_PagesOfFate.json deleted file mode 100644 index cef6494..0000000 --- a/src/GAM/Items_PagesOfFate.json +++ /dev/null @@ -1,310 +0,0 @@ -{ - "Header": { - "DeadBeef": -559038737, - "SnoType": 2458, - "Unknown1": 0, - "Unknown2": 0, - "Unknown3": 0, - "Unknown4": 0, - "SNOId": 245193, - "BalanceType": 2, - "I0": 1708504845, - "I1": 0 - }, - "Items": [ - { - "Hash": -44768141, - "Name": "PageOfFateA", - "GBID": 0, - "PAD": 0, - "SNOActor": 245219, - "ItemTypesGBID": 327230447, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 10, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 5, - "Cost": 1200, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 250, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": 245449, - "snoWorldPageOfFate1": 245391, - "snoWorldPageOfFate2": 245402, - "snoLevelAreaPageOfFatePortal": 109526, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - } - ] -} \ No newline at end of file diff --git a/src/GAM/Items_Quests.gam b/src/GAM/Items_Quests.gam deleted file mode 100644 index 9203085b0fe44dfaf282aa6c9ea4248a2b17a099..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 626504 zcmeFa4UlA6RvwnK3lexOfdL5%8PPTy1_28@e>;mnEBa?Z+l2vSWFsVCS#SWBu&lubD-;UACNKtr@OmLIGHVM* z;E>;Wx4xM(ckVfLZr;5_uHMOru53y?`+oXrRibw)OIty(XCF` zHp~RtqZ{qf&G+l-5Y#UF8oopQtJFcSdM!#kd^hIhSk1N6*XmcQm+rrW(Oe7@@p9K} z+KV->WuLhp{-Zt@>3ql&bi-L$edhVQ=@zQWzCwE~N*%PC6h=IJKj!6F&9&6m>Q|~a z&c$ZCn02dV&8yj8?$7nPI2;cAhLf`T%=3eCxjI1al8ByKl=!up6h=IJKj!6F&9&6m z>Q}0_&Bb@N%h{?s*fh)8rJ7f?pWI*Rb8$Er_zkCI^_k}f<#Kg^-X#$|wJ7mxH7SgE z_~;vOCow|QR3HXQW){@{g{_yHP=#Kt6!;Jn~N6@H*f#q2c|ch&GqJ}J-D-7 zENWiP-g5tyPn=91c;DMT=0e7IDCtTR{Y&x6Fyi6+F)znzuBENC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=OU#nlK zUYm=Tw~Nhuy}8;p^vvV&-oD`Dd@j=I!*6hc)n}d`l*`otdY44>)S|?%)ub@u;rlT! z$7-&nzE;0dy*3vgKVGdjPb}w0$D2#5=WAZcesjO;5`$Z7TK z*z)81_b&g3W?GbZwVD)0JbXXq?5~F}?)1uTtt4U$R!}nuej@4XC zeXYKsdg=a4*fY(YrhmZY)@sv^_)(Y1y`VE)vwTfEcrpD zvairgi&6)zCWR3X-;a4YR&y=&wfctYrTZ^om%7!Rc6ntr(x)xHe01OCkGl+7kSFK{ zVXQv${M~d5Rb^kHy%wboT1^Tg9=;#*a;)ZB>TC5Y)oXL{;O?rMJ$3sX+x2FC*iH|Q zn{Jd3z{OA4mXgVSI4X0)Gndb-Pa&>^-B@sQfDDi7GDU5jde$30Unro@A z)vr{q&BZJ2$!dA4YoFa79=Dq(+IuxGW{OZR2=HeG`+jhC`KfYkTUM;8ZSZ%vyGs<_=`L6pW zZ+P*M$%V7SJZ~=2gHw{OMB&fV3C=x}(?1X4Oo;e?8{fZo`9Cz)qQtA!q%h*)`!O%a zYObZevA*~o;(e-@?!SaxTXpU9@l~@qX_r^G^yZ8AgKAXqv%e>AE|NHsu7vqqBzL`X zABufR8qsa+`$46$uR%%utJFcSdM!#kd^hIhSk1N6*Xk##m+rrWy>>1>Q1f#3miu#j zE)Hiyo}e2J%IY)E-%YnrRrVFyYfNC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=O zU#nlK-aHqtbgR3|c6O^hIbDowHvZ5*^|?qshTq_6tIs??D3_}P^e&0$sYQujt4U$R z!}nuej@4XCeXV|_dh=Yo)~q+f2Ljf-qW$FlL7$7m!N6}gC9BUoKPZ>01N1J5=&41C zU#m%B#KZSvUXImVOMR_=rF!#Re7fnn`KnvrY}aFZ)yw;RE)F(^-{5Jh&pbaUm#YKx zE{W)=MTuXlNnymp_hVj;)m%$`t$w9?^IW{#-8dGi zRoPc)uSKbYR+GYrhwsO{9ILsO`da-;_1av#w3xr}!r^M!zYy?+w&sQGIrlf+di~`2 z3twn{9Uxtfq$^?m^I~u=X+bxuUqkkI^5gsWF8_yST9kOTniNJnd_U&pSk1N6*XlE> zm+rrW-8ybBT%0}E|2c8nwcTf|FO2llul#ebK6bD%d4g{6wAE*xzngBMs_ZMY*P_%x zt4U$R!}nuej@4XCeXV|_dUYh>3(dzU*SGqnjhc4clkfQ z7cEM>T1^Tg9=;#*a;)ZB>T5j@s@LY?FcUA{fBAv8FTZR%U(Yuq{S)KyC;I1Jk&odw zc-rbS&kxGw>HxhO(phiD z`5t5a0pjPy3mJzg=}Hv-_r>5`$Z7TK*z)81_b&g3W?GbZwVD)0JbXXqLu z=f&V$$Z7TK*z)81_b&g3W?GbZwVD)0JbXXqNSpL^v$FOn->@xIk(IAG5YN?3IWYL|V5_F9xW zXf-K}c=&$I%dwhksc(+%+FZP`?dG@Vhy5cjtL4phF+Z$%F?-DY&;E(eMLHh%4M%15 zndb-Pa&>^-B@sQfDDi7GDU5jde$30Unro@A)vr{q&Bb@LciTnV_3tjWKCXEk`_BEq zU-r33X9U0DysSR+{GeQ}4$!+KqNf%meyt{j5f9&wc{x^dE%mkfmFf+1ad@ZhYpd1R z-d^nGqkHd3_?%S#JvulJ!dQLg`Mc>Bs>;4Xdo4;Gw3-w~JbXXq?`-%{xhG8bT;rC&dKUC&kxGw>Hxh^V1H@8Z8l2gl*KtUmMn-E<38 zWnZDa7NrhaO$s9(z8~{)tmazkYxOJDpEnl|j+^ezlkMT1{yE-bosD1q27g{R`51nK zr>#Eo{GeQ}4$!+KqNf%meyt{j5f9&wc{x^dE%mkfmFi7%@#=gw)|p7>_oMgOUk5ll zJ8(%?g8g~j!MSHr{eizv%|}Y#`2M}i|8cEalz6q86h=IJKj!6F&9&6`!#Nk9ZkC&N zc4M{Pw4;5$?!VUmy!g3)^%Gw5-=l-$;AyMRJbyRc;`{e5|A+Qklz6q86h=IJKj!6F z&9&6m>Q}0ley$?^d_qSQgFNnymp_hVj;)m%$`t$wBY^XB4HU3;k+_samYevig^OS%&7zefk>LMy9Z z$Ce-8zjygRG}EHQtJS11;^F%-FUM-GrM_05QN48kC5(Pv>>qOJRwvE!uNC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=O zU#nlKUYm>0JTZOrUR(1DJ~FsJ_gC!C)4>%$O240G{;niugA!2RQ&65coB zLdN$h=}Htn7s*|(+=r}wh5Td54=R;?g=SimI%qX1jClBd%*(NwYpJi*H&id(e+dh} zM~{6fP9|^rfd3v%J|<7l4W738%=35CEmW0#h4xyMI%qX1jClBd%*(NwYpJi*uT+1| zTpal`y2I&x&ae1fBqiXtpvoWo=gg0-FZ3>n&`gUGzgCmNh==dTyd0~!mim5}=i>DK zkw5(M=ltiz!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0HjClBd%*(NwYpJi*uT*dNd2xDa zwK=BIIMxr4{vw}?gN@-gc-rbS&kxGw>Hxhxky65Z}7C$XPzIF%hdsTmqhf` zqQtM&q%h*)`!O%aYObZeR=-lcHWwf3--`Ce_JtP~?ZHX2Sd4c(e)jAAb%4E*;Wv2N z>NC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=OU#nlK-ZmGnHQiA=+PQe2&&9#U@EbgB z^_k}f<#Kg^-X#$|wJ7mxH7SgE_Co#|uEownw6>^t|r z@ZY0{BZA*>URIxZeo!t~2k2cA(Nl{OzgCmNh==dTyd0~!mik)#O7;3&ytI0LdVkGJ z_=w=X^Bey6MLH<>4Tom+ndb-Pa&>^-B@sQfDDi7GDU5jde$30Unro@A)vr{4{#^9e zyDWSz4mO70;AyMRJU=Lxs{`~diRh_CiC?QpVZ_7tV_uHcTuXheex>^J=i-AkFX1DC z`^4wsa8B?W4$bN_&kxGw>HxhjoV@-w{d2F#$M73GZS|Sw2jy~gfZin$J+&zDYc(m1c=&$I%dwhksjtTC5Y)t^5Xn+Ipx<@8S5o=(4P+jRYJ)+f!lK27?6{EXL4 zp1<&g6aRdd;5c~N>NC&ZO}9{0_7&P|QR<-8q%h*)`!O%aYObZeR=-mH`E&6d&3y56 z)6Lo?{U%-WdiIt3@>hrV>-M=A9EWqV`polp(=Ak$eTDW~lsafNDU5jde$30Unro@A z)vr{4{#<-~)ol6?NzE>{QWT@uk#ixR(9 zlfsCH@5j6xtGSl?TK!7(+FX46xapp4W}D;oZrj|M-fUlZq3vp3(4KO?>*K@U7cXRd zf0C|5;h$p=oC`UvejQtWeE;6%|Ikc}60cU1!ib0O$GjY?xt97`eMa@t{g<$V)A_9J z`bVYPZIni>@)WVnpgk4c;7kS?7!CIlCD(hbCKNj%6-V{SI9n={Gd|VS7@e1 zse@LN!ib0O$GjY?xt97`eM9xq{g<$3p1^Z-Zmmw*npd*l+%Nv~$>a?$KH`tNkSY2b zPRr^u&)-eAP*wI7+G|njpw*->;^F%-FUM-GrM_0bQoS}8AAPP}ZlNI__K=(A;sft{+sF9hF2Qj)BCF3le>dGiRoPc)uSKbYR+GYrhwsO{9ILsO z`da-;_2rNIG#CAOI{vte^?rr>d})4s|K8>Q_+GRq@oF_G zjClBd%*(NwYpJjGJg8oqiwAdC-R!B`@7S(4^TT#}>t5HiV|+c}6ED4P^2TrZzMs61 zahQ^>MB#s549HbUD+3(R^ zbJA?-8I03Q&1SP`A6?9!pO5Kr=?^>^p4WZh>@c;*T|Vh7N79vGpNr(KSMEbrzn)1u z8B2apsq8B>)1uTtt4U$R!}nuej@4XCeXYKsdg=a4SeT3bM7*(Rmh0*DcGmwsy*)i$ z%*XZ7fS+^2=OX!-JV7^j+UhgU-%YnrRrVFyYf zDC+zk{ZVJ%-T8seowBqDjPk60qFlOp{)a~gI)l<%_)he%QV+fAwJ7oM-I$kSHP=#K zt1qcuy8jY(rR#@cJG<4MoG#kwLI3KPSEWJT{ElNGKniNJnd_U&p zSk1N6*Xlp2KX)!Z*1tDx+s&6p)BXXNZocZ)H~XEMm$i4?U-`#U&pbaU zm#YKxE{W)=MTuXlNnymp_hVj;)m%$`t$wBYjJbHZyLY;I>h`VU_Tutz-oF%PERVbR zT>RL<#_$_FZS|Sw2jy~gfZin$J+&zDYc(m1c=&$I%dwhksjtyU-jq4n%A{& z+&&k5E|Mp$_bd3fG(Wz7@A7|qFItp%wVD)0JbXXqM@(=OW0YGgB!&hLkPE)F(^-{5Jh&pbaUm#YKx zE{W)=MTuXlNnymp_hVj;)m%$`t$w9?Z7zn_M_=kc{cpZnuAiV!1bpiD?f$KGM)p+3 zUw+j8zDPcX-{5Jh&pbaUm#YKxE{W)=MTuXlNnymp_hVj;)m%$`t$w9?Z7zm)UVQZV z)BgF3C;jtsYF^7ebAQ7XpNn)p@Egv`>NC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=O zU#nlKUYm>k=eua#Q1{=lE-@{!&* zzJKrXe`ugZiC3#hVZ_7tV_uHcTuXheex-VCE?#_K`c$)?ucuEmC-=JbQ~hU1cVl@j zH$S)2FZH=ddcbec#_BWA56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIsXluy-nzT0 zc}@Gs{q;T01N1J5=&41CU#m%B#KZSvUXImVOMR_=rTTN{;?w;bbNA2Xp5EyCPcPWq zU-NqQmHUFv#o=h+H=L8zXPzIF%hdsTmqhf`qQtM&q%h*)`!O%aYObZeR=-kx=3IQB z=Jo6=_ZxjK4o3sO;hd~K^ZcM(t`5+or~c~ zjQ!iwKG&{C`P1TL^6&aw9Bd4~!P8csd45nXR|n`_646tO62DfH!ib0O$GjY?xt97` z{Yv#&b8(bEElwt%>2qTC5Y z)t@^Tul65)wVtkSPcI&=miI>a6XR$5TpVl+zroX1pLu>zE>{QWT@uk#ixR(9lfsCH z@5j6xtGSl?TK!7(nR9WJKQX?^=i*>v_zj-6`pol#a=AJ{?~;g~T9o*;niNJnd_U&p zSk1N6*XmcQKYuQ^-N}3t{=QiAV)mH(^L#E2rvty?sH{Ho{GeQ}4$!+KqNf%meyt{j z5f9&wc{x^dE%mkfmFmx(io?4XnwVD)0JbXXq)S|?%)ub@u;rlT!$7-&nzE;0dy>%|W{e<3atpCAr7?3ruYX7(& z@wqr03jBr>vii*PgL1h#K<|=>o?4XnwVD)0JbXXq&?;eteIY) zuh;YE+HpNB{rNr@2OGn0@U+!uo*$IU)d6~!MD*06#IMz)Fyi6+F)znzuBE^-B@sQfDDi7GDU5jde$30Unro@A)vr`HxhHxh0b?jOD5 zbCJ#me#2Q=edhT=xm+EfcS%G~ElT`aO$s9(z8~{)tmazkYxOJDYjg49gVRgRX0vE- z&)Y@+r0#?5>FMI$^y#L52MPKRgZ_oaKHbO&qX>6_zeeR^_k}f<#Kg^-X#$| zwJ7mxH7SgE_b1Eze7?)&=H&G9cCneSNBj9MANVbw zi{xYY4W738%=3eCxjI1al8ByKl=!up6h=IJKj!6F&9&6m>Q}1Q=HkVNrdPMmPM=!L zF0Zzyi*`D$m$|%rbT9m;J{L(0_zl8XedhT=xm+EfcS%G~ElT`aO$s9(z8~{)tmazk zYxOJDYjbh#Eo{GeQ}4$!+KqNf%meyt{j z5f9&wc{x^dE%mkfmFjcm;z*ySGx_H}7Y7@|Z}7C$XPzIF%hdsTmqhf`qQtM&q%h*) z`!O%aYObZeR=-kx&Rl%3=EdwW_wV{#98L#*!%@%xj4#SrT+(?i-V2fH+b6WGtUpo<>~;vOCow| zQR3HXQW){@{g{_yHP=#Kt6!-;b1shZSLuJ^b8)aS{02{3edhT=xm+EfcS%G~ElT`a zO$s9(z8~{)tmazkYxOJDXU@fkYF^L2a{o_07l)&P-*8S=pLu>zE>{QWT@uk#ixR(9 zlfsCH@5j6xtGSl?TK!7(nRD^sn%A?h+`r;;aX1?I4d-O_ndb-Pa&>^-B@sQfDDi7G zDU5jde$30Unro@A)vr{aITznj^LqA``!{?p4o3sO;hd~K^ZcM(t`5+i-m7Y7@|Z}7C$ zXPzIF%hdsTmqhf`qQtM&q%h*)`!O%aYObZeR=-kx)?6Irvvektr+h9BHiqBeX{*mX zKPZ>01N1J5=&41CU#m%B#KZSvUXImVOMR_=rTVP7ILc?~OeWvse_tGI48OtCR-bu( zP%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-;_1av#(i|_2w%v5pAClT1;6L`cIM^6| zgQu-N^ZcM(t`5+eXcJ1c+e7&AO*Vep{ zJ?H+EZ}!Js=!oDq9GBH+o*$IU)d6~!MD*06#IMz)Fyi6+F)znzuBENC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=OU#nlKUYm=ryfS*sKP^rs|H$X! zU}N|Vp0@hT^Mi7^IzaD|h@M)M__dl8Mm&5!=H*z;wba+@SE|?NV%JVDwd)N%9^Ehc z->GX}&faqW(;xJo7wK@|Hyo7JXPzIF%hdsTmqhf`qQtM&q%h*)`!O%aYObZeR=-kx z&Rp!)ZFgsck4yiY&&9#U@EbgB^_k}f<#Kg^-X#$|wJ7mxH7SgE_&INwMAz6Lq`9Zl{9iVqfL{BYB{8~*4BObmV^Kz`_ zTIy@{E7jZQ;^n66=BwqUW^}(y|Dw;u!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0HjClBd z%*(NwYpJi*uT-Bs7oY6^-dOXZ_K^FRd@c^B0>9yitUmMnpj@sF(7Pm}rxqoCttN#L z58sb@IaYHm^|kty>NDozcCnd{ZYI+C{j$%+!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0H zjClBd%*(NwYpJi*uT*cJi#Jz?ckZsblbTnwpWMIhb8$Er_zkCI^_k}f<#Kg^-X#$| zwJ7mxH7SgE_Vf$AGts1b8$Ep_zh=d^_k}f<#Kg^ z-X#$|wJ7mxH7SgE_^-B@sQfDDi7GDU5jde$30Unro@A)vr{q&c(JlK6}%M>5Zn_Jhs}7 z@-w7=_|M-rdBcm3OfH-q=6&ZJ>a52lU8(e?{@;gs68c9s%8$=d`u|W+_=UKMLW{sC z&*~@2rJLt}cyypMD7}U6ME@%F(5qgH5)a>vc{x^dE%mkflIo@VFJaf>xj52~GkBlR z#lgnp3A(}4R-bwPZn}l4vairyi&6)zCWR3X-;a4YR&y=&wfdFnbLQf~{P~)fv$xzo z;&X908~6|jW3TS7c{zK_{hj}Z|GY?t1Ha**tUmMnpj@sF(7Pm}rxqoC zttN#L58sb@IaYHm^|kty>d&2vPxPOZdZoG3JX`Zh_M7{SAMm+ICj`IYw5&e!{GeQ} z4$!+KqNf%meyt{j5f9&wc{x^dE%mkfmFmx(izE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(=g!4f{T@Be&%gSMAM~FW z$;a>;JZ<%v=Lh9-b%5R_5k0ji@oP0HjClBd%*(NwYpJi*uT+2TT)eUBHqGMZYP)DR zo3`fV>@D}RKjw3h4hMe2L0Ns~`9Zl{9iVqfL{BYB{8~*4BObmV^Kz`_TIy@{E7hMn z7oYBbh3;-_UwC0L&Y{>J;J5s&&qeYv{02{3edhT=xm+EfcS%G~ElT`aO$s9(z8~{) ztmazkYxOJDpF0;Xe%ZF2Z4Wo=aXuDJ=l65J?sJiJfZu3MH>=M=w&&;S0KH2hdTLSP z*J@H2@$mhamt!^8QeUfIsop*p$N9HKI=^4=xj5JueuJm2KJ)ybT&@n#yCkBg7A1bI zCWR3X-;a4YR&y=&wfdFn&z+0?^-B@sQf zDDi7GDU5jde$30Unro@A)vr{aITs(Sc|H5e{i{9~hogbta86dAd45nXR|n`_646tO z62DfH!ib0O$GjY?xt97`{Yv$jbMc{?*R!wOzvgpsI2!m3=VbMn=Lh9-b%5R_5k0ji z@oP0HjClBd%*(NwYpJi*uT-Bo7ay*9J^RZ28$K6@qk-RWPFA0Jeo!t~2k2cA(Nl{O zzgCmNh==dTyd0~!mik)#O7)p@@hvs4XJ5HL;B#>}8u$(8Wc8Wn2jy~gfZin$J+&zD zYc(m1c=&$I%dwhksjtVopj@sF(7Pm} zrxqoCttN#L58sb@IaYHm^|kty>htE}C?AfV{GQLn!N%|#JZ<%v=Lh9-b%5R_5k0ji z@oP0HjClBd%*(NwYpJi*uT+2TTzqtS*uMkgrfb)u{X~P`^|?6M7=DANtv>Vopj@sF z(7Pm}rxqoCttN#L58sb@IaYHm^|kty>d&2vPt0fUY?rfDSMy5toBQ{DE)E9-zu~m3 zKJ)ybT&@n#yCkBg7A1bICWR3X-;a4YR&y=&wfdFn&z+0xL!?LfBEbFtU;oeieIv-n z@EbgB^_k}f<#Kg^-X#$|wJ7mxH7SgE_Vopj@sF(7Pm}rxqoCttN#L58sb@IaYHm^|kty>T~AeC|?BFAK=IOTpVl+zroX1 zpLu>zE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(IdgH8F9Pfj@RNKl4mO70;AyMR zJU=Lxs{`~diRh_CiC?QpVZ_7tV_uHcTuXheex>^J=i;iHtyj0Nwu{B|;^-B@sQfDDi7GDU5jde$30Unro@A)vr{a zHy7K*e1wznojw-_8^dq#wAE*xAC$}00eY82^wgrnuhpb5;^F%-FUM-GrM_0bQhnB3 zyfSZ|U94(e(q3}E%je>7F7O);$?7xD56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfI zsXlKmZb$g2%VhG5&&9#U@EbgB^_k}f<#Kg^-X#$|wJ7mxH7SgE_01N1J5=&41CU#m%B#KZSvUXImVOMR_= zrTVP7c)dM6p077!8;vWUi-V2fH+b6WGtUpo<>~;vOCow|QR3HXQW){@{g{_yHP=#K zt6!=9+_`vhc{K0l>&vU{@^C)JN24c`Klvel-w5(C{02{3edhT=xm+EfcS%G~ElT`a zO$s9(z8~{)tmazkYxOJDXU@gx#S#9A@lX3)9Bd4~!P8csd45nXR|n`_646tO62DfH z!ib0O$GjY?xt97`{Yv$@bMfsbr)@Xiu4`V`zHvY7b8$El_zmY{^_k}f<#Kg^-X#$| zwJ7mxH7SgE_!pC7=W}teG5iKkTYcvFLAhKVpm#|` zPc2IPT1^Tg9=;#*a;)ZB>TC5Y)#uK|>&;?wJhHj?={^?+8^dq#wAE*xAC$}00eY82 z^wgrnuhpb5;^F%-FUM-GrM_0bQhn}RymfDEKP^rsU*L0burd4wPg{NF`9Zl{9iVqf zL{BYB{8~*4BObmV^Kz`_TIy@{E7hMn7oThoyVXgvJZwk%2`^va&(j%f48OtCR-bu( zP%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-;_2&c#+q(Dy}I4p=%2K+ zTDIMY9(nmoJ{JcY!*B4k)n}d`l*`otdY44>)S|?%)ub@u;rlT!$7-&nzE;0d{ke1T z#%i%?jz{~mBAwq?`dl1r48OtCR-bu(P%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-; z_2V9H=LH$XPzIF%hdsTmqhf`qQtM&q%h*)`!O%a zYObZeR=-mHxpVRQsyk|y?^tcSWwRLPCtrQ%2mSRfJ>YV7c)#FtaZrLh zK{t5X>NC&ZO}9{0_7&P|QR<-8q%h*)`!O%aYObZeR=-kx#$4Pk+beDN+g`^WuDJ{N~Wf!}aKR-bu(P%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-;^*M8K zz3JaIqUHtdDfh4XTpUgYe#0?YedhT=xm+EfcS%G~ElT`aO$s9(z8~{)tmazkYxOJD z+vnn=i}rBS%?}?P*PBN42l#6~7Y7@|Z}7C$XPzIF%hdsTmqhf`qQtM&q%h*)`!O%a zYObZeR=-lceJ(!MEEetZ@ou}^)V!!YWBME8 z|K)RWurd4wPg{NF`9Zl{9iVqfL{BYB{8~*4BObmV^Kz`_TIy@{E7fPr#m&6`DCyo?4XnwVD)0JbXXq01N1J5=&41CU#m%B#KZSvUXImVOMR_=rFv~HKKfj{+)Qt*y8h9Y zo2zaAsLQ6EKGEK*c}@Gs{m%a9#pf@4;mhw!Yxy1}U8&Z8j}Fd-j#j^pEkC}0@A7|W zrbUTYt4U$R!}nuej@4XCeXTyDdg=a4*zmrz*XQe_?R?hG9_t@&8QoJChvWO)Pxklg zCLzcZbc3g@KJ)zDbPH8wU!lDgr4Cw63L_rAAMRr^V@CBE7@=E_kEiGyhtYmzu~m3KJ)ybT&@n#yCkBg7A1bICWR3X z-;a4YR&y=&wfdFn&z*}GUpQIKn&tYbZq|Rc%l$R4XJ5Hr_o+S?>1^OPoRigOo*$IU z)d6~!MD*06#IMz)Fyi6+F)znzuBECmQTpVl+zroX1pLu>zE>{QW zT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(nR9WJFM9c8pNoTy;Wv2N>NC#|%H`?+y-Ol` zYEk0XYEl^S@co#VV>Q=OU#nlKK65UP@o?4Xn zwVD)0JbXXqf1b`^x<%eJ&111Ha*%tUmMnpj@sF(7Pm}rxqoC zttN#L58sb@IaYHm^|kty>d&2v^l?|K+neL|Qqw&<&c~xa)#u`1WB3i8w))KTgL1h# zK<|=>o?4XnwVD)0JbXXqiof1c09!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0H zjClBd%*(NwYpJi*uT-Bo7f1Pc^!+{;2OGn0@U+!uo*$IU)d6~!MD*06#IMz)Fyi6+ zF)znzuBEHxho?4XnwVD)0JbXXq)S|?%)ub@u;rlT!$7-&nzE;0dy?riTUM*JZb+dSU zwK!UJHLq*mxc|J*#o~;vOCow|QR3HXQW){@{g{_yHP=#K zt6!-;b1u#gueOWDrMBrtG#(qDi-V2fH+b6WGtUpo<>~;vOCow|QR3HXQW){@{g{_y zHP=#Kt6!-;doJGU`kxy|^=tIx(C6Y{WB3i8w))KTgL1h#K<|=>o?4XnwVD)0JbXXq z)S|?%)ub@u;rlT!$7-&nzE;0dea2keF7C{iM>md}b^C1FtT#0;ZLhfJJ{O1c zfZuR9R-bu(P%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-;_4c`Vebp_tH7{pxx$pQ~ z9L@%Q!$Dbn=J`RnTpgfyNkmUAO8i<)3L_rAAMy zSKGzS`RV8$jh;-t%;(}@WB3i8w))KTgL1h#K<|=>o?4XnwVD)0JbXXq-jVBj~LlGSIPAC$}00eY82^wgrnuhpb5;^F%-FUM-G zrM_0bQoVgH-dc4h?Q+x34mSP6(qsBvdh2s>urd4wPg{NF`9Zl{9iVqfL{BYB{8~*4 zBObmV^Kz`_TIy@{E7hMr7q^?k<1tOa*PdAWXI?*f!;6nhE}TL4y*A}FJCd%H_)`Dx zLp=%oquZ?i7oVl{|DmAp3vm;L7J*To)lZa5H_!j@=s;&sdJEr){#ELsSG^V`9=;p% za;)ZB>TC5S)l2tZ!mh2lc6zxzX*X?m?{atVbTh(VqWc3p^0_$Jm^?u@c-rbS&)-eA zP*wI7+G|njpw*->;^F%-FUM-GrM_0bQvJDe@v(Wkn5|d0ug};0bgX$fd&_;t=i+cS z@EZ=w>NC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=OU#nlK{@l6vWPA5kH(zhM=A`De z>@)YN&&A<*;5VF=)n}d`l*`otdY44>)S|?%)ub@u;rlT!$7-&nzE;0d{ke1T>ip=q zf0ORnIDds6j&JF6anJ#NgQu-N^ZcM(t`5+ zor?!|+C|%cfb^-B@sQfDDi7GDU5jde$30Unro@A)vr`YX8mWRj_>I@U+r^ourd4wPg{NF`9Zl{9iVqfL{BYB z{8~*4BObmV^Kz`_TIy@{E7fPr#rbl+TCQ&2YP)V+A0YiTJ{JcY!*B4k)n}d`l*`ot zdY44>)S|?%)ub@u;rlT!$7-&nzE;0dy?rhoY@huPwnxooTr-i*?{D~A9Bd4~!P8cs zd45nXR|n`_646tO62DfH!ib0O$GjY?xt97`{Yv%c&c(Mcn{K{c-(T}W_MH3cd@c?r z1i#_9tUmMnpj@sF(7Pm}rxqoCttN#L58sb@IaYHm^|kty>aBC}ftnYx=iGnO=i+ce z@EeZH>NC#|%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=OU#nlK-Z~c_ta%}O&ixHO7l#vq z-*8-3pLu>zE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(*17ml%?sIc?r-$DIGhmt zhU2pO%=3eCxjI1al8ByKl=!up6h=IJKj!6F&9&6m>Q|~ie=feTZ5B1JV*k0n+2`VL zNbnm@%<41G56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIss7x#_+)!}+$`FY5kK(q zZl8;Tjo~+V+UhgU56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIsop#nNBqFcxB6Th zYz)7_(^j8(eo!t~2k2cA(Nl{OzgCmNh==dTyd0~!mik)#O7-TsIN}FhzTM~IU}N|V zp0@hT^Mi7^IzaD|h@M)M__dl8Mm&5!=H*z;wba+@SE@gEF5YbJG|ScIxaNiIIrn>f zE)FLIzu~y7KJ)ybT&@n#yCkBg7A1bICWR3X-;a4YR&y=&wfdFn&z+0U-#@*yI+|W? zHqGJc4$wT4mO70;AyMRJU=Lx zs{`~diRh_CiC?QpVZ_7tV_uHcTuXheex>?d=Hl316ZnNb7Y7@|Z}7C$XPzIF%hdsT zmqhf`qQtM&q%h*)`!O%aYObZeR=-mHE_3nWnisW)+?RYV4yOXY;fSn0^ZcM(t`5+< zB%-GlC4Q|Yg%JQ}1IoQq?7 zD0(=)@A0`f=m5XL(^j8(eo!t~2k2cA(Nl{OzgCmNh==dTyd0~!mik)#O7-W?#dqC5 zy|P-Jw6mvIC(Zai3y{w5e|z+!{Pixq4)7a1ZS|Sw2jy~gfZin$J+&zDYc(m1c=&$I z%dwhksjtQ}1Q=3@Vr5l{CIL0_Lfwpz_~;vOCow|QR3HX zQW){@{g{_yHP=#Kt6!-;YcAf{cBiX#Tl1Rsk^2Roi^H+NZ#W~X&pbaUm#YKxE{W)= zMTuXlNnymp_hVj;)m%$`t$wBYthspkc)l3n6BvJcSSBYfcHkNaF4Yz)7_(^j8(eo!t~2k2cA z(Nl{OzgCmNh==dTyd0~!mik)#O7&TD@tv#rVLP%X>GTKqsXiA68^dq#wAE*xAC$}0 z0eY82^wgrnuhpb5;^F%-FUM-GrM_0bQhnB3yxz9`^B0e5Uei8uf2PmH;aK1|oRQUM zo*$IU)d6~!MD*06#IMz)Fyi6+F)znzuBE8%G@ZTpVl+ zzroX1pLu>zE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(S#$B?d^X09cxinu4mO70 z;AyMRJU=Lxs{`~diRh_CiC?QpVZ_7tV_uHcTuXheex-WrT)f%bxiep1ov$~m?%tcn z^>L|B`|Di>8^dq#wAE*xAC$}00eY82^wgrnuhpb5;^F%-FUM-GrM_0bQvGgoaaHxh01N1J5=&41CU#m%B#KZSvUXImVOMR_=rTX3G;=?sBYwx&! zzxC%Y(xJd_I3TOfJU=Lxs{`~diRh_CiC?QpVZ_7tV_uHcTuXheex>@|=HgpwUe?}m zU%2gakq!lZ!vR@+=J`RnTpgfyNkmUAO8i<)3L_rAAMU&pbaUm#YKxE{W)=MTuXlNnymp_hVj;)m%$`t$wBY-R9!w*SxH~ z<9^2H;&3ML8xF|oGtUpo<>~;vOCow|QR3HXQW){@{g{_yHP=#Kt6!;pr@46ln`>Uy z-f@#oZ+P*M$%V7;>^{SHDCtV2FZKUE)RWLZy3t#pQxD5+C@B0weTYJfz$nk^C(5Op z=YM!~pff1Fh3`cFD)rE-UW*bB-;H@WR&y=&wfd6krTZ^o*H&FSeb@cdr`z@Br0EWi z&tC2_9og$$zUjapcOf5>C+G%GTYcvFyXh9H%DzH-ElM4-8?*=5ukdG5iKkTYcvFLAhKVpm#|`Pc2IPT1^Tg9=;#*a;)ZB>TC5Y)$cYJ z$Mt%b@AkPk*cg6;r>#Eo{GeQ}4$!+KqNf%meyt{j5f9&wc{x^dE%mkfmFjn!i{pB| z%is37IM^6|gQu-N^ZcM(t`5+zE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(yUoRMz24Y)-vCl<1 z2KWs}V)dEl2jy~gfZin$J+&zDYc(m1c=&$I%dwhksjt)YBnA8iPg{NF`9Zl{9iVqfL{BYB z{8~*4BObmV^Kz`_TIy@{E7fPt#c{m=@a*t@X#3F!`Z-ZI4G;n zJU=Lxs{`~diRh_CiC?QpVZ_7tV_uHcTuXheex-WLTx8GF8P^+(ogLm^eAb_*LsGzR z@U+!uo*$IU)d6~!MD*06#IMz)Fyi6+F)znzuBERwJ{O0Rf!}aUR-bu(P%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-;^_IDKZMEJE zWAVxMZq4i2SMKlfxi}mR{DyO~`pol#a=AJ{?~;g~T9o*;niNJnd_U&pSk1N6*XmcQ z*XAN#AN_dOJlEc9y4m#N3!CF+bbn<0Yp4EuH2D~QgQu-N^ZcM(t`5+iH0hGR7^Y|psg`}IB-=}6!=9FNs! zo*$IU)d6~!MD*06#IMz)Fyi6+F)znzuBEC-<}8;B%2q z27bdSS$*dDLAhKVpm#|`Pc2IPT1^Tg9=;#*a;)ZB>TC5Y)oXJR?;COP{^{jzyKZJ} zHyz)rT_%(7^|?6M7=DANtv>Vopj@sF(7Pm}rxqoCttN#L58sb@IaYHm^|kty>T~Df z_+ITYnS6uK#lgn#8$50Gndb-Pa&>^-B@sQfDDi7GDU5jde$30Unro@A)vr{aI~T|I zYM0668+|SgHiqBeX{*mXKPZ>01N1J5=&41CU#m%B#KZSvUXImVOMR_=rTW~tIL0S- zf3wfU!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0HjClBd%*(NwYpJi*uT-Bq7svI<(c$#o z?Q?Mu0)B(1tv>Vopj@sF(7Pm}rxqoCttN#L58sb@IaYHm^|kty>T~DfxIQ^LoZh$k zTpWae-{5Jh&pbaUm#YKxE{W)=MTuXlNnymp_hVj;)m%$`t$wBY+_^ZePmT_!_w7Cx z2O;1$c-rbS&kxGw>Hxh01N1J5=&41CU#m%B#KZSvUXImVOMR_=rFzR;Jh(i4as{!8;5QtW)n}d`l*`otdY44>)S|?%)ub@u;rlT!$7-&nzE;0d{W){-_Nv=- z?Rp(PF!k-rrkiiqV|&fZ|NH$u7s^-B@sQfDDi7GDU5jde$30U znro@A)vr{)%Um4WYhFJ3@AzCKAH#3(wAE*xAC$}00eY82^wgrnuhpb5;^F%-FUM-G zrM_0bQvEJ-acr-7d4tcz!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0HjClBd%*(NwYpJi* zuT;OwTpZhLUOwLE;$UO=4W738%=3eCxjI1al8ByKl=!up6h=IJKj!6F&9&6m>Q}1Y zWiF2GH7|e6=i*>v_zj-6`pol#a=AJ{?~;g~T9o*;niNJnd_U&pSk1N6*XmcQ-(@b2 z?KLl-;&XAZG5iKkTYcvFLAhKVpm#|`Pc2IPT1^Tg9=;#*a;)ZB>TC5Y)$cMF$M%|+ zPxHAr*cg6;r>#Eo{GeQ}4$!+KqNf%meyt{j5f9&wc{x^dE%mkfmFmx#i}Vqx)BaNc zuQxBW(?_2SPuDq^uQzQso@eWP+fVr8(d1+J4W738%=3eCxjI1al8ByKl=!up6h=IJ zKj!6F&9&6m>Q}1YeJ+mY**f3hb8)aS{02{3edhT=xm+EfcS%G~ElT`aO$s9(z8~{) ztmazkYxOJD?>-mD^K6~>_*@)p48OtCR-bu(P%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO z`da-;_1au~{{HE!U+;2lzL;;0$MXyH+2MW7&-m}rBnA8iPg{NF`9Zl{9iVqfL{BYB z{8~*4BObmV^Kz`_TIy@{E7k8X7svAp^x5J4b)Soa67U;5ZS|Sw2jy~gfZin$J+&zD zYc(m1c=&$I%dwhksjt)S|?% z)ub@u;rlT!$7-&nzE;0d{SI?+Y%h12e67#L!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0H zjClBd%*(NwYpJi*uT-zi#s2f7FCRCHMY}v|hiB;2yqG=a{`vbpdh&)BADLV@`yTHz ze6NzORQgi???XKa{iEBg{}-R7^#7rt@C$Jhg%*KPp4Cs3OE=H|@aRBiPHxhxF7i_|9O#)1b)NuSbgUCLAhKVpm#|`Pc2IPT1^Tg9=;#* za;)ZB>TC5Y)oXLH|I^~|C&o+tJe)V(z3IXBzE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(JI%$5-Qn?g#^U6Qd@c?) zhTq_6tIs??D3_}P^e&0$sYQujt4U$R!}nuej@4XCeXV|_`km(D!STFZ%pTu19X-Y5 zU-{dS&&A=4;Wr$()n}d`l*`otdY44>)S|?%)ub@u;rlT!$7-&nzE;0deb!vO+4j%V zX_lLj{T|)zE>{QWT@uk#ixR(9lfsCH@5j6xtGSl?TK!7(JI%$B z{T}`0J{JcY!*B4k)n}d`l*`otdY44>)S|?%)ub@u;rlT!$7-&nzE;0deb!t&IBsUE zyQ|w*+GcZH^UC&%`~5x_hXaA%a5`3>d45nXR|n`_646tO62DfH!ib0O$GjY?xt97` z{Yv#&b8(o5*PHpQUDmv=edGT7J{N~0f!}aGR-bu(P%c*o=v@-gQ;QP6R+GYrhwsO{ z9ILsO`da-;^~Sk4-_Y}PUjF;yxE^=;JD=>&(;*+jZ}7C$XPzIF%hdsTmqhf`qQtM& zq%h*)`!O%aYObZeR=-lcaW01EFFyMGsypmI+@zgW&kxGw z>Hxh01N1J5=&41CU#m%B#KZSvUXImVOMR_=rTVP7_~`TP;dV3c zUm`u4*GAL%{r5f>2OGn0@U+!uo*$IU)d6~!MD*06#IMz)Fyi6+F)znzuBE9osXX;EzX>An+T+vHHyOgL1h#K<|=>o?4XnwVD)0 zJbXXqo?4XnwVD)0JbXXq+i^+QsyGv)CN> zi}j5~Gm6(q|LT#?Me;HH22Wdk=J`RnTpgfyNkmUAO8i<)3L_rAAMUWuo^mF2vew+R*pNoTy;Wv2N>NC#|%H`?+ zy-Ol`YEk0XYEl^S@co#VV>Q=OU#nlKey6#(>iQ=!j%PA{j?cxx#_$_FZS|Sw2jy~g zfZin$J+&zDYc(m1c=&$I%dwhksjti{bR%Vo zpj@sF(7Pm}rxqoCttN#L58sb@IaYHm^|kty>b1Fu$D_Zbdx0KiIs4$~>6^#)^-B@sQfDDi7GDU5jde$30Unro@A)vr`#Eo{GeQ}4$!+KqNf%m zeyt{j5f9&wc{x^dE%mkfmFjnzix1Vjs{P~sZl8<8p}=oAA*;_kKPZ>01N1J5=&41C zU#m%B#KZSvUXImVOMR_=rTU%b;=?tsYX7*u$LHd3DDWFj$m%oC56b200KH2hdTLSP z*J@H2@$mhamt!^8QeUfIseY%q_?DViwSU~->vM596!;A%Wc8Wn2jy~gfZin$J+&zD zYc(m1c=&$I%dwhksjt7H$8PjtbWJ zo{s7Rq`%eY;$UO=4W738%=3eCxjI1al8ByKl=!up6h=IJKj!6F&9&6m>Q}1Ior_2F zP0dT%OYU#?xj38){Dwoa`pol#a=AJ{?~;g~T9o*;niNJnd_U&pSk1N6*XmcQ&zg&u zSKaBlz1hsyqxyOAJw6u)8^dq#wAE*xAC$}00eY82^wgrnuhpb5;^F%-FUM-GrM_0b zQhnB3e0140NA2v!akJbs>(P9^%Xj)*9Bd4~!P8csd45nXR|n`_646tO62DfH!ib0O z$GjY?xt97`{Yv$DbMg66J|6v|&&9#U@EbgB^_k}f<#Kg^-X#$|wJ7mxH7SgE_q?!N%|#JZ<%v=Lh9-b%5R_5k0ji@oP0H zjClBd%*(NwYpJi*uT-Bu7q4!+#kl6;-}1RQ*cg6;r>#Eo{GeQ}4$!+KqNf%meyt{j z5f9&wc{x^dE%mkfmFn~7;=yrq(v0cpi<9s3xj5JueuJm2KJ)ybT&@n#yCkBg7A1bI zCWR3X-;a4YR&y=&wfdFnv*zOU=ICg(xzw#zvzphnZ`}W-&&A)S|?%)ub@u;rlT!$7-&nzE;0deb!vO(ald*-E7`04i1~=+T}?8&iMU47Y7@| zZ}7C$XPzIF%hdsTmqhf`qQtM&q%h*)`!O%aYObZeR=-kx)?DnTVb?rc^OE+G`v-h3 z4(9^D;gGC8^ZcM(t`5+v_zj-6`pol#a=AJ{?~;g~T9o*;niNJnd_U&pSk1N6*XmcQ&zy^^ZP!o5 z%g4=_o~!diJ{JcY!*B4k)n}d`l*`otdY44>)S|?%)ub@u;rlT!$7-&nzE;0decoI= z?&j?s`f;)Cx>Z;6+V+Y2eLfe5aW^`{f_TxSm2OGn0@U+!uo*$IU)d6~! zMD*06#IMz)Fyi6+F)znzuBEAq|Gv+~!N%|# zJZ<%v=Lh9-b%5R_5k0ji@oP0HjClBd%*(NwYpJi*uT;O|T)f#l*T3V~NFI6lDW8jj zjo~+V+UhgU56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIsXlKm_76q3vy1C>vtG}~ z^C!lC=yP$fG5iKkTYcvFLAhKVpm#|`Pc2IPT1^Tg9=;#*a;)ZB>TC5Y)$cGDZ#9eU zy5@E58}~o*xi}mN{D$+f`pol#a=AJ{?~;g~T9o*;niNJnd_U&pSk1N6*XmcQx6H+Z zd3)5}+%DTuO~Y4C?x%e&4r0J>P{!&r&kxGw>HxhBn+OKr2>Tx*-LJmx~@_l-Um2OGn0@U+!uo*$IU)d6~!MD*06#IMz) zFyi6+F)znzuBEQ}1Ior~l9X>l_7DxZskjo~+V+UhgU z56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIsXliuK3MaD_LTdpeJ&0s1Ha*ztUmMn zpj@sF(7Pm}rxqoCttN#L58sb@IaYHm^|kty>T~DfLp3jGPr1L&=i+cO@EeZF>NC#| z%H`?+y-Ol`YEk0XYEl^S@co#VV>Q=OU#nlKK6frYT=RnVl>3`}E)FLHzu}myKJ)yb zT&@n#yCkBg7A1bICWR3X-;a4YR&y=&wfdFnbLZk)YF^Nua(|o8#o=V&Hyo4IXPzIF z%hdsTmqhf`qQtM&q%h*)`!O%aYObZeR=-kx?p%DN<^}C3_jmbR98Ly)!!cQX=J`Rn zTpgfyNkmUAO8i<)3L_rAAME{^QUIuC!R&qeYv{02{3 zedhT=xm+EfcS%G~ElT`aO$s9(z8~{)tmazkYxOJD?=%-j_GF#6_*@)p48OtCR-bu( zP%c*o=v@-gQ;QP6R+GYrhwsO{9ILsO`da-;^*hbQkv&=G#&`M8i{xYY4W738%=3eC zxjI1al8ByKl=!up6h=IJKj!6F&9&6m>Q|~icP`#|XnJ!yU#_Q@n(o?d=Hkfyyg2#)d@c?) zhTq_6tIs??D3_}P^e&0$sYQujt4U$R!}nuej@4XCeXV|_`d#MY*j@|x`tSC?FOrYp zH+b6WGtUpo<>~;vOCow|QR3HXQW){@{g{_yHP=#Kt6!=9+_^ZsIqi)Hr_Zbwo9*(6 z?PAeRudeRiY@eGy*U~#p|EqudiXZm5NT&?H;l!;z^ZcM(t`5+or}>(yu5w3y*ghHk4wLKBp+$;wLTXI8^dq#wAE*xAC$}00eY82 z^wgrnuhpb5;^F%-FUM-GrM_0bQhm`}9LWRI@A0`f*cg6;r>#Eo{GeQ}4$!+KqNf%m zeyt{j5f9&wc{x^dE%mkfmFjcn;=%E1yO>>Vo@=l5KQ*??G5jk1UZ0DDjo~+V+UhgU z56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIsa~6lrw=_iy?A9h{DtvqvskR3x_#@o zy|kDw$MJVXoZY|wd;a%D(gJ>iE>@p;eo!t~2k2cA(Nl{OzgCmNh==dTyd0~!mik)# zO7+&c*nf2NV%5!_x_xP}T8(QgPQKFT;$UO=4W738%=3eCxjI1al8ByKl=!up6h=IJ zKj!6F&9&6m>Q}0_&c(~e&B?QE*U!b(vaNYhd&vD&J{N~mf!}aMR-bu(P%c*o=v@-g zQ;QP6R+GYrhwsO{9ILsO`da-;_13xg&ZhryvF63>G525gxj38-{Dz~l`pol#a=AJ{ z?~;g~T9o*;niNJnd_U&pSk1N6*XmcQ*XH8$_lLhNKG`02tCMDV*mfg%X3ncm?WqU< z@Z=3IJ~Fv*wte5L;pG1$T`Bpc{@;gs68c9s`m;oQmeT)+g2FGvO%z%LMtN30Q7+v) z|HGpLok8g>d?)%>sfS+mT9kPBZp_QEnro@A)t6K+-G2#7%*ByBGw0Q(cEji5AP9Ma zZcxYSGtb{mw@_8~720c2>Y&x6Fyi6+F)znzuBE3 z+UhgU56b200KH2hdTLSP*J@H2@$mhamt!^8QeUfIsXlWqj_oZYhU2^Gb8*lCeuJm2 zKJ)ybT&@n#yCkBg7A1bICWR3X-;a4YR&y=&wfdFnGw0&i-ZEl1z5}0&gAVW;JZ<%v z=Lh9-b%5R_5k0ji@oP0HjClBd%*(NwYpJi*uT-Bo7svSV(UV&~7Y7@|Z}7C$XPzIF z%hdsTmqhf`qQtM&q%h*)`!O%aYObZeR=-kx=3E@($45`T#OLB*WB3i8w))KTgL1h# zK<|=>o?4XnwVD)0JbXXq@Pf`^x=JpNqrMz;8GwtIs??D3_}P z^e&0$sYQujt4U$R!}nuej@4XCeXV|_`pmib`8BU+U%8+5xi}mR{DyO~`pol#a=AJ{ z?~;g~T9o*;niNJnd_U&pSk1N6*XmcQ*XCk)OWL^i)&)4hzy=ZG*(SCCO z-ADX+-E=bW8&2u}Z|`ba+XjN@59klbFDZnaN)JAi28t<754{MYP=R9w$tL*USF@W3 z!?H7-)v_SaoMxDhH|XtSFg9LUb>{Vvxl$g$ca6nN%}V%MPcBC|Jf7n6TuWb?Yt<|D z|93Bb?dQwTEpJEtu`I}Gd|xi>zV7Tkolg(G7fHv^8#Haznb$|=N_ha^H5M~9E8%NB zxg6o}c#6w&Eq!UORj<@vv=@)dwTtJ&>DKS-pVEIm`(7j+LvPTuRcBrwnJeW1eAiga z)U1TB_2hDd!{aF~&$aZWxmLYWf6-q2*}uLmuXlMI&+}y(=izc|`FNYbzVpwE;Vhsx z9E??GULTn&*z4-BUW6LMo7WQBNyciAy zdc)~hb>{Vvxl$g$ca6nN%}V%MPcBC|Jf7n6TuWb?Yt<|D7wyHTe(K-H(@V>T+939` z@5OK`&>N1(sxz;T%$4#0zH2OIYF5J6dU83!;qerg=UV#GT&rHGU)zhzFD>CG>0{rW zUgz=U&|UhL&$CtR-@X^a(LirFC#%l9J~CIz1Ng47n5kI_U+c-`2#3d0T%K#`OLMJy zrGCp^{53oe-MQtHY#aN{_hL98=nbc3)tT2v=1O@0-!&F9H7nt3J-Hm=@OX;Lb1i*o zu2rwpZ`q5Fx8==$(=cA=Z{u}3cc-1*PJ8crF~}HtgQl%I^ZLkKDG%Vg#$u*sC48+X zmm?e=PjPv!r7z93>XrIe?ZutlPW#38VvsTP22ERa=Jk=eQXar}jm1pOO88n&E=M># zp5pRcOJAC6)hqR{+KW58o%Y~+F~}HtgQl%I^ZLkKDG%Vg#$u*sC48+Xmm?e=PjPv! zr7z93>XrIe?ZutlPW#>WVvsTP22ERa=Jk=eQXar}jm1pOO88n&E=M>#p5pRcOJAC6 z)hqR{+KW58o%ZN^F~}HtgQl%I^ZLkKDG%Vg#$u*sC48+Xmm?e=PjPv!r7z93>XrJn Gz4#AAzq%#> diff --git a/src/GAM/Items_Quests.json b/src/GAM/Items_Quests.json deleted file mode 100644 index f26b9f9..0000000 --- a/src/GAM/Items_Quests.json +++ /dev/null @@ -1,141136 +0,0 @@ -{ - "Header": { - "DeadBeef": -559038737, - "SnoType": 2458, - "Unknown1": 0, - "Unknown2": 0, - "Unknown3": 0, - "Unknown4": 0, - "SNOId": 130867, - "BalanceType": 2, - "I0": 1716279516, - "I1": 0 - }, - "Items": [ - { - "Hash": 1616046029, - "Name": "Orn_VaseB_caOut_Props", - "GBID": 0, - "PAD": 0, - "SNOActor": 6366, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1716270119, - "Name": "Orn_caOut_CrateA", - "GBID": 0, - "PAD": 0, - "SNOActor": 3637, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -414263135, - "Name": "Orn_caOut_Cauldron", - "GBID": 0, - "PAD": 0, - "SNOActor": 3630, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 198761811, - "Name": "Orn_caOut_VendorStandB", - "GBID": 0, - "PAD": 0, - "SNOActor": 3715, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1436343990, - "Name": "Orn_a2dun_Zolt_Centerpiece_A", - "GBID": 0, - "PAD": 0, - "SNOActor": 2975, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 871299343, - "Name": "ActIQ2_RatMageSkull", - "GBID": 0, - "PAD": 0, - "SNOActor": 4998, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1321141785, - "Name": "RiftTomePage", - "GBID": 0, - "PAD": 0, - "SNOActor": 5020, - "ItemTypesGBID": -938309842, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 758030166, - "Name": "ArcanaObscurum", - "GBID": 0, - "PAD": 0, - "SNOActor": 3197, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 69227606, - "Name": "BogusArcanaObscurum", - "GBID": 0, - "PAD": 0, - "SNOActor": 3422, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1716755910, - "Name": "CultistHead", - "GBID": 0, - "PAD": 0, - "SNOActor": 3899, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -744483821, - "Name": "GhostKnightBox", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 959408672, - "Name": "TriuneSmithsTools", - "GBID": 0, - "PAD": 0, - "SNOActor": 6032, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -111100892, - "Name": "ZakarumTotem", - "GBID": 0, - "PAD": 0, - "SNOActor": 6625, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2060267116, - "Name": "BrokenDoll", - "GBID": 0, - "PAD": 0, - "SNOActor": 3491, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1061919756, - "Name": "SwordOfJustice_Shard", - "GBID": 0, - "PAD": 0, - "SNOActor": 117927, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1041902386, - "Name": "SwordOfJustice_Blade", - "GBID": 0, - "PAD": 0, - "SNOActor": 117930, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 552387627, - "Name": "SwordOfJustice_Hilt", - "GBID": 0, - "PAD": 0, - "SNOActor": 117931, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1170982117, - "Name": "SwordOfJustice", - "GBID": 0, - "PAD": 0, - "SNOActor": 120391, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2142995682, - "Name": "DemonTrebuchetKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 166943, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1946703237, - "Name": "Queens_Prison_Journal", - "GBID": 0, - "PAD": 0, - "SNOActor": 107264, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1315141411, - "Name": "Lore_GoatmenHunter1", - "GBID": 0, - "PAD": 0, - "SNOActor": 108075, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1315141412, - "Name": "Lore_GoatmenHunter2", - "GBID": 0, - "PAD": 0, - "SNOActor": 108076, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1315141413, - "Name": "Lore_GoatmenHunter3", - "GBID": 0, - "PAD": 0, - "SNOActor": 108077, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -9368585, - "Name": "Lore_NephalemBonusTome", - "GBID": 0, - "PAD": 0, - "SNOActor": 111127, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -929350635, - "Name": "Lore_NephalemDrownedTemple", - "GBID": 0, - "PAD": 0, - "SNOActor": 119732, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 487594345, - "Name": "Lore_NephalemLastStand", - "GBID": 0, - "PAD": 0, - "SNOActor": 119731, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -214973518, - "Name": "Lore_NephalemWarriorsRest", - "GBID": 0, - "PAD": 0, - "SNOActor": 119736, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1044104937, - "Name": "Lore_NephalemCryptofAncients", - "GBID": 0, - "PAD": 0, - "SNOActor": 119738, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1584889204, - "Name": "TownAttackCellar_Maghda", - "GBID": 0, - "PAD": 0, - "SNOActor": 142840, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1064833648, - "Name": "Lore_MaghdaManor", - "GBID": 0, - "PAD": 0, - "SNOActor": 144184, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 83775029, - "Name": "BlizzconPrize", - "GBID": 0, - "PAD": 0, - "SNOActor": 218263, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1334632572, - "Name": "The Adventurer's Box", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1115663192, - "Name": "TorrQuestItem", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -286584688, - "Name": "QuestA1C2Inquisitor", - "GBID": 0, - "PAD": 0, - "SNOActor": 4968, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -163343908, - "Name": "ResonatingCrystal", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 257153863, - "Name": "AlbrechtsRemains", - "GBID": 0, - "PAD": 0, - "SNOActor": 5356, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -105685431, - "Name": "BlackSoulstone", - "GBID": 0, - "PAD": 0, - "SNOActor": 58999, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -874387762, - "Name": "FuadsJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 120565, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1337010162, - "Name": "WeddingRing", - "GBID": 0, - "PAD": 0, - "SNOActor": 98903, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1620182396, - "Name": "PurificationRelic", - "GBID": 0, - "PAD": 0, - "SNOActor": 119269, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1267096367, - "Name": "JewelerStash", - "GBID": 0, - "PAD": 0, - "SNOActor": 99634, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2076769229, - "Name": "JewelerBonusLoot", - "GBID": 0, - "PAD": 0, - "SNOActor": 159137, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -911218066, - "Name": "JewelerCraftingQuest", - "GBID": 0, - "PAD": 0, - "SNOActor": 168254, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 583850296, - "Name": "AngelicSeal", - "GBID": 0, - "PAD": 0, - "SNOActor": 114877, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 710181447, - "Name": "A2C2EmptyCage", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -419693385, - "Name": "A2C2SharkNecklace", - "GBID": 0, - "PAD": 0, - "SNOActor": 2942, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1670066139, - "Name": "A2C2SharkHide", - "GBID": 0, - "PAD": 0, - "SNOActor": 441, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 100, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1174205112, - "Name": "A2C2WantedPoster", - "GBID": 0, - "PAD": 0, - "SNOActor": 2953, - "ItemTypesGBID": -938309842, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1549871432, - "Name": "A2C2HusamHead", - "GBID": 0, - "PAD": 0, - "SNOActor": 3899, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1705409336, - "Name": "A2C2OreBag", - "GBID": 0, - "PAD": 0, - "SNOActor": 441, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 492207479, - "Name": "A2C2NecromancerCrystal", - "GBID": 0, - "PAD": 0, - "SNOActor": 2932, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -201242863, - "Name": "A2C2WantedPosterGood", - "GBID": 0, - "PAD": 0, - "SNOActor": 2953, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -832632349, - "Name": "A2C2RygnarIdol", - "GBID": 0, - "PAD": 0, - "SNOActor": 2990, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -680344601, - "Name": "ZK_Eye", - "GBID": 0, - "PAD": 0, - "SNOActor": 57390, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2130061428, - "Name": "ZK_Blood", - "GBID": 0, - "PAD": 0, - "SNOActor": 123171, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1572550438, - "Name": "ZK_Blood2", - "GBID": 0, - "PAD": 0, - "SNOActor": 137917, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -976535303, - "Name": "ZK_Eye2", - "GBID": 0, - "PAD": 0, - "SNOActor": 59454, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -976449354, - "Name": "ZK_Head", - "GBID": 0, - "PAD": 0, - "SNOActor": 57388, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1277547304, - "Name": "ZK_Head_1_Eye", - "GBID": 0, - "PAD": 0, - "SNOActor": 59455, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1041284695, - "Name": "ZK_Head_Both_Eyes", - "GBID": 0, - "PAD": 0, - "SNOActor": 59456, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -937714844, - "Name": "CultistCellarKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 4676, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1106798245, - "Name": "AqueductKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 58432, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2104026789, - "Name": "FacePuzzleSmallKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 207616, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1739010131, - "Name": "FacePuzzleLargeKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 207617, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -611280980, - "Name": "ZK_Head_Fake", - "GBID": 0, - "PAD": 0, - "SNOActor": 58615, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1009418946, - "Name": "ZKBox_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 58987, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1009418945, - "Name": "ZKBox_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 58988, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1009418944, - "Name": "ZKBox_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 58989, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254433969, - "Name": "HunterJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 60163, - "ItemTypesGBID": -938309842, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188592605, - "Name": "Quest_Nephalem_Key_A", - "GBID": 0, - "PAD": 0, - "SNOActor": 61441, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -188592604, - "Name": "Quest_Nephalem_Key_B", - "GBID": 0, - "PAD": 0, - "SNOActor": 62989, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 632016607, - "Name": "Quest_a3dun_keep_quartermaster", - "GBID": 0, - "PAD": 0, - "SNOActor": 141262, - "ItemTypesGBID": 3940472, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1169297478, - "Name": "Quest_JailWarden_Key", - "GBID": 0, - "PAD": 0, - "SNOActor": 100931, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1789329228, - "Name": "Quest_GoatmanStaff", - "GBID": 0, - "PAD": 0, - "SNOActor": 123791, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254577299, - "Name": "Gharbadtheweak_Rezzer", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2045857974, - "Name": "SpiderQueenVenom", - "GBID": 0, - "PAD": 0, - "SNOActor": 90600, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1504436220, - "Name": "ZKNephalemTome", - "GBID": 0, - "PAD": 0, - "SNOActor": 61860, - "ItemTypesGBID": 3646475, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 268380124, - "Name": "Event_Tower_Of_Power_Book", - "GBID": 0, - "PAD": 0, - "SNOActor": 61860, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1997535124, - "Name": "Event_LeoricServant_Book", - "GBID": 0, - "PAD": 0, - "SNOActor": 61860, - "ItemTypesGBID": 3940472, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 743502187, - "Name": "SwordOfJustice_Tyrael", - "GBID": 0, - "PAD": 0, - "SNOActor": 182347, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 591781793, - "Name": "Event_TramauWard_BattleElixir", - "GBID": 0, - "PAD": 0, - "SNOActor": 151272, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 20, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 518493471, - "Name": "Event_WarPlans_MedicSupplies", - "GBID": 0, - "PAD": 0, - "SNOActor": 151596, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 20, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 782001559, - "Name": "Event_WarPlans_BattlefieldReports", - "GBID": 0, - "PAD": 0, - "SNOActor": 151271, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 20, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1064126826, - "Name": "CalldownGrenade", - "GBID": 0, - "PAD": 0, - "SNOActor": 91041, - "ItemTypesGBID": -1945202604, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 20, - "Cost": 85, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 262144, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 767914891, - "Name": "DrownedTemple_Shard", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 887714236, - "Name": "Lore_CainLetter", - "GBID": 0, - "PAD": 0, - "SNOActor": 132520, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -257091570, - "Name": "Lore_Festering_WarriorsRest", - "GBID": 0, - "PAD": 0, - "SNOActor": 136835, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1651730228, - "Name": "Lore_Festering_CryptOfTheAncients", - "GBID": 0, - "PAD": 0, - "SNOActor": 136835, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1975720945, - "Name": "Lore_Festering_DrownedTemple", - "GBID": 0, - "PAD": 0, - "SNOActor": 136835, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -307664173, - "Name": "Lore_PromisesOfFezuul", - "GBID": 0, - "PAD": 0, - "SNOActor": 140360, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 596055988, - "Name": "Lore_Bestiary_Khazra", - "GBID": 0, - "PAD": 0, - "SNOActor": 140328, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -782484308, - "Name": "Lore_Bestiary_KhazraShaman", - "GBID": 0, - "PAD": 0, - "SNOActor": 140465, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1928969240, - "Name": "Lore_Bestiary_Skeleton", - "GBID": 0, - "PAD": 0, - "SNOActor": 140469, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1347317402, - "Name": "Event_BastionsKeep_Officer", - "GBID": 0, - "PAD": 0, - "SNOActor": 148958, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 957808703, - "Name": "LeoricExperiment", - "GBID": 0, - "PAD": 0, - "SNOActor": 148628, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -961905625, - "Name": "SpiritJourney", - "GBID": 0, - "PAD": 0, - "SNOActor": 151115, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -374107370, - "Name": "A2_Oasis_KamyrsOrders", - "GBID": 0, - "PAD": 0, - "SNOActor": 153968, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1048823696, - "Name": "A2_Oasis_KamyrsOrdersTwo", - "GBID": 0, - "PAD": 0, - "SNOActor": 154003, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -341659389, - "Name": "A2_TemplarBackstory_3_Landus's_Diary", - "GBID": 0, - "PAD": 0, - "SNOActor": 153756, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1189011297, - "Name": "Lore_Dark_Zealot", - "GBID": 0, - "PAD": 0, - "SNOActor": 156436, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1754295366, - "Name": "Lore_Wortham_Priest1", - "GBID": 0, - "PAD": 0, - "SNOActor": 156448, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1754295365, - "Name": "Lore_Wortham_Priest2", - "GBID": 0, - "PAD": 0, - "SNOActor": 156452, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 194978865, - "Name": "Lore_Leoric_Caves1", - "GBID": 0, - "PAD": 0, - "SNOActor": 156454, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 194978866, - "Name": "Lore_Leoric_Caves2", - "GBID": 0, - "PAD": 0, - "SNOActor": 156456, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2033044249, - "Name": "Lore_Halls_of_Agony1", - "GBID": 0, - "PAD": 0, - "SNOActor": 156459, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2033044248, - "Name": "Lore_Halls_of_Agony2", - "GBID": 0, - "PAD": 0, - "SNOActor": 156461, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -523455061, - "Name": "Lore_Hermit_Caves", - "GBID": 0, - "PAD": 0, - "SNOActor": 156463, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1750463778, - "Name": "Lore_Belial_Desolate_Sands", - "GBID": 0, - "PAD": 0, - "SNOActor": 156466, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2026459667, - "Name": "Lore_Belial_Guards_Orders", - "GBID": 0, - "PAD": 0, - "SNOActor": 156469, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1872782338, - "Name": "Lore_Belial_Imperial_Guard", - "GBID": 0, - "PAD": 0, - "SNOActor": 156471, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1562221429, - "Name": "Lore_Belial_Maghda_Missive1", - "GBID": 0, - "PAD": 0, - "SNOActor": 156473, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1562221428, - "Name": "Lore_Belial_Maghda_Missive2", - "GBID": 0, - "PAD": 0, - "SNOActor": 156475, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2068103257, - "Name": "Lore_BelialOasis", - "GBID": 0, - "PAD": 0, - "SNOActor": 156477, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -310644525, - "Name": "Lore_BelialSewers", - "GBID": 0, - "PAD": 0, - "SNOActor": 156479, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 762726795, - "Name": "CommandersLog", - "GBID": 0, - "PAD": 0, - "SNOActor": 148995, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1794612507, - "Name": "Adria_ZoltunKulle2", - "GBID": 0, - "PAD": 0, - "SNOActor": 158013, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1655918527, - "Name": "Lazarus_Grimoire", - "GBID": 0, - "PAD": 0, - "SNOActor": 158649, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1136831502, - "Name": "A3_Battlefields_Supply_WagonDiaries", - "GBID": 0, - "PAD": 0, - "SNOActor": 148152, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 849288416, - "Name": "JewelerBackstory", - "GBID": 0, - "PAD": 0, - "SNOActor": 162671, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -326972454, - "Name": "Lore_CampCultist", - "GBID": 0, - "PAD": 0, - "SNOActor": 191720, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 137869641, - "Name": "A4_Hub_OldCouple_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 166778, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1346281779, - "Name": "Lore_UriktheSeer1", - "GBID": 0, - "PAD": 0, - "SNOActor": 166879, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1346281778, - "Name": "Lore_UriktheSeer2", - "GBID": 0, - "PAD": 0, - "SNOActor": 166897, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1346281777, - "Name": "Lore_UriktheSeer3", - "GBID": 0, - "PAD": 0, - "SNOActor": 166899, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1805951034, - "Name": "Lore_HuntersJournal1", - "GBID": 0, - "PAD": 0, - "SNOActor": 148675, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1805951033, - "Name": "Lore_HuntersJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 148683, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1805951032, - "Name": "Lore_HuntersJournal3", - "GBID": 0, - "PAD": 0, - "SNOActor": 148689, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1805951031, - "Name": "Lore_HuntersJournal4", - "GBID": 0, - "PAD": 0, - "SNOActor": 148696, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1805951030, - "Name": "Lore_HuntersJournal5", - "GBID": 0, - "PAD": 0, - "SNOActor": 148704, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1805951029, - "Name": "Lore_HuntersJournal6", - "GBID": 0, - "PAD": 0, - "SNOActor": 148710, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -69352412, - "Name": "Oasis_LoveLetter", - "GBID": 0, - "PAD": 0, - "SNOActor": 169827, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2076851366, - "Name": "Lore_KulleJournal1", - "GBID": 0, - "PAD": 0, - "SNOActor": 148803, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2076851365, - "Name": "Lore_KulleJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 148809, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2076851364, - "Name": "Lore_KulleJournal3", - "GBID": 0, - "PAD": 0, - "SNOActor": 148815, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2076851363, - "Name": "Lore_KulleJournal4", - "GBID": 0, - "PAD": 0, - "SNOActor": 169894, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2037293051, - "Name": "Dahlgur_Oasis", - "GBID": 0, - "PAD": 0, - "SNOActor": 169935, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1830584282, - "Name": "SecretMissive", - "GBID": 0, - "PAD": 0, - "SNOActor": 170010, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -434480145, - "Name": "ServantsDiary", - "GBID": 0, - "PAD": 0, - "SNOActor": 170067, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -515417416, - "Name": "MerchantsLedger", - "GBID": 0, - "PAD": 0, - "SNOActor": 170204, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1161401390, - "Name": "GuardCaptainJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 170227, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 649440346, - "Name": "OneLastEntry2", - "GBID": 0, - "PAD": 0, - "SNOActor": 170260, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -93736119, - "Name": "JewelerJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 171265, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 231166872, - "Name": "LoveLetter2", - "GBID": 0, - "PAD": 0, - "SNOActor": 171463, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -773622174, - "Name": "Lore_Bestiary_Beast", - "GBID": 0, - "PAD": 0, - "SNOActor": 177107, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2056599432, - "Name": "Lore_Bestiary_Berserker", - "GBID": 0, - "PAD": 0, - "SNOActor": 177109, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 182224206, - "Name": "Lore_Bestiary_Bloodhawk", - "GBID": 0, - "PAD": 0, - "SNOActor": 177111, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 553766744, - "Name": "Lore_Bestiary_CarrionBat", - "GBID": 0, - "PAD": 0, - "SNOActor": 177114, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1094869051, - "Name": "Lore_Bestiary_CarrionNest", - "GBID": 0, - "PAD": 0, - "SNOActor": 177116, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1269749787, - "Name": "Lore_Bestiary_Cultist", - "GBID": 0, - "PAD": 0, - "SNOActor": 177118, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1242678681, - "Name": "Lore_Bestiary_Rockworm", - "GBID": 0, - "PAD": 0, - "SNOActor": 177124, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 918889626, - "Name": "Lore_Bestiary_Spider", - "GBID": 0, - "PAD": 0, - "SNOActor": 177128, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1479088188, - "Name": "Lore_Bestiary_Spiderling", - "GBID": 0, - "PAD": 0, - "SNOActor": 177130, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1023626373, - "Name": "Lore_Bestiary_Vessel", - "GBID": 0, - "PAD": 0, - "SNOActor": 177132, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -480783202, - "Name": "Lore_Bestiary_Withermoth", - "GBID": 0, - "PAD": 0, - "SNOActor": 177134, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1850346105, - "Name": "LeahJournal_PartFour", - "GBID": 0, - "PAD": 0, - "SNOActor": 89525, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1850352619, - "Name": "LeahJournal_PartFive", - "GBID": 0, - "PAD": 0, - "SNOActor": 89526, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1617863425, - "Name": "LeahJournal_PartSix", - "GBID": 0, - "PAD": 0, - "SNOActor": 89527, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -916820948, - "Name": "LeahJournal_PartSeven", - "GBID": 0, - "PAD": 0, - "SNOActor": 89528, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1461740879, - "Name": "HailesJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 178352, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1611966089, - "Name": "KeepHistory", - "GBID": 0, - "PAD": 0, - "SNOActor": 178370, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1789111487, - "Name": "Lore_MorganJournal1", - "GBID": 0, - "PAD": 0, - "SNOActor": 190882, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 918996454, - "Name": "Lore_KhanDakab", - "GBID": 0, - "PAD": 0, - "SNOActor": 190500, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -602499783, - "Name": "Lore_CaliphateSardar", - "GBID": 0, - "PAD": 0, - "SNOActor": 190665, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1789111486, - "Name": "Lore_MorganJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 191104, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2055812841, - "Name": "Lore_PortalRoulette", - "GBID": 0, - "PAD": 0, - "SNOActor": 178786, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 748461214, - "Name": "Lore_WaterPuzzle", - "GBID": 0, - "PAD": 0, - "SNOActor": 183707, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 200883601, - "Name": "Lore_Aqueducts1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189653, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 200883602, - "Name": "Lore_Aqueducts2", - "GBID": 0, - "PAD": 0, - "SNOActor": 189655, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1152614769, - "Name": "Lore_CaldeumHistory1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189658, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1152614768, - "Name": "Lore_CaldeumHistory2", - "GBID": 0, - "PAD": 0, - "SNOActor": 189661, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1152614767, - "Name": "Lore_CaldeumHistory3", - "GBID": 0, - "PAD": 0, - "SNOActor": 189665, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1152614766, - "Name": "Lore_CaldeumHistory4", - "GBID": 0, - "PAD": 0, - "SNOActor": 189667, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1152614765, - "Name": "Lore_CaldeumHistory5", - "GBID": 0, - "PAD": 0, - "SNOActor": 189670, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1152614764, - "Name": "Lore_CaldeumHistory6", - "GBID": 0, - "PAD": 0, - "SNOActor": 189672, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1961036140, - "Name": "Lore_DesolateSands1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189678, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1961036141, - "Name": "Lore_DesolateSands2", - "GBID": 0, - "PAD": 0, - "SNOActor": 189680, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1961036142, - "Name": "Lore_DesolateSands3", - "GBID": 0, - "PAD": 0, - "SNOActor": 189688, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 959984170, - "Name": "Lore_EnchantressJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 189683, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -732450921, - "Name": "Lore_KidVendor", - "GBID": 0, - "PAD": 0, - "SNOActor": 189692, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299703, - "Name": "Lore_LeahJournal1", - "GBID": 0, - "PAD": 0, - "SNOActor": 189699, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299704, - "Name": "Lore_LeahJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 189701, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299705, - "Name": "Lore_LeahJournal3", - "GBID": 0, - "PAD": 0, - "SNOActor": 189703, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299706, - "Name": "Lore_LeahJournal4", - "GBID": 0, - "PAD": 0, - "SNOActor": 189705, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299707, - "Name": "Lore_LeahJournal5", - "GBID": 0, - "PAD": 0, - "SNOActor": 189716, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1376504946, - "Name": "Lore_LordsofHell_Andariel", - "GBID": 0, - "PAD": 0, - "SNOActor": 189737, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 829524920, - "Name": "Lore_LordsofHell_Azmodan", - "GBID": 0, - "PAD": 0, - "SNOActor": 189765, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1966630910, - "Name": "Lore_LordsofHell_Baal", - "GBID": 0, - "PAD": 0, - "SNOActor": 189780, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1522480681, - "Name": "Lore_LordsofHell_Belial", - "GBID": 0, - "PAD": 0, - "SNOActor": 189782, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1439868775, - "Name": "Lore_LordsofHell_Diablo", - "GBID": 0, - "PAD": 0, - "SNOActor": 189784, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1425019405, - "Name": "Lore_LordsofHell_Duriel", - "GBID": 0, - "PAD": 0, - "SNOActor": 189786, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 483100218, - "Name": "Lore_LordsofHell_Intro", - "GBID": 0, - "PAD": 0, - "SNOActor": 189791, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 683006839, - "Name": "Lore_LordsofHell_Mephisto", - "GBID": 0, - "PAD": 0, - "SNOActor": 189807, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -79400789, - "Name": "Lore_AngirisCouncil", - "GBID": 0, - "PAD": 0, - "SNOActor": 193563, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -186580724, - "Name": "Lore_AngirisCouncil_Auriel", - "GBID": 0, - "PAD": 0, - "SNOActor": 193577, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1502173832, - "Name": "Lore_AngirisCouncil_Imperius", - "GBID": 0, - "PAD": 0, - "SNOActor": 193589, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1364925032, - "Name": "Lore_AngirisCouncil_Itherael", - "GBID": 0, - "PAD": 0, - "SNOActor": 193583, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1283961582, - "Name": "Lore_AngirisCouncil_Malthael", - "GBID": 0, - "PAD": 0, - "SNOActor": 193571, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 561726715, - "Name": "Lore_AngirisCouncil_Tyrael", - "GBID": 0, - "PAD": 0, - "SNOActor": 193595, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 719246046, - "Name": "Lore_Necromancer", - "GBID": 0, - "PAD": 0, - "SNOActor": 189823, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2060811819, - "Name": "Lore_OasisCellars_HutPrisoners", - "GBID": 0, - "PAD": 0, - "SNOActor": 189825, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -491733877, - "Name": "Lore_Poltahr", - "GBID": 0, - "PAD": 0, - "SNOActor": 189827, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -189743442, - "Name": "Lore_KalasPoem", - "GBID": 0, - "PAD": 0, - "SNOActor": 189872, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1789111485, - "Name": "Lore_MorganJournal3", - "GBID": 0, - "PAD": 0, - "SNOActor": 191138, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1787200733, - "Name": "Lore_Bestiary_Accursed", - "GBID": 0, - "PAD": 0, - "SNOActor": 196821, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -883139059, - "Name": "Lore_Bestiary_Deceivers", - "GBID": 0, - "PAD": 0, - "SNOActor": 196823, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 252238996, - "Name": "Lore_Bestiary_DuneDervish", - "GBID": 0, - "PAD": 0, - "SNOActor": 196826, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1711136796, - "Name": "Lore_Bestiary_DuneThresher", - "GBID": 0, - "PAD": 0, - "SNOActor": 196828, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1725483143, - "Name": "Lore_Bestiary_DustImp", - "GBID": 0, - "PAD": 0, - "SNOActor": 196833, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 196306580, - "Name": "Lore_Bestiary_ElectricEel", - "GBID": 0, - "PAD": 0, - "SNOActor": 196835, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1408697973, - "Name": "Lore_Bestiary_FallenGrunt", - "GBID": 0, - "PAD": 0, - "SNOActor": 196838, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1255185707, - "Name": "Lore_Bestiary_FallenLunatic", - "GBID": 0, - "PAD": 0, - "SNOActor": 196840, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -300561987, - "Name": "Lore_Bestiary_FallenShaman", - "GBID": 0, - "PAD": 0, - "SNOActor": 196842, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 626956239, - "Name": "Lore_Bestiary_Lacuni", - "GBID": 0, - "PAD": 0, - "SNOActor": 196844, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -881951768, - "Name": "Lore_Bestiary_SandDweller", - "GBID": 0, - "PAD": 0, - "SNOActor": 196846, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2053568364, - "Name": "Lore_Bestiary_SandWasp", - "GBID": 0, - "PAD": 0, - "SNOActor": 196848, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 675234003, - "Name": "Lore_Bestiary_SkeletalGuardian", - "GBID": 0, - "PAD": 0, - "SNOActor": 196850, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 964201632, - "Name": "Lore_Bestiary_StingingSwarm", - "GBID": 0, - "PAD": 0, - "SNOActor": 196852, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1810077952, - "Name": "LeoricsJournal4", - "GBID": 0, - "PAD": 0, - "SNOActor": 4586, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1810077953, - "Name": "LeoricsJournal5", - "GBID": 0, - "PAD": 0, - "SNOActor": 4587, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 290410546, - "Name": "Scoundrel_Journal_New", - "GBID": 0, - "PAD": 0, - "SNOActor": 158671, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1553914575, - "Name": "Event_PortalRoulette_Key", - "GBID": 0, - "PAD": 0, - "SNOActor": 4438, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1715731799, - "Name": "Lore_MisguidedFarmer", - "GBID": 0, - "PAD": 0, - "SNOActor": 202542, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 793334147, - "Name": "Kingsport_Bill", - "GBID": 0, - "PAD": 0, - "SNOActor": 142059, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 542502, - "Name": "Lore_ProudWife", - "GBID": 0, - "PAD": 0, - "SNOActor": 204726, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 541859470, - "Name": "Lore_AzmodansOrders1", - "GBID": 0, - "PAD": 0, - "SNOActor": 204034, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 541859471, - "Name": "Lore_AzmodansOrders2", - "GBID": 0, - "PAD": 0, - "SNOActor": 204818, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 541859472, - "Name": "Lore_AzmodansOrders3", - "GBID": 0, - "PAD": 0, - "SNOActor": 204821, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 541859473, - "Name": "Lore_AzmodansOrders4", - "GBID": 0, - "PAD": 0, - "SNOActor": 204823, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 541859474, - "Name": "Lore_AzmodansOrders5", - "GBID": 0, - "PAD": 0, - "SNOActor": 204825, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 541859475, - "Name": "Lore_AzmodansOrders6", - "GBID": 0, - "PAD": 0, - "SNOActor": 204827, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903073409, - "Name": "Lore_FalloftheBarbs1", - "GBID": 0, - "PAD": 0, - "SNOActor": 204829, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903073410, - "Name": "Lore_FalloftheBarbs2", - "GBID": 0, - "PAD": 0, - "SNOActor": 204832, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903073411, - "Name": "Lore_FalloftheBarbs3", - "GBID": 0, - "PAD": 0, - "SNOActor": 204840, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903073412, - "Name": "Lore_FalloftheBarbs4", - "GBID": 0, - "PAD": 0, - "SNOActor": 204847, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903073413, - "Name": "Lore_FalloftheBarbs5", - "GBID": 0, - "PAD": 0, - "SNOActor": 204849, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1571932012, - "Name": "Lore_GluttonysLog", - "GBID": 0, - "PAD": 0, - "SNOActor": 204851, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299708, - "Name": "Lore_LeahJournal6", - "GBID": 0, - "PAD": 0, - "SNOActor": 204854, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299709, - "Name": "Lore_LeahJournal7", - "GBID": 0, - "PAD": 0, - "SNOActor": 204860, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299710, - "Name": "Lore_LeahJournal8", - "GBID": 0, - "PAD": 0, - "SNOActor": 204876, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 860299711, - "Name": "Lore_LeahJournal9", - "GBID": 0, - "PAD": 0, - "SNOActor": 204879, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 180905793, - "Name": "Lore_Bestiary_BloodClan", - "GBID": 0, - "PAD": 0, - "SNOActor": 204635, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1648356061, - "Name": "Lore_Bestiary_ColossalGolgor", - "GBID": 0, - "PAD": 0, - "SNOActor": 204637, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2072638984, - "Name": "Lore_Bestiary_DemonFlyer", - "GBID": 0, - "PAD": 0, - "SNOActor": 204639, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2019255912, - "Name": "Lore_Bestiary_DemonicHellBearer", - "GBID": 0, - "PAD": 0, - "SNOActor": 204641, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2070041141, - "Name": "Lore_Bestiary_DemonicTremor", - "GBID": 0, - "PAD": 0, - "SNOActor": 204643, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -924947951, - "Name": "Lore_Bestiary_DemonTrooper", - "GBID": 0, - "PAD": 0, - "SNOActor": 204645, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2024331556, - "Name": "Lore_Bestiary_HeraldofPestilence", - "GBID": 0, - "PAD": 0, - "SNOActor": 204647, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 929234885, - "Name": "Lore_Bestiary_HulkingPhasebeast", - "GBID": 0, - "PAD": 0, - "SNOActor": 204649, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -760199390, - "Name": "Lore_Bestiary_Morlu", - "GBID": 0, - "PAD": 0, - "SNOActor": 204651, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 903065450, - "Name": "Lore_Bestiary_ShadowVermin", - "GBID": 0, - "PAD": 0, - "SNOActor": 204653, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -553794116, - "Name": "Lore_Bestiary_Siegebreaker", - "GBID": 0, - "PAD": 0, - "SNOActor": 204655, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2125478648, - "Name": "Lore_Bestiary_SoulRipper", - "GBID": 0, - "PAD": 0, - "SNOActor": 204657, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1870358560, - "Name": "Lore_Bestiary_Succubus", - "GBID": 0, - "PAD": 0, - "SNOActor": 204659, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -967366047, - "Name": "Lore_Bestiary_TormentedStinger", - "GBID": 0, - "PAD": 0, - "SNOActor": 204661, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1148719938, - "Name": "Lore_Butcher", - "GBID": 0, - "PAD": 0, - "SNOActor": 211557, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -679067788, - "Name": "Lore_CemeteryCrypts", - "GBID": 0, - "PAD": 0, - "SNOActor": 211559, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1641318506, - "Name": "Lore_FieldsofMisery", - "GBID": 0, - "PAD": 0, - "SNOActor": 211563, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1942227697, - "Name": "Lore_NewTristram", - "GBID": 0, - "PAD": 0, - "SNOActor": 211568, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2008702493, - "Name": "Lore_Highlands", - "GBID": 0, - "PAD": 0, - "SNOActor": 211566, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -374262177, - "Name": "Lore_SkeletonKing", - "GBID": 0, - "PAD": 0, - "SNOActor": 211571, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -902210058, - "Name": "Lore_SpiderQueen", - "GBID": 0, - "PAD": 0, - "SNOActor": 211575, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1157788481, - "Name": "Lore_Bestiary_BileCrawler", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1553314184, - "Name": "Lore_Cydaea", - "GBID": 0, - "PAD": 0, - "SNOActor": 211583, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1063567164, - "Name": "Lore_Ghom", - "GBID": 0, - "PAD": 0, - "SNOActor": 211585, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1380676798, - "Name": "Lore_Bestiary_ArmoredDestroyer", - "GBID": 0, - "PAD": 0, - "SNOActor": 211588, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 676069188, - "Name": "Lore_Bestiary_EnslavedNightmare", - "GBID": 0, - "PAD": 0, - "SNOActor": 211590, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 666404978, - "Name": "Lore_Bestiary_Mallet", - "GBID": 0, - "PAD": 0, - "SNOActor": 211592, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 233634880, - "Name": "Lore_Bestiary_Megademon", - "GBID": 0, - "PAD": 0, - "SNOActor": 211594, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -49823792, - "Name": "Lore_Bestiary_MinionofTerror", - "GBID": 0, - "PAD": 0, - "SNOActor": 211596, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1792760441, - "Name": "Lore_Bestiary_Subjugator", - "GBID": 0, - "PAD": 0, - "SNOActor": 211598, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1547233725, - "Name": "Lore_Inarius1", - "GBID": 0, - "PAD": 0, - "SNOActor": 211600, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1547233726, - "Name": "Lore_Inarius2", - "GBID": 0, - "PAD": 0, - "SNOActor": 211602, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1547233727, - "Name": "Lore_Inarius3", - "GBID": 0, - "PAD": 0, - "SNOActor": 211604, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1547233728, - "Name": "Lore_Inarius4", - "GBID": 0, - "PAD": 0, - "SNOActor": 211606, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 741002998, - "Name": "Lore_Izual", - "GBID": 0, - "PAD": 0, - "SNOActor": 211608, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1177807980, - "Name": "Lore_Nephalem1", - "GBID": 0, - "PAD": 0, - "SNOActor": 211610, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1177807981, - "Name": "Lore_Nephalem2", - "GBID": 0, - "PAD": 0, - "SNOActor": 211612, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1177807982, - "Name": "Lore_Nephalem3", - "GBID": 0, - "PAD": 0, - "SNOActor": 211614, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -671684023, - "Name": "Lore_Rakanoth", - "GBID": 0, - "PAD": 0, - "SNOActor": 211616, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 454709126, - "Name": "Lore_x1_Bog_CatacombCellar_NephalemMiser", - "GBID": 0, - "PAD": 0, - "SNOActor": 246418, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1574760986, - "Name": "Lore_x1_Bog_LastAncient", - "GBID": 0, - "PAD": 0, - "SNOActor": 247315, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -112408162, - "Name": "Lore_x1_BogCave_Deserter1", - "GBID": 0, - "PAD": 0, - "SNOActor": 247844, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -112408161, - "Name": "Lore_x1_BogCave_Deserter2", - "GBID": 0, - "PAD": 0, - "SNOActor": 247853, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -112408160, - "Name": "Lore_x1_BogCave_Deserter3", - "GBID": 0, - "PAD": 0, - "SNOActor": 247861, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -112408159, - "Name": "Lore_x1_BogCave_Deserter4", - "GBID": 0, - "PAD": 0, - "SNOActor": 247868, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -112408158, - "Name": "Lore_x1_BogCave_Deserter5", - "GBID": 0, - "PAD": 0, - "SNOActor": 247874, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 218384735, - "Name": "Lore_x1_TemplarMaester", - "GBID": 0, - "PAD": 0, - "SNOActor": 248899, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -702076017, - "Name": "Lore_x1_MysticIntro1", - "GBID": 0, - "PAD": 0, - "SNOActor": 249248, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -702076016, - "Name": "Lore_x1_MysticIntro2", - "GBID": 0, - "PAD": 0, - "SNOActor": 249254, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -652715053, - "Name": "Lore_X1_DoomedWoman", - "GBID": 0, - "PAD": 0, - "SNOActor": 280034, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2126015494, - "Name": "Lore_X1_CellarMadman", - "GBID": 0, - "PAD": 0, - "SNOActor": 282398, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1282912281, - "Name": "Lore_Catacombs_NephDefenseSystem", - "GBID": 0, - "PAD": 0, - "SNOActor": 258104, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 581648639, - "Name": "x1_WestM_Food", - "GBID": 0, - "PAD": 0, - "SNOActor": 252178, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1300696671, - "Name": "x1_Bog_Lore_AdriaDead", - "GBID": 0, - "PAD": 0, - "SNOActor": 273712, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1062169977, - "Name": "x1_Bog_Lore_AdriaNewHost", - "GBID": 0, - "PAD": 0, - "SNOActor": 287788, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1300984171, - "Name": "x1_Bog_Lore_AdriaLeah", - "GBID": 0, - "PAD": 0, - "SNOActor": 287801, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1361182818, - "Name": "x1_Bog_Lore_AdriaLosingControl", - "GBID": 0, - "PAD": 0, - "SNOActor": 287802, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -437571927, - "Name": "x1_Bog_Lore_AdriaEmptiness", - "GBID": 0, - "PAD": 0, - "SNOActor": 287864, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -12068290, - "Name": "x1_Bog_Lore_AdriaPower", - "GBID": 0, - "PAD": 0, - "SNOActor": 287865, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 303568773, - "Name": "x1_Bog_Lore_AdriaBetrayal", - "GBID": 0, - "PAD": 0, - "SNOActor": 287863, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -28187233, - "Name": "x1_Bog_Lore_AdriaPurpose", - "GBID": 0, - "PAD": 0, - "SNOActor": 287866, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -27751851, - "Name": "x1_Bog_Lore_AdriaChild", - "GBID": 0, - "PAD": 0, - "SNOActor": 292078, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1300768559, - "Name": "x1_Bog_Lore_AdriaFear", - "GBID": 0, - "PAD": 0, - "SNOActor": 292111, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -806315253, - "Name": "x1_Bog_Lore_AdriaFather", - "GBID": 0, - "PAD": 0, - "SNOActor": 292118, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -163946822, - "Name": "x1_Bog_Lore_AdriaVoices", - "GBID": 0, - "PAD": 0, - "SNOActor": 292125, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -249070054, - "Name": "x1_Bog_Lore_AdriaMeeting", - "GBID": 0, - "PAD": 0, - "SNOActor": 292136, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1300773463, - "Name": "x1_Bog_Lore_AdriaFire", - "GBID": 0, - "PAD": 0, - "SNOActor": 302679, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 48919863, - "Name": "x1_Bog_Lore_AdriaMurderer", - "GBID": 0, - "PAD": 0, - "SNOActor": 302694, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -3985808, - "Name": "x1_Bog_Lore_AdriaWitch", - "GBID": 0, - "PAD": 0, - "SNOActor": 302695, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -30093554, - "Name": "x1_Bog_Lore_AdriaAidan", - "GBID": 0, - "PAD": 0, - "SNOActor": 302693, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215304, - "Name": "x1_Bog_Lore_RakkisHistory01", - "GBID": 0, - "PAD": 0, - "SNOActor": 287831, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215305, - "Name": "x1_Bog_Lore_RakkisHistory02", - "GBID": 0, - "PAD": 0, - "SNOActor": 287832, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215306, - "Name": "x1_Bog_Lore_RakkisHistory03", - "GBID": 0, - "PAD": 0, - "SNOActor": 287833, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215307, - "Name": "x1_Bog_Lore_RakkisHistory04", - "GBID": 0, - "PAD": 0, - "SNOActor": 287834, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215308, - "Name": "x1_Bog_Lore_RakkisHistory05", - "GBID": 0, - "PAD": 0, - "SNOActor": 288252, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215309, - "Name": "x1_Bog_Lore_RakkisHistory06", - "GBID": 0, - "PAD": 0, - "SNOActor": 288288, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215310, - "Name": "x1_Bog_Lore_RakkisHistory07", - "GBID": 0, - "PAD": 0, - "SNOActor": 288289, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215311, - "Name": "x1_Bog_Lore_RakkisHistory08", - "GBID": 0, - "PAD": 0, - "SNOActor": 292185, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215312, - "Name": "x1_Bog_Lore_RakkisHistory09", - "GBID": 0, - "PAD": 0, - "SNOActor": 292186, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1701215336, - "Name": "x1_Bog_Lore_RakkisHistory10", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906521, - "Name": "Lore_X1_WestmarchHistory_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 283543, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906522, - "Name": "Lore_X1_WestmarchHistory_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 283549, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906523, - "Name": "Lore_X1_WestmarchHistory_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 283557, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906524, - "Name": "Lore_X1_WestmarchHistory_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 283563, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906525, - "Name": "Lore_X1_WestmarchHistory_05", - "GBID": 0, - "PAD": 0, - "SNOActor": 283571, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906526, - "Name": "Lore_X1_WestmarchHistory_06", - "GBID": 0, - "PAD": 0, - "SNOActor": 283577, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1745906527, - "Name": "Lore_X1_WestmarchHistory_07", - "GBID": 0, - "PAD": 0, - "SNOActor": 283583, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 400219824, - "Name": "Lore_X1_Bog_Ideation_AdriaSpikeChest", - "GBID": 0, - "PAD": 0, - "SNOActor": 288713, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1854352640, - "Name": "X1_Bog_Sub240_Ideation_Draining_Pool_Lore", - "GBID": 0, - "PAD": 0, - "SNOActor": 288952, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1076473485, - "Name": "Lore_X1_Westm_Unique_Drop", - "GBID": 0, - "PAD": 0, - "SNOActor": 284668, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1478121397, - "Name": "Lore_X1_Westm_MaidenDrop", - "GBID": 0, - "PAD": 0, - "SNOActor": 285389, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -395786585, - "Name": "X1_Lore_Pandemonium1", - "GBID": 0, - "PAD": 0, - "SNOActor": 287156, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -395786584, - "Name": "X1_Lore_Pandemonium2", - "GBID": 0, - "PAD": 0, - "SNOActor": 357812, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -395786583, - "Name": "X1_Lore_Pandemonium3", - "GBID": 0, - "PAD": 0, - "SNOActor": 357813, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -656425313, - "Name": "X1_Lore_PrimeDiscovery1", - "GBID": 0, - "PAD": 0, - "SNOActor": 287166, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -656425312, - "Name": "X1_Lore_PrimeDiscovery2", - "GBID": 0, - "PAD": 0, - "SNOActor": 377652, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -656425311, - "Name": "X1_Lore_PrimeDiscovery3", - "GBID": 0, - "PAD": 0, - "SNOActor": 377653, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 659979184, - "Name": "X1_Lore_Realmwalker", - "GBID": 0, - "PAD": 0, - "SNOActor": 287162, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -395786582, - "Name": "X1_Lore_Pandemonium4", - "GBID": 0, - "PAD": 0, - "SNOActor": 287360, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -836100174, - "Name": "X1_Lore_SiegeAngelHex", - "GBID": 0, - "PAD": 0, - "SNOActor": 287379, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -870954388, - "Name": "X1_Lore_LostAngelNew", - "GBID": 0, - "PAD": 0, - "SNOActor": 287395, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1126266119, - "Name": "Lore_X1_Graveyard_Azthar", - "GBID": 0, - "PAD": 0, - "SNOActor": 290953, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1522407324, - "Name": "Lore_X1_Westm_CultRetaliation", - "GBID": 0, - "PAD": 0, - "SNOActor": 299937, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1478439163, - "Name": "Lore_X1_Westm_Sinkhole", - "GBID": 0, - "PAD": 0, - "SNOActor": 300130, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439155, - "Name": "X1_Lore_A1_Crusader_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 300199, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439156, - "Name": "X1_Lore_A1_Crusader_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 300180, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439157, - "Name": "X1_Lore_A1_Crusader_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 300182, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439158, - "Name": "X1_Lore_A1_Crusader_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 300184, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439159, - "Name": "X1_Lore_A1_Crusader_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 300186, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439160, - "Name": "X1_Lore_A1_Crusader_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 300188, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439161, - "Name": "X1_Lore_A1_Crusader_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 300190, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439162, - "Name": "X1_Lore_A1_Crusader_8", - "GBID": 0, - "PAD": 0, - "SNOActor": 300192, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 756439163, - "Name": "X1_Lore_A1_Crusader_9", - "GBID": 0, - "PAD": 0, - "SNOActor": 300194, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1310320708, - "Name": "X1_Lore_SC_Note", - "GBID": 0, - "PAD": 0, - "SNOActor": 302762, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377180, - "Name": "X1_fortress_Lore_Inarius1", - "GBID": 0, - "PAD": 0, - "SNOActor": 306937, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377181, - "Name": "X1_fortress_Lore_Inarius2", - "GBID": 0, - "PAD": 0, - "SNOActor": 306949, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377182, - "Name": "X1_fortress_Lore_Inarius3", - "GBID": 0, - "PAD": 0, - "SNOActor": 306955, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377183, - "Name": "X1_fortress_Lore_Inarius4", - "GBID": 0, - "PAD": 0, - "SNOActor": 306960, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377184, - "Name": "X1_fortress_Lore_Inarius5", - "GBID": 0, - "PAD": 0, - "SNOActor": 306965, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377185, - "Name": "X1_fortress_Lore_Inarius6", - "GBID": 0, - "PAD": 0, - "SNOActor": 306970, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 343377186, - "Name": "X1_fortress_Lore_Inarius7", - "GBID": 0, - "PAD": 0, - "SNOActor": 306975, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -685042871, - "Name": "X1_Pand_HexMaze_EN_Lore_Sister1", - "GBID": 0, - "PAD": 0, - "SNOActor": 310941, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -685042870, - "Name": "X1_Pand_HexMaze_EN_Lore_Sister2", - "GBID": 0, - "PAD": 0, - "SNOActor": 310943, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -685042869, - "Name": "X1_Pand_HexMaze_EN_Lore_Sister3", - "GBID": 0, - "PAD": 0, - "SNOActor": 310944, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1827985977, - "Name": "x1_fortress_Lore_Lilith1", - "GBID": 0, - "PAD": 0, - "SNOActor": 314508, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1827985976, - "Name": "x1_fortress_Lore_Lilith2", - "GBID": 0, - "PAD": 0, - "SNOActor": 314509, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1827985975, - "Name": "x1_fortress_Lore_Lilith3", - "GBID": 0, - "PAD": 0, - "SNOActor": 314510, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1827985974, - "Name": "x1_fortress_Lore_Lilith4", - "GBID": 0, - "PAD": 0, - "SNOActor": 314511, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 290644700, - "Name": "X1_Challenge_Lore", - "GBID": 0, - "PAD": 0, - "SNOActor": 328150, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 623274670, - "Name": "Lore_X1_Westm_KingEvent_Journal01", - "GBID": 0, - "PAD": 0, - "SNOActor": 336553, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -287483192, - "Name": "Lore_X1_Westm_KingEvent_Note", - "GBID": 0, - "PAD": 0, - "SNOActor": 336823, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 623274671, - "Name": "Lore_X1_Westm_KingEvent_Journal02", - "GBID": 0, - "PAD": 0, - "SNOActor": 336827, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1589702406, - "Name": "Lore_X1_TemplarMaesterJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 328759, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 466342037, - "Name": "X1_Lore_Bestiary_SummonedSoldier", - "GBID": 0, - "PAD": 0, - "SNOActor": 329255, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1004889880, - "Name": "X1_Lore_Bestiary_SummonedArcher", - "GBID": 0, - "PAD": 0, - "SNOActor": 329280, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 470802703, - "Name": "X1_Lore_Bestiary_SummonedShieldGuard", - "GBID": 0, - "PAD": 0, - "SNOActor": 329319, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 701785712, - "Name": "X1_Lore_Bestiary_RevenantSoldier", - "GBID": 0, - "PAD": 0, - "SNOActor": 329330, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -940233325, - "Name": "X1_Lore_Bestiary_RevenantArcher", - "GBID": 0, - "PAD": 0, - "SNOActor": 329342, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1279450852, - "Name": "X1_Lore_Bestiary_ShadowofDeath", - "GBID": 0, - "PAD": 0, - "SNOActor": 329400, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1938890799, - "Name": "X1_Lore_Bestiary_DeathMaiden", - "GBID": 0, - "PAD": 0, - "SNOActor": 329409, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 80901898, - "Name": "X1_Lore_Besitary_RevenantShieldGuard", - "GBID": 0, - "PAD": 0, - "SNOActor": 333743, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1765391636, - "Name": "X1_Lore_Bestiary_Exorcist", - "GBID": 0, - "PAD": 0, - "SNOActor": 335503, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -604515468, - "Name": "X1_Lore_Bestiary_SummonerofDead", - "GBID": 0, - "PAD": 0, - "SNOActor": 335514, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1283956180, - "Name": "X1_Lore_Bestiary_WarBeast", - "GBID": 0, - "PAD": 0, - "SNOActor": 335544, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 793895930, - "Name": "X1_Lore_Bestiary_GhastlySeraph", - "GBID": 0, - "PAD": 0, - "SNOActor": 335556, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1416905946, - "Name": "X1_Lore_Bestiary_Executioner", - "GBID": 0, - "PAD": 0, - "SNOActor": 335562, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 48766655, - "Name": "X1_Lore_Bestiary_SkeletalBeast", - "GBID": 0, - "PAD": 0, - "SNOActor": 335574, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 16661643, - "Name": "X1_Lore_DevilsHand_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 332378, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 16661644, - "Name": "X1_Lore_DevilsHand_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 335002, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 16661645, - "Name": "X1_Lore_DevilsHand_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 335007, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1617080807, - "Name": "Lore_X1_Bog_LordofFools", - "GBID": 0, - "PAD": 0, - "SNOActor": 351959, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1015415266, - "Name": "Lore_X1_PandExt_Tyrael_MalthaelsPlan", - "GBID": 0, - "PAD": 0, - "SNOActor": 354273, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 249977498, - "Name": "x1_Lore_AdventureMode_ZKNephalem", - "GBID": 0, - "PAD": 0, - "SNOActor": 353828, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 622412782, - "Name": "x1_Lore_AdventureMode_ZKPlans", - "GBID": 0, - "PAD": 0, - "SNOActor": 353834, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -659546635, - "Name": "x1_Lore_AdventureMode_ZKPortals", - "GBID": 0, - "PAD": 0, - "SNOActor": 353836, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -864554832, - "Name": "x1_Lore_AdventureMode_ZKReturn", - "GBID": 0, - "PAD": 0, - "SNOActor": 353837, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -184225286, - "Name": "Lore_X1_UrzaelsJournal_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 353207, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -184225285, - "Name": "Lore_X1_UrzaelsJournal_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 353215, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -184225284, - "Name": "Lore_X1_UrzaelsJournal_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 353221, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1275477015, - "Name": "Lore_X1_PandExt_GreatWeapon", - "GBID": 0, - "PAD": 0, - "SNOActor": 353006, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -270379441, - "Name": "Lore_X1_Westm_PlagueTunnels", - "GBID": 0, - "PAD": 0, - "SNOActor": 351786, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1793042377, - "Name": "x1_Lore_fortress_Malthael1", - "GBID": 0, - "PAD": 0, - "SNOActor": 354464, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1793042378, - "Name": "x1_Lore_fortress_Malthael2", - "GBID": 0, - "PAD": 0, - "SNOActor": 354465, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1793042379, - "Name": "x1_Lore_fortress_Malthael3", - "GBID": 0, - "PAD": 0, - "SNOActor": 354468, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1793042380, - "Name": "x1_Lore_fortress_Malthael4", - "GBID": 0, - "PAD": 0, - "SNOActor": 354469, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1793042381, - "Name": "x1_Lore_fortress_Malthael5", - "GBID": 0, - "PAD": 0, - "SNOActor": 354470, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1793042382, - "Name": "x1_Lore_fortress_Malthael6", - "GBID": 0, - "PAD": 0, - "SNOActor": 354471, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -438713976, - "Name": "X1_Lore_Bestiary_Anarch", - "GBID": 0, - "PAD": 0, - "SNOActor": 358296, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1968509047, - "Name": "X1_Lore_Bestiary_BarbedKraken", - "GBID": 0, - "PAD": 0, - "SNOActor": 358298, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -135210144, - "Name": "X1_Lore_Bestiary_BoganTrapper", - "GBID": 0, - "PAD": 0, - "SNOActor": 358300, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -398188809, - "Name": "X1_Lore_Bestiary_Boggit", - "GBID": 0, - "PAD": 0, - "SNOActor": 358302, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1746835603, - "Name": "X1_Lore_Bestiary_CorpseRaiser", - "GBID": 0, - "PAD": 0, - "SNOActor": 358304, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -944058707, - "Name": "X1_Lore_Bestiary_EnragedPhantasm", - "GBID": 0, - "PAD": 0, - "SNOActor": 358306, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -270313194, - "Name": "X1_Lore_Bestiary_Exarch", - "GBID": 0, - "PAD": 0, - "SNOActor": 358308, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1934086451, - "Name": "X1_Lore_Bestiary_FleshGorger", - "GBID": 0, - "PAD": 0, - "SNOActor": 358310, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1980342815, - "Name": "X1_Lore_Bestiary_FleshHurler", - "GBID": 0, - "PAD": 0, - "SNOActor": 358312, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1900162107, - "Name": "X1_Lore_Bestiary_FleshShaman", - "GBID": 0, - "PAD": 0, - "SNOActor": 358314, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1122046768, - "Name": "X1_Lore_Bestiary_MaggotBrood", - "GBID": 0, - "PAD": 0, - "SNOActor": 358316, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -476603028, - "Name": "X1_Lore_Bestiary_PrimordialScavenger", - "GBID": 0, - "PAD": 0, - "SNOActor": 358318, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 252677895, - "Name": "X1_Lore_Bestiary_Scarab", - "GBID": 0, - "PAD": 0, - "SNOActor": 358320, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1311110189, - "Name": "X1_Lore_Bestiary_ScavengingTunneler", - "GBID": 0, - "PAD": 0, - "SNOActor": 358322, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1880083999, - "Name": "X1_Lore_Bestiary_ScouringCharger", - "GBID": 0, - "PAD": 0, - "SNOActor": 358324, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1903593917, - "Name": "X1_Lore_Bestiary_ShriekingTerror", - "GBID": 0, - "PAD": 0, - "SNOActor": 358326, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -927320992, - "Name": "X1_Lore_Bestiary_SkeletalCrawler", - "GBID": 0, - "PAD": 0, - "SNOActor": 358328, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 956255122, - "Name": "X1_Lore_Bestiary_TuskedBogan", - "GBID": 0, - "PAD": 0, - "SNOActor": 358330, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -424770814, - "Name": "X1_Lore_Bestiary_VileBat", - "GBID": 0, - "PAD": 0, - "SNOActor": 358333, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 539193498, - "Name": "X1_Lore_Bestiary_WarscarredMarauder", - "GBID": 0, - "PAD": 0, - "SNOActor": 358337, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 621633937, - "Name": "X1_Lore_Bestiary_WarscarredRavager", - "GBID": 0, - "PAD": 0, - "SNOActor": 358339, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1999517698, - "Name": "X1_Lore_Bestiary_WingedAssassin", - "GBID": 0, - "PAD": 0, - "SNOActor": 358341, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1570817822, - "Name": "X1_Lore_Bestiary_WingedTalus", - "GBID": 0, - "PAD": 0, - "SNOActor": 358343, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 26850323, - "Name": "X1_Lore_SiegeRunes", - "GBID": 0, - "PAD": 0, - "SNOActor": 358345, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1155944225, - "Name": "X1_Lore_Bestiary_WarBeastLeader", - "GBID": 0, - "PAD": 0, - "SNOActor": 358294, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 731245960, - "Name": "Lore_p4_Forest_Cleric_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 433838, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 731245961, - "Name": "Lore_p4_Forest_Cleric_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 433844, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693660, - "Name": "Lore_p4_Forest_Hero_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 433790, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693659, - "Name": "Lore_p4_Forest_Hero_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 433796, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693658, - "Name": "Lore_p4_Forest_Hero_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 433802, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693657, - "Name": "Lore_p4_Forest_Hero_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 433808, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693656, - "Name": "Lore_p4_Forest_Hero_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 433815, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693655, - "Name": "Lore_p4_Forest_Hero_6", - "GBID": 0, - "PAD": 0, - "SNOActor": 433821, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -852693654, - "Name": "Lore_p4_Forest_Hero_7", - "GBID": 0, - "PAD": 0, - "SNOActor": 433827, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 435884006, - "Name": "Lore_p4_Forest_Shipwreck_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 434606, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 435884007, - "Name": "Lore_p4_Forest_Shipwreck_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 434741, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 435884008, - "Name": "Lore_p4_Forest_Shipwreck_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 434742, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 435884009, - "Name": "Lore_p4_Forest_Shipwreck_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 435024, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2134996236, - "Name": "Lore_P4_Ruins_BarbStory_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 435434, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2134996237, - "Name": "Lore_P4_Ruins_BarbStory_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 435440, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2134996238, - "Name": "Lore_P4_Ruins_BarbStory_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 435447, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2134996239, - "Name": "Lore_P4_Ruins_BarbStory_4", - "GBID": 0, - "PAD": 0, - "SNOActor": 435453, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2134996240, - "Name": "Lore_P4_Ruins_BarbStory_5", - "GBID": 0, - "PAD": 0, - "SNOActor": 435459, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1075135089, - "Name": "Lore_Lore_P3_ZoltunKulle_HowRevived", - "GBID": 0, - "PAD": 0, - "SNOActor": 439679, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 924406028, - "Name": "Lore_P3_ZoltunKulle_CubeHistory_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 439695, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 924406029, - "Name": "Lore_P3_ZoltunKulle_CubeHistory_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 439712, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 210021862, - "Name": "Lore_P3_ZoltunKulle_ShouldHaveListened", - "GBID": 0, - "PAD": 0, - "SNOActor": 439713, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 537072286, - "Name": "p43_AD_Lore_HallsOfTheBlind", - "GBID": 0, - "PAD": 0, - "SNOActor": 456800, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -313916597, - "Name": "p43_AD_Lore_WarlordOfBlood", - "GBID": 0, - "PAD": 0, - "SNOActor": 456835, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 590670870, - "Name": "p43_AD_Lore_ChamberOfBone", - "GBID": 0, - "PAD": 0, - "SNOActor": 456836, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 275021967, - "Name": "p43_AD_Lore_Valor", - "GBID": 0, - "PAD": 0, - "SNOActor": 456837, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496503, - "Name": "x1_Lore_Necromancer1", - "GBID": 0, - "PAD": 0, - "SNOActor": 471887, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496504, - "Name": "x1_Lore_Necromancer2", - "GBID": 0, - "PAD": 0, - "SNOActor": 471888, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496505, - "Name": "x1_Lore_Necromancer3", - "GBID": 0, - "PAD": 0, - "SNOActor": 471889, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496506, - "Name": "x1_Lore_Necromancer4", - "GBID": 0, - "PAD": 0, - "SNOActor": 471890, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496507, - "Name": "x1_Lore_Necromancer5", - "GBID": 0, - "PAD": 0, - "SNOActor": 471891, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496508, - "Name": "x1_Lore_Necromancer6", - "GBID": 0, - "PAD": 0, - "SNOActor": 471892, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496509, - "Name": "x1_Lore_Necromancer7", - "GBID": 0, - "PAD": 0, - "SNOActor": 471893, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496510, - "Name": "x1_Lore_Necromancer8", - "GBID": 0, - "PAD": 0, - "SNOActor": 471894, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1830496511, - "Name": "x1_Lore_Necromancer9", - "GBID": 0, - "PAD": 0, - "SNOActor": 471895, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1408846462, - "Name": "Lore_P6_CultistMissive", - "GBID": 0, - "PAD": 0, - "SNOActor": 473009, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1186924656, - "Name": "Lore_Bestiary_P6_Crow_Hound", - "GBID": 0, - "PAD": 0, - "SNOActor": 473611, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1755848502, - "Name": "Lore_Bestiary_P6_RavenFlyer", - "GBID": 0, - "PAD": 0, - "SNOActor": 472412, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 461936441, - "Name": "Lore_Bestiary_P6_Temple_Monstrosity", - "GBID": 0, - "PAD": 0, - "SNOActor": 473623, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -845423833, - "Name": "Lore_Bestiary_P6_TempleCultist", - "GBID": 0, - "PAD": 0, - "SNOActor": 472424, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1685214045, - "Name": "Lore_Bestiary_P6_Werewolf", - "GBID": 0, - "PAD": 0, - "SNOActor": 472420, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 292476495, - "Name": "P6_Lore_RealmsofFate", - "GBID": 0, - "PAD": 0, - "SNOActor": 472408, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 990418545, - "Name": "P6_Lore_Vidian", - "GBID": 0, - "PAD": 0, - "SNOActor": 472432, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1284441222, - "Name": "P6_Lore_MysteriousJournal1", - "GBID": 0, - "PAD": 0, - "SNOActor": 472376, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1284441223, - "Name": "P6_Lore_MysteriousJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 472384, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1284441224, - "Name": "P6_Lore_MysteriousJournal3", - "GBID": 0, - "PAD": 0, - "SNOActor": 472390, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1284441225, - "Name": "P6_Lore_MysteriousJournal4", - "GBID": 0, - "PAD": 0, - "SNOActor": 472396, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1284441226, - "Name": "P6_Lore_MysteriousJournal5", - "GBID": 0, - "PAD": 0, - "SNOActor": 472402, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - } - ] -} \ No newline at end of file diff --git a/src/GAM/Items_Quests_Beta.gam b/src/GAM/Items_Quests_Beta.gam deleted file mode 100644 index e662db34abc0b5d6a2b06485f0c8d09f42d5141d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 171408 zcmeHQU5sp5RjxZIKcWOiGWcLj1B3BN@0}TDh$80x%*-9;{&8zWtq*s_Ii!|M_Ph`@-+MYVhLif4=QyFOKh7j$Zx7M;?E1 zf(_ob1TQ{IEBxjP32T3rIGzsAj~4sOyXo$vnJ<>1U+Ns(HyGUi?DL=4S{?SO zyBz+9m-x3UYd*QezP==(AG(p8-!$I3gu**2MHE^DM(aNKT<8fjM>m?Io6pzPA*fw; zAO1r9UaFvH-H8$ppN)ArR&y-XwfdFvrSq4tlfL-Gbf=llo8h_RcG|Qxk7*OR|Ihnk zw=Luex?zv3KJ)eK=@zoe?xDRFr3zY33L_pqAM^+qpZWTrT&@n#yCkBf7A1ZyCxsCYpO1MtR&y-XwfdFvZGG`( zGdh}0+tJQJ&Ewfr?$0cr@A~uTljr)_C#%nVeK=Edb%@XJb$&-pElRvvP6{I)J|FXP ztmas%YxOJT+xlYn`r@VWt#;Jj-X7hWG&K)v5E{tUmMgLAhKVpm#|` zO)X0NT22Zh9zGxQa;)Z9s%!Nt&tR?(hBX!Qg?9zvGo# z8GomwD^d9WU4nBVr`4~0TOXg_>--MQv?%dvIVp^I_ zw;fHM*qu#k9>|7s|K4l7FVYr~C+LRlvii)|ucuqcD!YgFT9hhiIVp^I_rcLC2<^Cyu9=+Tc z_zinx^_i~^%H`?+y-Ol$YEk0Xa#9%a@cEdRV>QQ8U8`Ry-`W>@*$`Ko_wTRw$BQHd z{02{3edgn?9aDnhYe_Y7r+0z?0u2M`Htm}q$}ax7s*{G z=TPiR(ui(-pARaP-3KN0d#Qq+btg(Zd^YCgSk19i*Xk$Am(E|pE{~4qvq^J&*ze19 z1{dzl>x;DKlCFe#UnF;(oI_T>l6G|K%le>F*?mwKG z%SmCx!{=jOj@2AXb*+A-e625TFF!oz+-%m%_x|yH`;+Ahim(3YBZIBgr1ttEEuqiH zk#r^8A1?;yk`{Ec`ZcWX&-(cMUgvjcrbUTY%SmCx!{=jOj@2AXb*(<5eChlp>`HUA zKbka$=Z|kSHIHM{xxf5<_Y8jR-kNhj>yzb>!q_Q#9f z=d9-y&iT^y@%g>Z@AzA^DDi4JDU5jde9X(Snq#T1bw4QI-WPENO3fqMOzy9GU+gvp ze#0(VedgVhLAhKVpm#|`O)X0NT22Zh9zGxQa;)Z9s%!Nt<>&OpzCM%w z#+6h4`r^{a@EbgB^_i~^%H`?+y-Ol$YEk0Xa#9%a@cEdRV>QQ8U8`RyKc_GD^_ld2 zSG_NikKs3X+Uhf3AC$}00eY82)YPKHujQmL;^Ff#FUM+*rMgzXQhrWfe5mHZY%up5 zyf1dU1HWObtUmMgLAhKVpm#|`O)X0NT22Zh9zGxQa;)Z9s%!Nt<>&Opx7IwE4d(tH z?~C2;z;DRSCu`8j>@vGMXU#+nDT zq1;!zFLpZvzhRrKKJ)cKxm+EfcS%G|ElT`aP6{I)J|FXPtmas%YxOJTt9`KuS7=HYBC_tABKeUUZ?e#1stedg9e(&oT#*eI*de0@+ZR|n`_5>Zo&62F#{!ia~@$GjY? zIhN{L{Yv>+eR02S`uK?PdGCvzjo~+V+Uhf3AC$}00eY82)YPKHujQmL;^Ff#FUM+* zrMgzXQohy~&mT_~-S-y^FU{IMHpJED9evmzFOn4S8$50GnXeDZ<>~;vOCoA&QR3Hf zQW){@`IwhuHOEq2t6wQ!?Thp!S3U2Ew12RSCu`Rnz?em!8k?tQVdG5iKk zTYcv1gL1h#K<|=>np%|jwVV`2JbXUp~fpnBQ2;+S@gcYty*5y)SlK z0>5E@tUmMgLAhKVpm#|`O)X0NT22Zh9zGxQa;)Z9s%!NtW; z$=rYV=Xw8kp<|JBCCtA+IyjfKpqtgNVRe7j$LIGtze6)EO1xT53L_pqAM<$=PzM#U+mYbiYGhw{@=VO>w63+Q___%?~CNFlXJ-GSJIAdeOVt=D!UJg>Gx6v zJ?l=Cc=&A0%dwhcsjk&GlrNpXgq@p=b`Iu;RuU}8MkX3dM?X@UX&~j23@$mVWmt!@@QeCTGDPQZ0%l83xZv%X?>D9}LcWl}A z{;9zOAAiRy@4o|)CnQ}d!yhjO=R!TJU;DN`KEK!b9hzxT;?;6e81eA=n3rQU$5LIZ z&nRCye+fH3nH}$LJvQ$1XX()X{rGDK-WQiTkSFK{Pg{NF>(|pQWR=}Rdo4;8w44-1 zJbXUpN8&-l*`otdY44h)S|?%<)kp; z;qx&s$7+tHx>mnZ{@wfHcC&mvanug4-uk&_XEE&2^Jnbcb3gOa|3|+ZfD$ELDaD^h z2j@aQt6%%JK0d$K`5l^RQR3BdQW){@`IwhuHOEq2tIsH3I)4dUb;Kv8i+0vMr|#Yu z*uTa|TDW_akY7*h4)4Of3)?y!Z}~Mo_tq&!{4GssfL!5!ia~@ z$GjY?IhN{L_k;4azIbso-5XE$mX|R$z5W8}d*2p5Hv-pn-|g`t?YX2YVg7hAIG41b zo7Jyjb$`~!=l43lLo+Q(yjo5QBOX2<^Kz`_SgLFF8RbjoFJa;T(N8tg-B~+4+a4}I zcB~yfv1kr!9@GYMf9kV-{UU7(d4g`(BCF4Q{d&5Etg?G(uSKbXmXpGWhtJ2n9IH8& z>RSCu`S!jz+1YOnmtQ8`zs~s7>-_!EBw`k0wP=&LOK`p?hD} z2bIe1p_vw?3R+GIBOX2<^Kz`_SgLFF4dqMcFJaxkpU*Y(#dy@-9^P!5#quHJ?&aBH zzh9rlNLu9l--Y&E(v>jpi=^nuIb`)KX-BudtPd)c-3P_=d#Qq+btg(Zd^YCgSk19i z*XkR}m(E|pUfLJmGdsLBZfYLSrgH!Ceg1jfv^V4lx?!KJKJ)eK=@zoe?xDRFr3zY3 z3L_pqAMwU4?8~6B&u&e|)0)S%Y1|9% zi`|yMZ`dEJ&wPDQE>{QWT@q1KixR(Y?Re!zCI|Is{`~diKwYXiC@b}VZ_7dV_uHc97}brex-bSUwrrU)^R&- zdiUz$U~t>}VrOIc4W738%-09ya&>^-B@s2XDDi7KDU5jde9X(Snq#T1)vuIq?~9MO zvqdw1-*Hp(kT#P0=e;j>`vSjVldL}T^+CB@9iVqfL`^M9{8~;5BOX2<^Kz`_SgLFF zE9Kk!;?3D?_hvg9FZOF5(;JEZ@6 z#~&|}kKs3X+Uhf3AC$}00eY82)YPKHujQmL;^Ff#FUM+*rMgzXQogk>-W;{<`005s z`{HYMy)TlF;Wv2N>N8&-l*`otdY44h)S|?%<)kp;;qx&s$7+tHx>mnZzSb8nHM4fS zGhaSd9QE&?Eo|c+ev|h_k^_E&G*+Ma`k-8{4$!+KqNWxlek~`35f7h_c{x^dEY-F8 zmGZT|$eu@^ZzlAefZZqTTxp)Ec~qOn{g(&c7im}EH|&trXTCltm#YKxE{UkAMTuX_ zNnymp=VM-u)f`K8t$w9^tuLN^V0iMOv=@%2d(CXRoTzz78_9j&2ksfr=hAMi{yIrB z{>N);{PP!sbD@{juYFq|pWo~J4$ZVE@oG6KjClBb%*(NwW2vsyXOu6Uzl5DVGdwpL z?HpV_p6|D_S>L|a<;AUg#j-En|LpUhcwsf;-+L8=u=)%_`g)sguUamn^Y2@6gZ5gK z>S#GBjClBb%*(NwW2vsyf0VEF#jYt{pY0r6YIgUU_H_TgIXdj#)~|=hiyv8SruW4l zgw$>0QeX+AK z{02{3edg~;r! z!&X^+=IeuUxjI1al8BmGl=!ur6h=IJKIY|E&9PM1>Q~Co>5Ffzc`zHyeZTj`Zg=1} zY?ak#zCI|Is{`~diKwYXiC@b}VZ_7dV_uHc97}brex>}JzW8v>gV|v2w|HOdb_agL zR#|=K>w|K+IzaD|h?-iI__drAMm&5z=H*z;u~gUUSIXD=;!D3L_2Tl zycho1uj?i$;5T^M>N8&-l*`otdY44h)S|?%<)kp;;qx&s$7+tHx>mnZzP&HL>v%kw zJT`8oz5B%OFL__=Yz)7_(^jAP`k-8{4$!+KqNWxlek~`35f7h_c{x^dEY-F8mGbR< z@y5>R>1O$!m$v31Z6x5FCtUmMgLAhKVpm#|`O)X0NT22Zh9zGxQa;)Z9 zs%!NtVhLAhKVpm#|`O)X0NT22Zh9zGxQa;)Z9s%!Nt*2Zyv z=+pi@nl=S~!v=IeuUxjI1al8BmGl=!ur6h=IJKIY|E&9PM1>Q~Co>5J#vVhLAhKVpm#|`O)X0NT22Zh9zGxQa;)Z9s%!Nt<>&Ur z>$AzIZ&&L4wfDu&#_$_FZS|S256b200KH2hYHCs9*K$%A@$mVWmt!@@QeCTGDL=O_ z-e{WMeJ|kOcwg*n48OtCR-gI$pj@sF(7Pm}rWPfBEhmK$51)^DIaYHl)wTMS@^ky* z_WrD$_Uq-v!QXmc>}(9b!P8cs`TC$-t`5+m>xr~~f9HL%voZVzPg{NF>w|K+IzaD|h?-iI__drAMm&5z=H*z;u~gUU zSIW=qiR&#vjF{rjBv#m>g?8$50GnXeDZ<>~;vOCoA&QR3HfQW){@`IwhuHOEq2 zt6wQUvoGG*AMMVb>DhDXfAGH8*%*F#Eo^+CB@9iVqfL`^M9{8~;5BOX2<^Kz`_ zSgLFFE9K|(#mlql!SIRcbkwuH_>bNfI~&7q@U+!uzCI|Is{`~diKwYXiC@b}VZ_7d zV_uHc97}brex>~EzIbCXYY+R?7(efQv9mG!22Wdk=IeuUxjI1al8BmGl=!ur6h=IJ zKIY|E&9PM1>Q~Co?~BLNXO0hMHIHl4xc|xfVz(vm8}`TQGhZK+%hdsTmqgUmqQtM| zq%h*)^D!^SYL2D4R=-kyc3*t=WIURVY97|casT4y{r%CjDexOM$m%m+AC$}00eY82 z)YPKHujQmL;^Ff#FUM+*rMgzXQhrWfym?`GadbTG-G8LN;ExwO8^dq#wAE+6J}8%~ z1N1J5sHsJXU&~2h#KY%fUXIlqOLeV&rTomk_|DO8Q}d8ElKYF^7rT9d->^wmpZWTr zT&@n#yCkBf7A1ZyCxsCYpO1MtR&y-XwfdFvGyCF=qw#LN8&- zl*`otdY44h)S|?%<)kp;;qx&s$7+tHx>mnZer8|Xp3N5fHIHc%x&PVwVz({u8}`WR zGhZK+%hdsTmqgUmqQtM|q%h*)^D!^SYL2D4R=-kyR$m-{VEEX$ZElU*UVSIvm%J}_ zHiqBeX{*nCeNZk}2k2cAQB#W&zm}82h=RSCu`MG`Z`e?r2ud8$h zgD?Bz#m>g?8$50GnXeDZ<>~;vOCoA&QR3HfQW){@`IwhuHOEq2t6wQUw=X_*yMG_3 z^Do{PI~&7q@U+!uzCI|Is{`~diKwYXiC@b}VZ_7dV_uHc97}brex-b4U%WJHn!z)N->^+qpZWTrT&@n#yCkBf7A1ZyCxsCYpO1MtR&y-XwfdFv zbNk{0H4kV*xxeOpvD+E=4clb(nXeDZ<>~;vOCoA&QR3HfQW){@`IwhuHOEq2t6wQU zw=X_e^ME##``^4Tb~^*VVVkTz^YuZwTpgfyNkmO8O8i<*3L_pqAMq=2mn8Hw|K+IzaD|h?-iI__drAMm&5z z=H*z;u~gUUSIW=ri+y~N@r~XWI~&7q@U+!uzCI|Is{`~diKwYXiC@b}VZ_7dV_uHc z97}brex>}}zSzeX8QQ~Co?Tc@%c|aS={buir-Oj*o*e0vbe0@+ZR|n`_5>Zo&62F#{!ia~@$GjY?IhN{L z{Yv?{eevO%2ehHw_j_OLb_RaKHd%e<>w|K+IzaD|h?-iI__drAMm&5z=H*z;u~gUU zSIW=ri;vVipbh1Ii}%HDXW%z%lhtRwJ}8%~1N1J5sHsJXU&~2h#KY%fUXIlqOLeV& zrF=tQJU1Eb99%x0@3*trVa?;&RPI-N;GV(#&p!W&7gm3uU#Amg)4#i_hOaai^u?Rwb}_%y>RSCu`B{Cjj~6d4H}DDXi=B<(H+b6W zGhZK+%hdsTmqgUmqQtM|q%h*)^D!^SYL2D4R=-kyR$uJn#f!@g{0Z-iosHo)c-rbS zUmujq)d6~!MAX!x#INO~Fyi6!F)znzj-|R*zfyiyU+m+>i^~mskN3sS#_$_FZS|S2 z56b200KH2hYHCs9*K$%A@$mVWmt!@@QeCTGDc{-`FOQCD9?C{@|H?PQ>x=JQ{grq7 zzYF1#u0-LVzZjgmlG8u0aV122-p1$mI=@3>ElRvvP6{I)J|FXPtmas%8|#a|A)cpv z>HH<^=;7gwW^v(ox;H#OIc|nmnw@qwJU5xmdiC|ugXiD!ioyH0-adHmO31tQMOr55 zN|^UWa@WZ@6#J4iqFdkRgGy!hK}r2ys-S1xi4qT=jd?j%b1c=h`ib(T^OrE8FV3b- z&7;~p?%(&m*lh}Vf^OI$tIvG>db)+IvU_N+MX7?8lfsCH&&RwRt2vhHTK!7-`F-)) zWVCnOtIqf_?~9#{;Wv2N>N8&-l*`otdY44h)S|?%<)kp;;qx&s$7+tHx>mnZetuuP zF&a-7H4kg!xc|WWVz(#o8#c)5GhZK+%hdsTmqgUmqQtM|q%h*)^D!^SYL2D4R=-ld H)))UDXb!tY diff --git a/src/GAM/Items_Quests_Beta.json b/src/GAM/Items_Quests_Beta.json deleted file mode 100644 index 1a9981f..0000000 --- a/src/GAM/Items_Quests_Beta.json +++ /dev/null @@ -1,38530 +0,0 @@ -{ - "Header": { - "DeadBeef": -559038737, - "SnoType": 2458, - "Unknown1": 0, - "Unknown2": 0, - "Unknown3": 0, - "Unknown4": 0, - "SNOId": 197880, - "BalanceType": 2, - "I0": 1194795275, - "I1": 0 - }, - "Items": [ - { - "Hash": -785291622, - "Name": "Orn_trDun_Cath_Candlestand", - "GBID": 0, - "PAD": 0, - "SNOActor": 5739, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -701682068, - "Name": "Orn_trDun_Incense_Burner", - "GBID": 0, - "PAD": 0, - "SNOActor": 5884, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325375340, - "Name": "Orn_trDun_Gargoyle_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 5869, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -417207195, - "Name": "Orn_trDun_Weaponrack", - "GBID": 0, - "PAD": 0, - "SNOActor": 464, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -692179210, - "Name": "Orn_trDun_Cath_LibraryTable", - "GBID": 0, - "PAD": 0, - "SNOActor": 5773, - "ItemTypesGBID": -1079338204, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 150, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -895242340, - "Name": "PrimordialKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 4892, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -726516784, - "Name": "CathedralIdol", - "GBID": 0, - "PAD": 0, - "SNOActor": 3743, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1720554317, - "Name": "LeoricRelic", - "GBID": 0, - "PAD": 0, - "SNOActor": 4582, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 647463255, - "Name": "SkeletonKing_BrokenCrown", - "GBID": 0, - "PAD": 0, - "SNOActor": 92168, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1071607767, - "Name": "SkeletonKingCrown", - "GBID": 0, - "PAD": 0, - "SNOActor": 5356, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1363442904, - "Name": "Turnin_Act1_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 3179, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 50, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 57324810, - "Name": "BlacksmithsTome", - "GBID": 0, - "PAD": 0, - "SNOActor": 3366, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 10, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1279727265, - "Name": "MausoleumKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 4676, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1738161761, - "Name": "ReligiousArtifact", - "GBID": 0, - "PAD": 0, - "SNOActor": 5016, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -118602581, - "Name": "TestBook", - "GBID": 0, - "PAD": 0, - "SNOActor": 441, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1864443319, - "Name": "NephalemCube", - "GBID": 0, - "PAD": 0, - "SNOActor": 138979, - "ItemTypesGBID": -1352920439, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 10, - "Cost": 29000, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1810077949, - "Name": "LeoricsJournal1", - "GBID": 0, - "PAD": 0, - "SNOActor": 4583, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1810077950, - "Name": "LeoricsJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 4584, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1810077951, - "Name": "LeoricsJournal3", - "GBID": 0, - "PAD": 0, - "SNOActor": 4585, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 247145180, - "Name": "LachdanansScroll", - "GBID": 0, - "PAD": 0, - "SNOActor": 4540, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -434143602, - "Name": "LachdanansScroll2", - "GBID": 0, - "PAD": 0, - "SNOActor": 85758, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -434143601, - "Name": "LachdanansScroll3", - "GBID": 0, - "PAD": 0, - "SNOActor": 85782, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -434143600, - "Name": "LachdanansScroll4", - "GBID": 0, - "PAD": 0, - "SNOActor": 85783, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -434143599, - "Name": "LachdanansScroll5", - "GBID": 0, - "PAD": 0, - "SNOActor": 85784, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -782404538, - "Name": "LachdanansScrollFinal", - "GBID": 0, - "PAD": 0, - "SNOActor": 85838, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1617867635, - "Name": "LeahJournal_PartOne", - "GBID": 0, - "PAD": 0, - "SNOActor": 86640, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1617861883, - "Name": "LeahJournal_PartTwo", - "GBID": 0, - "PAD": 0, - "SNOActor": 89490, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -915531581, - "Name": "LeahJournal_PartThree", - "GBID": 0, - "PAD": 0, - "SNOActor": 89514, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 192015858, - "Name": "CultCrown_Lore", - "GBID": 0, - "PAD": 0, - "SNOActor": 104048, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 780532346, - "Name": "Crown_Lore", - "GBID": 0, - "PAD": 0, - "SNOActor": 104065, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 429237663, - "Name": "Old_Tristram_Lore_Cain", - "GBID": 0, - "PAD": 0, - "SNOActor": 97614, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1279941041, - "Name": "Old_Tristram_Lore_Cain2", - "GBID": 0, - "PAD": 0, - "SNOActor": 97615, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -821040732, - "Name": "Old_Tristram_Lore_Gillian", - "GBID": 0, - "PAD": 0, - "SNOActor": 97616, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1324540330, - "Name": "Old_Tristram_Lore_Gillian2", - "GBID": 0, - "PAD": 0, - "SNOActor": 131021, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1519521653, - "Name": "Old_Tristram_Lore_Villager1", - "GBID": 0, - "PAD": 0, - "SNOActor": 97617, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1519521652, - "Name": "Old_Tristram_Lore_Villager2", - "GBID": 0, - "PAD": 0, - "SNOActor": 97618, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1519521651, - "Name": "Old_Tristram_Lore_Villager3", - "GBID": 0, - "PAD": 0, - "SNOActor": 97619, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1898880350, - "Name": "Old_Tristram_Lore_WirtsStory", - "GBID": 0, - "PAD": 0, - "SNOActor": 97620, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1334307399, - "Name": "Lore_CainJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 115118, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1082471257, - "Name": "Lore_CainJournal2", - "GBID": 0, - "PAD": 0, - "SNOActor": 167800, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 385786482, - "Name": "BlacksmithLetter", - "GBID": 0, - "PAD": 0, - "SNOActor": 123615, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 654690718, - "Name": "OldTristKey", - "GBID": 0, - "PAD": 0, - "SNOActor": 92244, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1109665507, - "Name": "Cloud Fire", - "GBID": 0, - "PAD": 0, - "SNOActor": 4184, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1478983832, - "Name": "A1SaveBlacksmithReward", - "GBID": 0, - "PAD": 0, - "SNOActor": 77732, - "ItemTypesGBID": 3940472, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 2129176655, - "Name": "TreasureHuntersJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 5989, - "ItemTypesGBID": -938309842, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 820080253, - "Name": "Event_House1000Undead_CompleteBody", - "GBID": 0, - "PAD": 0, - "SNOActor": 93357, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1986612531, - "Name": "Event_House1000Undead_Bones_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 86036, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 3, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1986612530, - "Name": "Event_House1000Undead_Bones_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 174748, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 3, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1986612529, - "Name": "Event_House1000Undead_Bones_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 174749, - "ItemTypesGBID": 138327602, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 3, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 596634172, - "Name": "Event_Templar_Object_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 89757, - "ItemTypesGBID": 3940472, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 6, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325697435, - "Name": "TemplarIntroEventLore_1", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -325697434, - "Name": "TemplarIntroEventLore_2", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 100, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 968930622, - "Name": "HangingTreeLore", - "GBID": 0, - "PAD": 0, - "SNOActor": 145426, - "ItemTypesGBID": 3646475, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 192496820, - "Name": "Event_Vendor_Armorer_Item", - "GBID": 0, - "PAD": 0, - "SNOActor": 119245, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -353272906, - "Name": "Event_Vendor_Alchemist_Item", - "GBID": 0, - "PAD": 0, - "SNOActor": 4438, - "ItemTypesGBID": 138327602, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1196146943, - "Name": "Event_MapVendor_Egg", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 3940472, - "Flags": 36, - "DyeType": 0, - "ItemLevel": 0, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1254121144, - "Name": "Lore_Bestiary_WretchedMother", - "GBID": 0, - "PAD": 0, - "SNOActor": -1, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1191793145, - "Name": "Lore_Bestiary_Zombie", - "GBID": 0, - "PAD": 0, - "SNOActor": 136835, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -602374345, - "Name": "Lore_ArmorerVendor", - "GBID": 0, - "PAD": 0, - "SNOActor": 154309, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -811102519, - "Name": "Lore_Bestiary_CryptChild", - "GBID": 0, - "PAD": 0, - "SNOActor": 147312, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -767569512, - "Name": "Lore_Bestiary_Ghost", - "GBID": 0, - "PAD": 0, - "SNOActor": 147314, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 476207161, - "Name": "Lore_Bestiary_TreasureGoblin", - "GBID": 0, - "PAD": 0, - "SNOActor": 147316, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -767569454, - "Name": "Lore_Bestiary_Ghoul", - "GBID": 0, - "PAD": 0, - "SNOActor": 147318, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 739667857, - "Name": "Lore_Bestiary_Unburied", - "GBID": 0, - "PAD": 0, - "SNOActor": 147321, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -426252494, - "Name": "Lore_Bestiary_Grotesque", - "GBID": 0, - "PAD": 0, - "SNOActor": 147323, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1402898341, - "Name": "Lore_Bestiary_WoodWraith", - "GBID": 0, - "PAD": 0, - "SNOActor": 147328, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 86502323, - "Name": "Lore_CurioVendor2", - "GBID": 0, - "PAD": 0, - "SNOActor": 154408, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 576661771, - "Name": "Lore_Vendor_Tinker", - "GBID": 0, - "PAD": 0, - "SNOActor": 154426, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -471413419, - "Name": "OldTristram_DescentJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 156662, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1937123165, - "Name": "OldTristram_WarrivsJournal", - "GBID": 0, - "PAD": 0, - "SNOActor": 156686, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 464288982, - "Name": "Leorics_Death", - "GBID": 0, - "PAD": 0, - "SNOActor": 139830, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 311019458, - "Name": "OldTristramCellar_Lore_New", - "GBID": 0, - "PAD": 0, - "SNOActor": 158663, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -879729685, - "Name": "A2_MapVendor_DungeonMap", - "GBID": 0, - "PAD": 0, - "SNOActor": 162326, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 5, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1905504632, - "Name": "A1_BlackMushroom", - "GBID": 0, - "PAD": 0, - "SNOActor": 162311, - "ItemTypesGBID": -1079338204, - "Flags": 224, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": 9, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 729949760, - "Name": "BlackRockLedger01", - "GBID": 0, - "PAD": 0, - "SNOActor": 166432, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 729949761, - "Name": "BlackRockLedger02", - "GBID": 0, - "PAD": 0, - "SNOActor": 166433, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 729949762, - "Name": "BlackRockLedger03", - "GBID": 0, - "PAD": 0, - "SNOActor": 166434, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 729949763, - "Name": "BlackRockLedger04", - "GBID": 0, - "PAD": 0, - "SNOActor": 166435, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 729949764, - "Name": "BlackRockLedger05", - "GBID": 0, - "PAD": 0, - "SNOActor": 166436, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 729949765, - "Name": "BlackRockLedger06", - "GBID": 0, - "PAD": 0, - "SNOActor": 166437, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1489298882, - "Name": "Lore_Bestiary_Hellion", - "GBID": 0, - "PAD": 0, - "SNOActor": 177120, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1530400928, - "Name": "Lore_Bestiary_QuillFiend", - "GBID": 0, - "PAD": 0, - "SNOActor": 177122, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1401540177, - "Name": "Lore_Bestiary_Scavenger", - "GBID": 0, - "PAD": 0, - "SNOActor": 177126, - "ItemTypesGBID": 3646475, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1008601610, - "Name": "p4_SetDung_Clue_Barb_Kings", - "GBID": 0, - "PAD": 0, - "SNOActor": 446671, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1006237357, - "Name": "p4_SetDung_Clue_Barb_Might", - "GBID": 0, - "PAD": 0, - "SNOActor": 446672, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1340026526, - "Name": "p4_SetDung_Clue_Barb_Raekor", - "GBID": 0, - "PAD": 0, - "SNOActor": 446673, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1536216081, - "Name": "p4_SetDung_Clue_Barb_Wastes", - "GBID": 0, - "PAD": 0, - "SNOActor": 446354, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 508566587, - "Name": "p4_SetDung_Clue_Cru_Akkhan", - "GBID": 0, - "PAD": 0, - "SNOActor": 446674, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1178640685, - "Name": "p4_SetDung_Clue_Cru_Roland", - "GBID": 0, - "PAD": 0, - "SNOActor": 446675, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1205675916, - "Name": "p4_SetDung_Clue_Cru_Seeker", - "GBID": 0, - "PAD": 0, - "SNOActor": 446676, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1248736363, - "Name": "p4_SetDung_Clue_Cru_Thorns", - "GBID": 0, - "PAD": 0, - "SNOActor": 446677, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451670310, - "Name": "p4_SetDung_Clue_DH_Ess", - "GBID": 0, - "PAD": 0, - "SNOActor": 446678, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451662193, - "Name": "p4_SetDung_Clue_DH_Mar", - "GBID": 0, - "PAD": 0, - "SNOActor": 446679, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -451661102, - "Name": "p4_SetDung_Clue_DH_Nat", - "GBID": 0, - "PAD": 0, - "SNOActor": 446680, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1993180232, - "Name": "p4_SetDung_Clue_DH_Shadows", - "GBID": 0, - "PAD": 0, - "SNOActor": 446681, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1388821457, - "Name": "p4_SetDung_Clue_Monk_Innas", - "GBID": 0, - "PAD": 0, - "SNOActor": 446682, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1015008352, - "Name": "p4_SetDung_Clue_Monk_Storms", - "GBID": 0, - "PAD": 0, - "SNOActor": 446683, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 902600468, - "Name": "p4_SetDung_Clue_Monk_Sunwuko", - "GBID": 0, - "PAD": 0, - "SNOActor": 446684, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -946459054, - "Name": "p4_SetDung_Clue_Monk_Uliana", - "GBID": 0, - "PAD": 0, - "SNOActor": 449407, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -814118690, - "Name": "p4_SetDung_Clue_WD_Haunt", - "GBID": 0, - "PAD": 0, - "SNOActor": 446686, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 886454706, - "Name": "p4_SetDung_Clue_WD_Jade", - "GBID": 0, - "PAD": 0, - "SNOActor": 446687, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -648277371, - "Name": "p4_SetDung_Clue_WD_Spider", - "GBID": 0, - "PAD": 0, - "SNOActor": 446688, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -799390868, - "Name": "p4_SetDung_Clue_WD_Tooth", - "GBID": 0, - "PAD": 0, - "SNOActor": 446689, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1026613476, - "Name": "p4_SetDung_Clue_Wiz_Firebird", - "GBID": 0, - "PAD": 0, - "SNOActor": 446690, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 808835620, - "Name": "p4_SetDung_Clue_Wiz_Opus", - "GBID": 0, - "PAD": 0, - "SNOActor": 446353, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 924787948, - "Name": "p4_SetDung_Clue_Wiz_Rasha", - "GBID": 0, - "PAD": 0, - "SNOActor": 446691, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1927739778, - "Name": "p4_SetDung_Clue_Wiz_Vyr", - "GBID": 0, - "PAD": 0, - "SNOActor": 446692, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247821299, - "Name": "p4_SetDung_LoreItem_1", - "GBID": 0, - "PAD": 0, - "SNOActor": 448744, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247821298, - "Name": "p4_SetDung_LoreItem_2", - "GBID": 0, - "PAD": 0, - "SNOActor": 448745, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -247821297, - "Name": "p4_SetDung_LoreItem_3", - "GBID": 0, - "PAD": 0, - "SNOActor": 448746, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1552753018, - "Name": "p43_AD_LorePage1", - "GBID": 0, - "PAD": 0, - "SNOActor": 454971, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1552753019, - "Name": "p43_AD_LorePage2", - "GBID": 0, - "PAD": 0, - "SNOActor": 454972, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1552753020, - "Name": "p43_AD_LorePage3", - "GBID": 0, - "PAD": 0, - "SNOActor": 454973, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1552753021, - "Name": "p43_AD_LorePage4", - "GBID": 0, - "PAD": 0, - "SNOActor": 454993, - "ItemTypesGBID": 3940472, - "Flags": 160, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305802, - "Name": "p43_AD_PreEventLore01", - "GBID": 0, - "PAD": 0, - "SNOActor": 455696, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305801, - "Name": "p43_AD_PreEventLore02", - "GBID": 0, - "PAD": 0, - "SNOActor": 455712, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305800, - "Name": "p43_AD_PreEventLore03", - "GBID": 0, - "PAD": 0, - "SNOActor": 455713, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305799, - "Name": "p43_AD_PreEventLore04", - "GBID": 0, - "PAD": 0, - "SNOActor": 455714, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305798, - "Name": "p43_AD_PreEventLore05", - "GBID": 0, - "PAD": 0, - "SNOActor": 455715, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305797, - "Name": "p43_AD_PreEventLore06", - "GBID": 0, - "PAD": 0, - "SNOActor": 455716, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1313305796, - "Name": "p43_AD_PreEventLore07", - "GBID": 0, - "PAD": 0, - "SNOActor": 455717, - "ItemTypesGBID": 3940472, - "Flags": 32, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -679596431, - "Name": "p43_AD_BlackMushroom", - "GBID": 0, - "PAD": 0, - "SNOActor": 162311, - "ItemTypesGBID": -1079338204, - "Flags": 224, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2079658197, - "Name": "p43_AD_WirtsLeg_01", - "GBID": 0, - "PAD": 0, - "SNOActor": 457032, - "ItemTypesGBID": -1079338204, - "Flags": 224, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2079658196, - "Name": "p43_AD_WirtsLeg_02", - "GBID": 0, - "PAD": 0, - "SNOActor": 457033, - "ItemTypesGBID": -1079338204, - "Flags": 224, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2079658195, - "Name": "p43_AD_WirtsLeg_03", - "GBID": 0, - "PAD": 0, - "SNOActor": 457049, - "ItemTypesGBID": -1079338204, - "Flags": 224, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -2079658194, - "Name": "p43_AD_WirtsLeg_04", - "GBID": 0, - "PAD": 0, - "SNOActor": 457050, - "ItemTypesGBID": -1079338204, - "Flags": 224, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -1955422127, - "Name": "p43_AD_WirtsMap", - "GBID": 0, - "PAD": 0, - "SNOActor": 458373, - "ItemTypesGBID": -1079338204, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 1, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -616311892, - "Name": "p6_SetDung_Clue_Necro_Blood", - "GBID": 0, - "PAD": 0, - "SNOActor": 468394, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1022531296, - "Name": "p6_SetDung_Clue_Necro_Bone", - "GBID": 0, - "PAD": 0, - "SNOActor": 468395, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": 1683928378, - "Name": "p6_SetDung_Clue_Necro_Plague", - "GBID": 0, - "PAD": 0, - "SNOActor": 468397, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - }, - { - "Hash": -596553093, - "Name": "p6_SetDung_Clue_Necro_Saint", - "GBID": 0, - "PAD": 0, - "SNOActor": 468396, - "ItemTypesGBID": 3940472, - "Flags": 96, - "DyeType": 0, - "ItemLevel": 1, - "ItemAct": 0, - "AffixLevel": 0, - "BonusAffixes": 0, - "BonusMajorAffixes": 0, - "BonusMinorAffixes": 0, - "MaxSockets": 0, - "MaxStackSize": 0, - "Cost": 0, - "CostAlt": 5, - "IdentifyCost": 0, - "SellOverrideCost": 0, - "RemoveGemCost": 0, - "RequiredLevel": 0, - "CrafterRequiredLevel": 0, - "BaseDurability": 0, - "DurabilityVariance": 200, - "EnchantAffixCost": 500, - "EnchantAffixCostX1": 500, - "TransmogUnlockCrafterLevel": 0, - "TransmogCost": 100, - "SNOBaseItem": -1, - "SNOSet": -1, - "SNOComponentTreasureClass": -1, - "SNOComponentTreasureClassMagic": -1, - "SNOComponentTreasureClassRare": -1, - "SNOComponentTreasureClassLegend": -1, - "SNORareNamePrefixStringList": -1, - "SNORareNameSuffixStringList": -1, - "StartEffect": -1, - "EndEffect": -1, - "PortraitBkgrnd": 0, - "PortraitHPBar": 0, - "PortraitBanner": 0, - "PortraitFrame": 0, - "Labels": [ - 0, - 0, - 0, - 0, - 0 - ], - "Pad": 0.0, - "WeaponDamageMin": 0.0, - "WeaponDamageDelta": 0.0, - "DamageMinVariance": 0.0, - "DamageDeltaVariance": 0.0, - "AttacksPerSecond": 0.0, - "Armor": 0.0, - "ArmorDelta": 0.0, - "SNOSkill0": -1, - "SkillI0": 0, - "SNOSkill1": -1, - "SkillI1": 0, - "SNOSkill2": -1, - "SkillI2": 0, - "SNOSkill3": -1, - "SkillI3": 0, - "Attribute": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "Quality": -1, - "RecipeToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "TransmogsToGrant": [ - -1, - -1, - -1, - -1, - -1, - -1, - -1, - -1 - ], - "Massive0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryAffixFamily": [ - -1, - -1, - -1, - -1, - -1, - -1 - ], - "MaxAffixLevel": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "I38": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "LegendaryFamily": -1, - "GemT": 0, - "CraftingTier": 0, - "CraftingQuality": 0, - "snoActorPageOfFatePortal": -1, - "snoWorldPageOfFate1": -1, - "snoWorldPageOfFate2": -1, - "snoLevelAreaPageOfFatePortal": -1, - "EnchantAffixIngredientsCount": 0, - "EnchantAffixIngredients": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "EnchantAffixIngredientsCountX1": 0, - "EnchantAffixIngredientsX1": [ - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - }, - { - "ItemsGBID": 0, - "Count": 0 - } - ], - "LegendaryPowerItemReplacement": -1, - "SeasonRequiredToDrop": -1, - "Attribute1": [ - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - }, - { - "AttributeId": -1, - "SNOParam": -1, - "Formula": [] - } - ], - "JewelSecondaryEffectUnlockRank": -1, - "JewelMaxRank": -1, - "MainEffect": -1, - "DateReleased": 5, - "VacuumPickup": 0, - "CostAlt2": 0, - "DynamicCraftCostMagic": 0, - "DynamicCraftCostRare": 0, - "DynamicCraftAffixCount": 0, - "SeasonCacheTreasureClass": -1 - } - ] -} \ No newline at end of file diff --git a/src/GAM/Items_RandomPlaceholder.gam b/src/GAM/Items_RandomPlaceholder.gam deleted file mode 100644 index b0830b2b5057b371eefef40e18f943ab5727d4cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24056 zcmeHPO^6&-5S~f0PNK%Ff2cP>Q4bzWKv9Wcb_EyW&$tnziE%R7ZL%vf(_wZuu!n%4 zh{s$+@ajbrF;_1ha`ES`CnMe>B8ZTK;6Y!xTQ8MLSG}@3Z`tX7eb`s8>eW~M>Q#N2 zo@w&O*I)en@t&5y?tOR4%R8LZxqRt;uOPyc&UoQCQ6#a^8R*XS=CZ-C(K+~U^B1RD zpM3ewH}^lbk%~?rBhYR4u{G0V{_UoGrM)36y5XPA>-Ep3yo@?J5}48=;DNI?q7Byl zdIJ7ly~mAN(#OsNoI%wK?@=427@AL!4RENQ<5F8pS&D0|WAMNFFXpv(3O2`!vrE~^ z>Y?#4A75*3)U54z@$T<>`;iwn=}gQ)6<&NJ@uKf7YaQc3)NMWVVATtAqm5Dw&8Nr) zI8@JZsV$}~#kJN4_y>6L`9Xd*TZy@e3Bcarc=5vd2meA|gl8`8s=|xM5-d0S?u3TxyFcOL49B0saAAJhGIp4HmO; zqq%XH^t+W{$bhMhRE*DY5|$)pJ~Giz!QSt@Q!^Qjdepy{9w3JUSh7 z3lo98+wtO=?z8^$;;z75-|XxM*c$8mi@n5)zPGG(jH#~Mdg#Hb7v@GAr5Kt|kqvOD zp5szmOj(L+tq<@I@ZzE2+8}HCH;j86FFx|a)4$>8#n5}*cez7{ceUwd<;9bU7kzJ8 z>lpJ~xAnZg%gix1+9=^_K1DXbp?Z!>Z82pjuC+eEKfsIo=ZljmAxAnZg%gix1+9=^_K1DXbp?Z!>Z82pj zuC+eEKfsFz5-+w|w>n;IU)ma8TuHp>d&^qK*kg5D&-=T~9CM?M60YV`WCI+k=eX1s zQjV4)ym(}3IUDe2!kBy7j@Wx0FRs7$lwZ)XBxYqgr{{Sz(JU$h32a|z)o8!gV%WeO=%kIE!SK-BB z;zi$E);h-HsM~tp-(}{Q8*P+uHJ>6I;7~osrM8%|6xUiG;2+?{7xTCCm|K_#?0t?G zKm7ceE#bvc;zi$E);h)_s@r6I;7~osrM8%|6xUiG;2+?{SJsx# zW=;OTbm07^9WNgI>YizQj*j_xF;Becd&^qK*kg5D&-=T~9CM?M60YV`WCI+k=eX1s zQjV4)yx3h@AM_Viv+;V&jcjx5bB}jg4?J}Kj;-LuH5ZGYE1lnnQ~@5~Xd~KS zowc4|EnI2+jmZO?LDg&HPV~Q04BhK`E8tKq$ECKIvJ}@^m*B7R;uF2@tMk3rve9Bb z?#=hzFnlRn80Rl!r=70f6tet#_W$uB{7zN&cbE2ai5IbFtaV)1^}N5!%rQ6GDB)^8 XMK-{pdX7tNF=Z*PwVuFVvz>XlciH~#>=yVjJLl_|p z*Evd}t@1=JF<$%#X&r9T*Q>E3nm{z+TpjQ9B!s~Xql~%c>BNLULT)gRGnYKqo0aD8xtom5LQ)^YNs(<{WFaE`+j&gl-_T_!AI}G0K zN8Gk-UNY}H50SV1mdZFEm3$qnfs1at{+e^PUNb#?P6rFGiu}c6oO|CFmbt0k-Q%41 z=0SSiTQujw9u6yE%9w}tNBH>!-0N55R%HKQ!2HI{a`zQjiAL74CUb6fb8em6wd=Rw z&&}+uxl5h&`CO4P{=oj636#-LMw8@|t%tm}$NSB%F#a3*3-MgTvDBlbRxj^|D?Wbv zXX(E7pa1gD_5GpqX}{!IUgV)W%Gkdv>C5(4=I8w@<{&(m^G1bXT%U`)(K~E@N4PkZ zx8xClx{!9h2=S~}Wa}HYC#~fo6Hvzb_L=HjoXwoeU~@JmF3#66>zt9u_Lv*e8O!5~qaH1{dU=1ek&D}L;eT5InPuv8ag#1>_xxWnTwEEb0=7HN8)3=C zRSXn{VcPn*IG2Hmw3}%Y7ZVrJ{k+EVOTym75h3&GXwf4s?~gWe@hLFz{l#F2W$APA zRl2m@^B*u=)V$NRAzZu$LNahlMIH-3ZGBvv!m#yFmbh5|I8T~=-0`UJWE@wnCFX|o z$MX2%s7K4K-nMda!_m$?UEK66Q=f~k)}`&9|91@+PYhInaPi%UCl@!UbT5FPwmvRq z;NmLSG+rE+PtuHa>#P|tz6uS0nMo==OtsA`doaCE^YVx zUp8D^9jF4~BBwRT#c7r9B=~9T5X~#}`LE zT5k2Wm5aMER{W`#<;+=>m7td4aUIagFeO%lNChkaF zM4gYzCuzpI^;oV{3Cp#|+>qW_9$y^wXt~wfRxa*6!MR_V%1g#F6ZuPd6i+f(^+!44(c~7%UeJ-YTI{Es=f{W{P<14>#@zap84!5ef zHSp8c$HjwS;{L=%)Oq5f>WCh%<(Gs#Nuwg>(+Nb6xNYU)-7j|T{EZ$irgb_4Ts%uR zzVZtfKMxtX_!bq1e>aY{J}$19aqfx4MbvrXqUwkquW-w{o}^I`^XmjwUt76&8y@t& zhOyz$crmTh8Q>!Rb$E?%@d3oL4!5gRXTwih9~W1Hi_d|JE~8EB7w6wqpgwx0>AbXD zsS=j5#@vwJSRP*-^=P@(+g2_TK4tJ=?SHMqO z9~UnG7f*q88ExWX;v)Ki*I0f@*qb;aWIi1&dc@`Z(Z+S%&#rauJFoX}F|E@X;9}@? zE8CssTd?Hfbqo}SETyfFi|+sv&x3UtZQ^3$BKm>X2)C^3O&k$2zmB&0cz?8!i?i#U z+jF6Zi)o$C02f2A71-`He*#M`?q;Acd__xJ9~WoA#O<&yqfJ~)Ttq+c8p|&UdlN^5 z%%`J8kGQ-)+Q`KxFfs5p+)4ZtkYy?6qt8w2bOzVygoe*-cbad*l8ZMmP#C_7pskOK zccCS3fXy=6#KpwLqALzL!Y%6#B^)7Oex1bXkqehxEOkH)RnM={r&xP z99wp9y|ylP9_!q9AtV>~s7MaEX)PC-XEN&-KQrUpFT-Y8;$l1ZNwZw35=QqLX+nBO zW;6+?M~kdp_VqS$@i|PGe)NqVE~a%l`Ezu^#q)LJD?i(v=KHYZ;w=mm=5=ssEf-fn zHW@Dd4w!fkY?dW1CN83z1&!sGgo7CZ5zMEfM31<;v011D?i(v=1Ev` z@pc9ZLzdE7E^;r&$#C%ynD}+r*(`A}jTh0)g2wVo!oduI2fr-iJ~LO>3W{p9k5tZ_eMd(uc&Y{(kXafs1Fu&SvR3Iz30Dn+1*ZHR}d51R|JU zM_GMs<>LNVI`{TB4?Rb3n(p{IotJ)Ukc*e-##esf;@=cpyi3I~53S|mF_2A$i@yXW zUX{3r`nAue5cN#c<(4Z|!cx|l8`2xgu*ly zq;7t`bMM;q_Gjgs)aAPIm0!5X{b>0deT0ewDl46ndN0mM{hjLPq-Gc^7LWaNg$v28 z`GrY8_PHWs%BJ%pFU``sPRo@lVX2##8`2xgSH>pU(&vuSO&pi0v%J}uh7$=dN?dF{|D=;xPFt>235)KS8`2xg__;G+l1FQY9>9jkzJcu{^#w z>d|tmm-j~-$BWNmK=Yd8^OCVleJ*x_WAtz4YNF|mZ{Ihj<4(f9}E{y)s3(G!o?3lMlS08CHSt9wmvTM-QvE)Mbx?F4MaWD zbh+h9m9UgG=7#jf^7!JYN6W3=wsLVB#)^M-MqVHI^t=ox#RmMc}lqC4h>^v3e|;;2W< zt=_hBkq5u;J1f7ZS*AW0^#h?Uct`wpozD6|xrK}OA)Z{kRHa)BKW%+n+yf>)mAHsH zx4e;NX}a8UrAk=J8goN>V|jdW)T8BAZ(F&z{Uy$Q=;ao7n5LT&WTk-7z<$HOiDaFJ)FCN5guNSicWZn;t=EM<+k zA-%CYzBua9a;vwkTwFQj+*`3Ghxatg)PIgn>vRUVi0#wCl`3J;9dko^V|jdW)T8BAZ(F&zV-5CB#b*0MTuke92DpeJ zwb!uSX}$r=I=q&F!n_hLZGBvP3|zcyCXE*p7o`t|T+1&Bhth}S%%|f-kGQ-)+PJR! z!F8A$z-CxOTuke92Dlh{-O6^S;dkb&!(9v%hErFx^>OhzaPgMJMbx<+hZRlIc)9Ro z99PO3b3^)Ld3=$WSTQm%I#SIQc5 zL;7QRd~wvHa)avWHPXQC}OI$>qH=TddP3(1Au2cz&?wA|W8_VO1qaH1{dfUpyIV?bVVykDo znAYhGj2C&{sm}-(4N{$a7kJM!5JSBFV+uRieW5&hEgM!IU#<(4Z|!cx|l8`2xgPWF6Q+h^KTV&?(A6Y#taX|Bft9a^%KbJVsENw_)}vuys{E9W+C zdZ7RKpUz1|rNdYb<RlJeePA_;{5*}xpxy6^O~^ylCacMS(o{ATG1nJTe)b@1N3vTdyBlU zHC#MiH@@=c)WkRtGS0iKQ*k&7!O_;o#kowM?~=HfxTw10fLFL>-GM|U0?ehPlCeyFE_QE`_s<$GV*6gN5iZUmmR!`!n^q%CTOSu!U4-?Eu=)OriHnJg z=zd;f`6Xd*;)sy>bhPLZx2;^9!$9b~)AN$CECDX=)Mf92-*U02qM@P-7w9J@?Ab#We47wr+go7cPDgGX8J5 zO2y&djiarPi+6*IS0yf@&Mj}GS(+}lT&WV4vc}wy-dG-A9QA0q)!SAsW_ZwBiD{Mi zcrnep@H_&a5iWimk*vdaszlh5!_n5q#RtJf?!TCxqnpk@=_d9%Emx|9MR&{%>5b*_ z#ZixzTfJ@N;)b=(eHfcz#kknT&AaXU#n6aZxOfnqgLSw|brQaPpskOKoO5|FaS?TH zc_Yozbh+h9m9UgG=7#jf^7!JYN6W3=wsO&)W8iy^K6g63U*!I>J|kTGE+WarJt`5m z-k`0Ii`F{MZMs}|GL9={jkzKHu{^#w>d|tmx2;^X`_lTyi{0D2yFXqmxTx1_ z>wX|yd>TTI7w=G!vR}95;!32M%y{uOaPbX^i>TkG^G~{oy-v%ODq+zbb3=M#d3pRu_aH+y#) zFQR_!I7}L^>2li_s)VJiF*l?)md6)IJz8${^8RS!IjMGETHkYY7dNSWC-$Y)`!9y} zr4=s5_NBF4JO+JbGF<$-84w|H5%t@2{s~L$by}`e35)KS8`2xgWI&Hc-ncP_@hw4a<=?!E*oeN6Ye5&jHU4a;@i zX5Y7YdDsAwAAWtD;Mp)w3dtA zTe+CG@=FaDkJpW_{5drjc3;}+T;%?X+*2oUu`GwADVvhsa-~XG$`o@$dSiKfanz&b zR&QImX!oVHTd|tmx2;^X`_c|^ai=bIcl?%%Q-Pw(c=2P1=laD=r8^CNT08H;B(Z&It8LwgpX7(p#=n3Fjq>|AzF&a}CE*kCs}!ZRO&g7vfu&m*yp7nFhJo#T{w$y6Dfl z6z><$(2cMB!o_-0ASs*2l%YVB-G7MbvpyI49kq?Dbf#R0+%9jJYAbu{^#w z>d|tmx2;^X`_fu2rg@i~eCu`NE5C5@KFG+$OI6%j_-X6oBFBo4B`%`Q%W_DXt10O% zSE_`iOffg4Hd|tmx2;^X`_fu2rg@i~i*@cxTb+w5W}Mpyo93g-a!Bs!rlhxA zsS=hl#oUnISRP*-^=P@(+g2{xeQ5`|*u@=b^H#R+7enLboSM!p1l zrDdMU%t!B-aqi==E~8CcOk6}i@EYNkb-jrrLgv@eRv-I%8@XurrL|lPjgxd;EJc5R zU3bC7h1{2R)c%Xr$BQ2X6TbqRWweQliHo6o)ACEgq4Xg+^XWLzBW_!{X!oVHTs9@}TEIu}0!CO(?Di27~H`$Azx+3OLWjN{7RjJYBGu{^#w>d|tm zx2;^X`_fu2c5g@8yp`>EvCe&It8Yv(p#=n2}_w`Zb)w|k1vjT zwA|`ls$A^ejD*U&;0O%MG{nV@E@1qzaB(UpAGRIy z8sXwKh$R=NR4VReOKZ8vB$MIdQ()p;!Nu9liHr09dsyc*P3NfPN|kV4()e#kZ#>s< zEcIxq)!SAsZouJmPZu{m%QVErjxJ#Q?}m#f>Bd)n;o^;uk&F5}>f;fnt&fW*&N%m6 z;v(w2>HNbb_Kdww%atl&(H(O`dSiKfanz&bR&QImxC;0GyRg?74a+pd#f~mu{1?MT z?xW~4!o?3Gl3dj5zqyw!t&fYb?_H`tNAnxN3t;o_qtkdXjTh1VyvFiN!rsIYA@k{I z(IakKxwskwq0`sqC1Y6(7dyKFWB>hP@f>}IZhYkzF5Uwfxdm9oa%kp5U6UmW#lxz)@2qmADI+Wi-YxR~BA_L}`n-T2DScBlC) zEV+0Y1BF=!m$p7Ga$Wbmur8xbcCVIqeD;HT4?(_hLd}{iP8uh8`ewWh_Cz9WO4#{)_S*ApZx&_Ft^Ne(|rs#Qz9;D5FhW zOk51znwDP@4y6ytnNP=w9&y{sMZ5pv&~tQ0H(>04?^28x7h?ZK;o?ekq{(n`#TGaF zm*AqqH!tp@#Kpu#%`EK~Zdq5SDdT5;ozCi8vRv%w28{jhT?#I4){U?HYPI ziE^>C8!(=>?C^p8bT|O>8R24?{TF4t$Za~deRF;+WBXF&=jgc$!Nj$&hcentn|`g2 z^R%B%-g=3Pc|F)ZC*eG{{4ewA)S^e+wsO(#zi6JLJG%kn+pzzl-e(L`Q(hxn{F`O@ zc=0Zkig{@5c<~s>Cc?$p+qSs5s}dJczfI>KF0p6qbqY_$aYc8`4e5{N@x@V(mRr4T z<)Ynx@$#KNd;K-%ba>;%qLJ4h@7&2Zy}`-;i_3N6E5C4&=cw{InsX{*fXd!pi)SJc z&zHV_MQ$md%syjT=6YusXV;LD(*T6^FdSE$a>?93fzSoy6*E zD;FQbe%*%^H$BTV&&7@|Tr3)SgW=)}bmJ?(aPeBm$i+1(4qG@n+WNSt&oM~jMK*=p zr}WdL@nT*NQZLrcW6S?CzfNuSwUvv{VnFj6Fo1?-n&)Ci7cS;i;m$H#9B04o`nb3Q z<3+MDjTf8FzoMHBaoTdFN?3Hq+>qW_9$y^wXt~wfRxaB8y63sr(S?geBcE-!$bGkc zhV4!>3(N7Mt~H*4MOz;i?*zUB)@bz{kaj>>J_sgNb_+7tt*f7vuM)aLc;!T*I-< zuccOBTe)b@F%T|x_5g#Tk^Ad(3NEhIjj#MNUc47Fju*LJQOp_e(ALMrLtx^AiHoT7 z#6{_ae%JC#!v54@Df8)A(IakKxp?qJ&i%vL`900D%yaQvUEI$3?K++Hff^7l-iLT{ z@lutJETyfFi#!YPVB#X`JaJKVM2}avWnE9wsEGM>0;{jBT-=TqXCHdGkBe!YPH$az zFWCh%<(Gs#Nuwg>(+Nb6xNYU) zQ#jw{3~aW~dzxjLA1|hLI+}|w(~YnE!o>rSu@1S8QOsHJ(ALMrjo{)c*fbxVxG25Q z?+Ul9>rWk)GQWv|JMgv_s_t-iw$ z*+wotxDImz*o=CZi)o#X9xsO8wzA!6_?i3QI1& zi-E%M4J~bbT>KoExED6dXcHF`7mKbqXwL(jA1{WU9Ca-$U4MT+oq~%z*Ux9z?lj+n<#_RC1`5MH8EGvSu?^#dxcCT| z_yyQ3OI%D`L^lf>;g)rS83GZ^ucNF!-XCq`;v5#BJh9a`UQFwB^my_0y785t?M`zD zmRx)-bowCE9+_eUGK zxD9K%Z+?@Hi=j7ax)zqMzrUYOFT4?(?K!FQ&(Ud}jvgT4?(?K!De z-g?u`*QJ9}-CZX+_vW*&TPf$H3jcH;(05t{{ z#pyo7c&oRqT;%s_`kYk7#ZE8mzFW9Bl@pO`YkWp{$>(fxkz+wI%i*E5Tx5Lg{OIaj zoXv`7Xz*}$bK>IseabqgX*%yMSE_{blE!~SdgHl~7xg(X96Qq1$3=%>>nhm9 z#iox7(Jgw$UZ?P699MM5+>riQ9$y^wXt~wfRxa)U6F*bj^emGaFY=XHXU)GcTs%Hd z6T-#o5l=2+d!oK!wbItdMKW7L9*+?KeAI&V7vq?_35 zv|OnY7Tqy7q&Jqw7e_r>ZuPd6i%%Tq-0$;{V;Gi6ak0}2yB}Ou%tsgVE-%ijXy{kC z_^%N|F6x&LFGQHOJ}zctV&Wp|-0}vZo@u(=a-~XG${KS+dSiKfanz&bR&QIm_}mMe z`}$cu~JM)RiJ!{4j*%;sq)aM~XRG9~Wc$MpU1V-T@}wow$fP zZ#w^^o7n5LT&WTk-7z<$HsxG!-Lb#8ehZPIkP7Y6=*MvgsAs&Wrx0|}JK?wM7taoqTDbT{ z#Ip{sQt5C+grlvGiySMioJs2!6BkuC^m;A7BriQ9$y^w zXt~wfRxYlba_+4lpofcT{i5O`wl((};o|QhmUZ~kDiv8uTOSvn1s6|ATtuB)-bk}F zU2eHjB`jr)xgou=Jia*U(Q>P|tz5kK4Cnq4D-}IlgtWWHu3wxERE2QyVZ^fzcc^rD zJ>h8U<08k3=Or$p&YR9Z=_d9%Emx|9MR&{%>5b*_#ZixzTfJ@N;*L}Sn0QsL@x@V( zmRr4T<>Ksm=k{Fa;o`Z|=jifw&2QH)h9>8Qi`=h`T->E9iY%qAkBb|@#Oq*PMw|B2 zN&D%bA9#)BmxR5EBSPlW(V|CO-XCq;Plw-K9F4b9++UDo>95l{cRDmg($%nJ{r&wH z9b4A9&?HnI>)fMALoU9Hi3`ICeOk*!=9$d*F4+v`qG4S|o4A;`h<@NT!Y%816Gw#1 zucNI#_VqS$aUT|v+<&o`i=iQsu7)M+@9)1@a5401bhXlX4MnQk&%ya7!746Ms&6BiQ~(GR>vxMf{$;)sy>b+pyT z`=gCqoWnwrC$@UI7QBD zCVm0dWweQliHqn5USs(sVQ=Dykok19=nF>W-aPbX+ znqa%rJPAuK-p)W_xVH|i<>E@n_V1j(XQdB`TYWzrjujt;%`)1=#rZl$mG?}VkIw5s z`kHl%YAWq8zfNrR@&0Hd7Y|{9-7!~qxfpt-rmJDe`upn_3oc^H-fP(IG*82li+3{V{S-)ERQda zdbHf?U2Ww%H%b|#V;+(x%dH=i>P1A8;E+Q>2li_s)VJiF*l?)md6)IJz8${wv~(fU+LW2-|Tsg-qh{&i)%kM z$VE)qdyR1MZwfBnrBX2ut>xk|kWGe*8^FXJiHoS;rt=S%*faJzEmx|9MR&{%>5b*_ z#ZixzTfJ@N;sMOA9QQNxT)gPE>#sR?>owEe9xXcerPY|H|Krn+l;`LpbmJ?(aFOFl zK1Y*zVwS^0`wcLY-v@pK3m0h-?6K1JAqiI>FRtQcWcfa0@b%71r3>G!xy!#npU)K; zmceDug?@!=e8k|Ts&DN;=D7hhBW^cP2yr+4^8K~^nr2Q zyrl8pkp6hC;aKX?QmePET+A>K+Rcdo7?!Ee#ZG_i;@s~VE}oEA(a^7OaW`Vf#WPik zRq)f+$HiC8;4gxW!bG~cNnFh9A#pLU2g@%B7u}__!+bii=n=QAT%5&&-(x4v*Hxd3 zo&MUzxi1?oBIq^3MLwpIi`+j)%t`Rj*2l#?;9{1zh&pdN|D=!D>lB`h8`2-k zJ}B z-@AMsT)aDR5p`~P15wX3U2eHjB`jr)xgou=Jia*U(Q>P|tz6uX7h(^s&r8NK6*aBE@C@2uMsZZk66|rJ{{^C{=1>A zkBiT{*tw??7g6U;=bv;Ed!3dmRl=e>=7#jf^7!JYN6W3=wsP^QQ!u8%OR*s?rg@hE zE@FEPuMsXDKrHLLs>$;Ef7R6Hw-wmvTI1Q&bfyJVP? zrrnG`-!o}GI>?WqzI3>T4?(?Y^{qE`}Z)btNoefB$=zf{WZ2 z$7h6#Pa=|B^zBP)xp)N9O=h35mw}5fz?d;{vFZFn8}*F6PRo@lVbL9PLwaL*d~wvH z`SZn8RH8(pAjy` z_NBF4oZP;&cY=%8_PO|{kKEPAd0MBFx1QyYv}sf1mMc}lQl^+2(i_X;i=!Sbw|d*k zMY}I;@f_XpU1_l%8~f5~F6!_5bUzR-#`dMPT;v{&li8Q{i(B06ClVJ?zfIws^p&#L zW4Tf#EPpfRhV;hr_~NKX%dOtFa?$Qfd-=|vO&imqq5lB;M(p{uw;nG0(voF9BV4=^ zk$jHU`|j{PBJG*z99-X6c3;~2W|q6J!b%@Q){)mbFteCb-pHCoMOx7`zY%67r$`v z8VJb6DT#o4Y+)@InIyI^ZFMg4TbC@8{TCA#^KbsyuUY3biHmtXuugm?k1hX89Xhqu z*;X!Yz$C!a*lUc2Wt!(=w-@Ss-Ei^5yo!c?g^TY-47s>LrFa4SwDocE9pK_@mbln_ z{z*5noVHx45*FPtH>5X~#}`LET5k2Wm5W<3s5!ORe4k~S=VG@P>inVMqJBQs{a{5A zi0w;T9~bWe7w59X#l%J3M}2T4?(_nzR~ zuT147W0~f;_!?c@&iNlUTs%Ec1H#4Fe%(GU#=Zlr{(kY18C)ip6lJuDi;0Wq2VP_O zC1G#kh>-bowCEAHtz4A-x;fTiS%iyS->|zsA3epEb#6`Xclbx%FaA2BSch0Z*f&$~ z(bmVs=VoxiOyVNy+`hMisArlk7oLpcN?BuWNPjGkFOGV&-0E#B7x|#K@2vcuW|`)> znC7E<>vRe(uGfvP{KCciAR`wqRdH+Kr>&2RCtr+}k>FyM(WdcY8ZWBuIN-JXlJG#H z5&`DZ$wZI1ZRO&2oO$&jY@RwiUQF}Rnu~g#S@#3s;%`I9I^3or&xF5c(K+<`MJAcd zbM$M##o5F~)Nj+rh3o?~_Bw?pUn9E17i=rkX# zx%dj*_{uNi#fKo{c<~)7ZX^7(^>Oi+!Nmu`#eErV;$q^W>W%|m;g)p=5|s!rzfNZL zwUvuI);M>;>wM$IG#{a;RtCTTL#*1A)$iU7=hu$hkoBavuk9D|PDi$u^(9+h%MfV+WarKOx zW01y+iHoW`4tRO5`^-S15&`Pa$*fLc9Nji?@d=#o@;2N_T!+Up&2ur$NB72yjxCBd z?fnk_2p1nm6uIa--^Fr~8YeREGPfMdgfg^dZw=!`iHnJg=nGzB`6Xd*;)sy>bhPLZ zmwmmB<3)SE%RCp;e6;2w&uZ}*;o|oZNiN=^65;iPqqSUI0og>jIJ*X1yd`lF^;`D& z2}ygVDd~kLbd`%j1iq9xb5`(MR&vF#n6+Zu7#!R?|&a%j2Fi_ z-^Fr~bsam$pz`-Fb3Y9(?oV7q{WgVja)*??9?O*~VfmXeH>5X~#}`LET5k2Wm5cU# zm-+Exnvd4w#c|Gev0Pk%5?&+qaw_K?bmNLcMklt7xUmW#l zxz)S$xR~anH5WJQ##erMj(!F*K1ch`cd=X?b-qjG@#5?!z{UTPxQKRW3g@J&l)WCy zl`3KRn=v<}H~&hMR0)gjm>bd?%j1iq z9xbk~5%%K0vQC+IW6#Wy07&(X!! z=e?v1)84(zx$EGTJ>TWiINRlSE1mBmd+Frk#7&!ivH$p=&I9ZriQ z9$y^wXt~wfRxa9eujaYf?e&Yx4Hr+;jj#N|#n`!5^>J}4xHy%#i1ukZ|D+4q>$F^{ z5*FPtH>5X~#}`LET5k2Wm5cV=t9dSVd;Q`H!$tjktowm*F?Q}%eO$Z)T;#sAe7~5+ zi)<&kPo>Q)hngmr>mA3HGR54G{#YJg9QA0q)!SAs+HKQcDDN0umfkNWE^20JzvY*Nb(%7M=F{m!kGO5+qCNL&o{OQK5_Byr zUH=h=i>C#OD&xfuBc5EmK&8W0=#JLM#n|`J)#qJ44=(P-c+q9FiHnJg=m%aS+_J7W zaYV@cI@;=MD;HOvVMPJR?wS886<0cybY7>YLNyqpgpN zkK)hoPh3QuH~o28I*Gkb%atl&(H(O`dSiKfanz&bR&QImcphGyUAZB@r&%W9V%N_D zbcTz?zYg66dVU!%-ir{qsMmj!rL^^N@$bOJxx_`(x#bN+J=1i#)@xYkBi4%j6G?= z#Vn&u&(Y~QT6M<(ujQA72NIPCFrQ8)dcEd?IZ`Utk zNbNPk#n^d(^>J|uTwH-MW8z}d$A!|F>~#uH#&Jb=%nj*}~!Z=0)fNh#k77=b8(|?eB~D|J^&f(aJz~lOKI!l;$`6C25@mUqfO7z z={Z_;#{sY9mxKorl?X7OP9}Q9Z7UZan{w`RSgJV8#k77=b8(z=QtRX5Zg4S6T*Qsq z^l_oE#9pWHWE@v?$J~(qSRP*-^=P@(+g2{xb5iG@qtp6D&BbZm_{uNi#fKr||CSvp zjx43Ejf=A%02jA|i~BO#G+s>OMb#Y#yp~@Q9!OLozA-$Lgg7q3&Dge;}4jf?Kn;NooJBI?|Z!=zc7E*GAR<4Rd$Zb*MDk1vjT zwA|`#D;Hn?*Uyi(>lZ__P{PI7`O&p;arO_u#m|6?a~W+KFQ)OL zW|sC_eo0uTDdT58olf+K+g2{x^P}gv7#bnzT3EXN{{D-OE$dw9ZL4tc+epLzEjKW6 zVK{R|Yq>~`llcztJK*A%XRwAbqfJ~)Ttrv%8sV08y@?}2=GW0yANzV6&yU`HmUBPc zGJj6$JQvgY#olvt!Nt&91>xd%(f;J(9@R`I$HFI+g2_IBsK<+XpB&u}go{6bkX*b?MPfS3(ONDtUF`hm%KPbLXMl?< zF=kBTMavu1NzXK0Zn;t=EM<+kA-%CYzBua9a;vwkTwINXBoE`G-r@0L=#84Lg{AB7 z@4r}#7vB&ls&Mg1#FKZot8`>3t>xm8kWGe*ZvYq1NL)nyHl2UC#GbL&X}MA*EV^TE zNN+5UFOGV&-0E#B7Y~7p$6Vp#Vp_kb$BUS<_Zs2i(}*P(?@*~iT;y3;6XBwJC%AZF z;v(wT@2k}JDq$&W%nj*{ z$;J1nbRjMtjWiSC;?xJg#T|)@sNbgZPr8Y{PRo@lVbL9PLwaL*d~wvHYrA#q5q&Jqw7e_r>ZuPd6i~C>c+}qzg{2aY$y4&j) z&-v6K7cbF`ul&NrzbUwQmx^N^TFb>_Ae#smr@jU*{x6A(sNbgZ50}_8_Bt(Bs)R*% z%nj*{d?E&L|TJ7A^ZuOU^isxv~ zmH3Qs5kTraM<1sWt$?5QM_}eB;C=)FS_FGC+lM6l8#Bw@S70TKriQ9$y^wXt~wfRxVEA#(ouFjKQ!>ii@2dFdh^x zPO)V%H`V(c{t+%-i6~Yhvh@w;S7MCO zJxE`(ZXR3ym-%&StFNtGT#13uSNXyVhGkM*?DPjO|C{0B@p%;u{R$VaM+~{RPNjH0 z{IvCPan($I9$bd`%j1iq z9xbTN3*pL>CGe}8ITGL}hkvC|*C z{IMA?o~9dL`Gt!ghKyX~nnf`$frr+|#n|`J)!#4P0WLn9xQIG$I{&1P*z2@hsS+05 zF*l?)md6)IJz8${wv~&kPr}*nYx9z^OnokP`~d0xd~`8hT%#Lb`Gt$W4jH+)Ma50Q zPg@@sKL;+J0-K(rEpN~aJ=1i#D2GI9}HaP$rT-O$#@#W^tXJXn{}rg@h%?}C2dHI`oz_9l)9 znNLTH9&y{s#qD^|`_Rk1Tuk%Pii_i%A6*|8{~AnuN8%!G)TWOMg(dbng(u^ z^vCk};;2Wx#f*COVj0+D^W%|m;g)p= z5|s!rzfNZL9frs@p6~J?KG0Z;O<#t_iyc1@(9TDPUbYGs52F29hr3iK;lvefeO$Z= zTzm>#+?UZNE+#Ij?l|DJ{F3lMq7nh-)5%1SxNYSk*U=q~6>mqNa4buIym)T6H`M8W zAMMz(nC0#L4*v)jzl$hx(Rc2ZP|tz5L{UMVhyhDf>^maM=3eRRRaan8N6T*Q_-li}j*AAyOlhn>r4(|9qB z7ehCw<(Gs*=|ghn({Z9l+_rMjo_nRZnC7GTezD*p_m}mV<%RG`xEwF~&Udj~@n7Ej@sF|hxmR}OqY0CJSPp1<-;x0ihruk^a#m&0$m0!k- z&p^iUqVIec%f(UWyHp=9z8qZq4~dIt2m9Vmnyl$^;mJ6zlr`pt^vCk};;2W57eHRUzJ#n|~SmW!j#cd5)pcQv^9IJlTUM{nBnYki!j^Ih`hOI*zB z!SYMO-cBA7GM|nXJ>s^Ni}rk%{&RH44|rLR^IbF-FVT&!{KCc9`7V}=#~^>~e3!~x zoch%*E;|-%Ok8X_|D+4q>lB`h8`2-ky1yL_?I`7Yc?hfJjF z+@?(r^j!KsbSr=J_iZ6p_i=l__A=wAs{H>&9a#PR{~-5~=>Piuqk7)1%B9@nxKfuf zH>5w7#}`LET5k0&HW$nGCtf%2Uol*dd^vAk7{=vX?DSSTy}Ed>aB(UpUvbn!FHZjm z7q>ykdOcZ1a(;!@a*;_mhGc#FOm!}18JKuc&c)fy<8ZNTe_~l^My0o0WO^SL4+gl{ z6}hiJ{G_tHMdH69o$*}5vDBlbR_|hSv24HLb!#qW7~t&YL;wuqaxQjy>0+-gZZ%xw zIW0aTT;zArtXI8%E$@5U`nWio>2nOm;bPhTgyQwgsPvYLOz-33;{h&qMb3M0TqA7~ zb3=b4md6)IJz8${E;bj-_8VTe=Hd=KwtS|z=^2-EvC~Tzd(C{C;o?cU@s(e=cq3%2 z*RxgJ@$l2u$Hln}-vKVjc(H7MlH!g^Z@I|yJ}w>#aIq_L-h<;BX_J^6`Wvx4zBua9 za;tZ-xmdQ}@VYe@SK)k@ckvJs7{=vX?DW#bUS0f>;o>;wyVS?ULm5V>GYjz?UA8~< zDhofO(pxSvy^o8}1i080Iq$)7jkHP34gHN+9$y^wXt~w9*jy~zZ+P9Bi}rk%oQs`a zy4Y*x+YJ}>^Rey+Y#@nev&UNaR(meSVC#aAr|7t8i1DekEBmWxd9La-ti!D;ZVmjj z^>H!7c#-EA&91p z;o|Q>#yb3I700u(XzSzRz2M^SEC?6N_9rRssPvYLOz-33s{&l?ik$c0xJKF}=7#=8 zERQdadbHf?U2HCv?Kiw`&Bc4qaPA*pYq^-_qwRe3IOn_6$HfQ1#qTT#7t8i1xhF=Y zw_Id;9~ZL#7rP?2T&WV4Hi@|*y|FyLIO@@It9P-vShnBrx-}Q=`7RtUcKm3UUNhVI z=+K)5wmZ$Az_MOjGTtirjLgN?6(? z=7#jf^7!JYN6W3=#pYt!e#7h5T(sxARoIumhCsZZp}q|zDv%BNT7cM>x8SC{96&K>-N~D<# z7x&IM_qhe(V%h#A#T}L2a*^qMT)ZQ|#jeOLSE_`iO=50HZ!C{5j(W7*>RoIumhCsZ z?$KOK^U?kJ=z@!zb>l0)JV!qR8SC|ZDlWuDZtFG~F75*t|8POLShhb&aYv=MTx5D5 z7xxCZ*cG|uN|ms*Nz4uDjpgyhQID2ey^GDovi*kFJ&KDRKiZ|&%x}T@E_%OiO!RsU z+npwMzKea1<{r1Pa}26KM}Kd|&ABa5pV5xbi{|1by784?xEMR% z#d486m<$)6kFny01>s`Z{v=f~D!t_*)BCu%FTlmF$Sqf@gr!YlZb)w|k1vjTwA|`l zY%Z4VH@t4mMSH%>#W&ydi@$hnI^^Yt%bfeChtEAA=euyO#Ak$y98a=dd9RD%Gd3;H zEI0^v^5?raTt>cjk=LNlkN!!|cPZPS_;+YVrT?#}1NOZyx8~w@T=?Je=7nLL;$o*4G5((~D!4e6laKENeMY!= zIU-rFC#pn8!cS|t$Rv|F-(^~Hadz`KTrAt4SQeU5=`9zT-p9oU16=HiocG|kCU24W zZ|HBta}CE*kCs}!i_OKd{f5`Axp*4_FUhyOvs~=-BF4uJ7qP9m*9aHij#$>~DJm7; zBhuE##XaDn%Vf+r4j0SzC;Yvh8I|60k?DP0{9glH?26oSrAk=ZB<6mD-1Ll70j%%b%Vs7Yf#Pay!s7K4K-o@r(*?z<8)?9oL z1DZQe$Vo)4m0!5{3y`s1H>x;RD{XyTbzU;YDK2(; z5#x6a7ZLOt;Ud3tVZG{?vScZ3eO!D3T-=u}1Q*NpCls$|My0o0WO^SLp9*lXD{|h0 z;~Hs`m>c>Vu{^#w>d|tmcd@xxw%_o&H5aE};M{%1OEJbNE{3*B(ABVH{Wty3%kuf? zV%|l+H`Ij|F5U?t>-9VpNtV*q$HnKs#kp)DxLCG7NpVM|w_Id;9~XZV;9^(gya&fM z(k3xC^fzL8d~wvHZuRp1Sj_!&%Jv&xx8~x0Jm@{NKEJ0Kr?{ve33bss;kWB_)&xq; zcBlDuSk@~SRg0N|hqgX0ZkWMI&Kdq>&yK^zvi%8vD>ox}X1PfHJ}w>;(9;z;@4<16 zG)c@2{f$^2UmW#lxz)@2V==i{w%_o&H5d7yx9==37dPqhcFk|s>6{s;0Jb~LXJJ{d zmoZQn&P~(S$Hnb4ATge$$LC_%{!|pzjY@C1$n-ugt`2aqD{{+~Dq(4pm>bd?%j1iq z9xby zx8~w)IQac*cw(lEaq2lbtaItKElH!g^Z@I|y zJ}zDm;9^(gmMc}l(k3xCq&Jqw7e_r>ZuK69$i;lWShnBrx-}Q=xmRkunAYj2@nYy@ zE8Crh`$Di@cQH^HPF&H}$3=Isb6nd!m(h;H#j^dWD5@Kk-g1%YeO%lc;9^(gmMc}l z(k3xCq&Jqw7e_r>ZuKrU7t8h=Ubp5V*NYsDJBj6`>E9$FACmhDec+)?Q*7n$D2#j65b?24TC;J8NGB<6RoIumhCsZZq3Dg8=Sizcaw*U9O`t|^w;SWTnxQb5H5ZjHN|?pLDd*p zN^7~e9J0x9@eH)2tnD6eyjZqBNpVM|w_Id;9~XB7xY!lB5b*_#Zixz zTfK|T#j^c|*R8p@8xyTR#G*S77ekMZx*C?OzrRkW;G+JHMHgDQ_+1EDuX|J^UqsMa zF0O!VGF*H;xX88Lhceo6o}bd?%j1iq z9xb!rruT92wg4BqBDY+r5|%cJxgou=Jia*U(Q>PI zvAI~b-|)IM7q`9KxtrhQ+kQUQ;ZkKIVaU}@krF#WX`?%IJkJjf^e~H zf07O`D!t_*)BCvi%K}&o2lU%l0R!ic#q;7n$D2#m@w|*cG|uN|ms*Nz4uD zjpgyhQID2ey^GDovi*kFU5bkxKP>gFI44z~d&L)aJ|kR=os(+0$g>S5avtF9^D%?= zPYc4uvi(WwWK?>~MW*+0aesh|U6EU^R0&I)#N3eHSRP*-^=P@(yVzVT+i!T?nv3?F z)c$jH#}7+=EzU{RT)ad#zVZtfW9Ot=E|Lcm;o{s3xOgVUjN{L{lky2FGiJi7j-<6Mc)2p2C!BkmJvEN_wcZ%Ai6*KjQL zXsOk^*jy~zZ+P9Biw7`%d6WxBU>K*k*y(lMfAE^a^6_H9MZOdC8R6nKM6zB_R*5*q zq^*~W8D52s&&9I+Ns2ovz2zd)`?&Z-fQwy`^Bx@6NSnmm(BFvV@x@V(mRr4x&Be0) zhS#mRm|;M(n-iokj8k0f^t$e^87>~1SJBX~aPexyuwGxRQm|TS>*HdUIk#g$xLCG7 zNpVM|w_Id;9~b{Rz{Re}c@K_jq)lRO=x@aG_~NKX%dOtU=3?1?!|T>ud<<-xHy~T`;3i0UM$<6q`0HfTP`xakBiR+ zxY!jr@4<16v`Nej{f$^2UmW#lxz)@2V=?y`E8A~)-I|NfVnFkn;-whl6c;vpUa<{F-;kxW^>T6lf{Yi-_9rRqsPvYLOz-33j{{unik$c0xJKF} z=7#=8ERQdadbHf?U2HCv?Kiw`&Bd)4E1p`s6l0v?VyD-2KWw--?)lMrKAQcAtYm%r zO!aw}eHnIwTo5jn?N4$~j7o30$n-uguKW-A442f4=bd?%j1iq9xby_U_i+Kq=v_39QWYx8@W zaf*v+{UXbd?%j1iq z9xbBd)n;o|2ZV;#Ol#k~}M+WNRS z4K7}_AY3flpQN~>(pxSvy^o7q0$l8hocG|kM%pCihWy_)f#gL`6^>LBky6j#ME|%?2Qr1!FEf<;I$Hi>{ zE_Ow3xl$!8Z4z@sdSiKfanz&bR_|hSv24HLb!#rJoO151ARuLoQ(R2z7Zn#@p&MWM zg^LeC#yWh5irWZ3ZGBwiw=R1Zgo|bSlN5JUddo$o_i^zZ0WNk$&Ui)sC$;^MS!eB~D|J`5S_b%%;0OKI!l;w-rM zi3QFwPaIxC8RPm~Ja_sW zUEZ$w?fS*gB$RORPf$Uu!`-T)IH6Bl9~b!z;K2pqV%h#A#T}L2a*^qMT$~MXu`6=k zgX0=$lb9R&8?ijTIO@@It9P-vShnBrx-}P{z=Y}Ba3^t}K*lL9hK5MG8kVfTzyG4k z$rpOrn#Vf#ZPWzo^#)ZVoVcR3Tx6aJt?LFC{{pQ!{=N}q`;!!RRC>!rruT92t^gOi zBIi9gu8}s0xuL%i%j1iq9xbJrqtk>IAB&M?* zt>q%qP2`+Z=VqKcX+gMHwm(U6N2Rx1WO^SL4+OZ_6}ja~m9Vr)%nj*{ z87`g(E^b^9E|%?2QruDLEf<;I$HlJ)xY!lB5b*_#ZixzTfK|T#j^c| z*R8pD2wXho3NIJa`b9Nf#FV|)2p6A5EbH|Sl`6!=qmX7YT-*RIUa}xuEZd)?xTDfr zE;7B3iw6T-?26oSrAk=ZB<6>@{GtT|hf{Yi-_9rRssPvYLOz-33p#T@VBKP%& zpHwDo5_3a3V|jdW)T8BA?_zVYY`@`kYcB48rE_n8v*$T_({!iTFaFf02DzyBRn+}J zxcD~(7w=M$%tLFrNFGdvi$4YzPr$0H@z*bw?N3tNQRyugncm06X98U8irjLgN?6(? z=7#jf^7!JYN6W3=#pYt!e#7h5Ts(l;mE(S9o{LxRxqj!(*GzYNu!x3!(@D<#w=;KO zTaBE2y3TYzSY8D9{*h_;j4TGIbhLNlhu;T&1PgR%DI+UwACmB=XO_F)g_SUpmo)n_ zB!ndwo%_@$KiPBXpS_j8`QHq={CmAb_$k|;Qu@4=7OEbk&Bt-&T4HWUe=LtLj(W7* z>TN3*528?)^G1bXnS_g-9xS3RE)ymug~PM82=%XTs&DNS_wa`uhUmFPJ5Y3t+SHgIuYmbln_{z*5noVHx45*FPtH>5X~#}`LE zT5k37{#eZK0B!xswOTo^TR#)p^P`1}o&MN`ZE3jpLa9*W%5yZob78$=*;C(~2p?^I zT-*yT9?B9I6BqlPFyOKLl5ik-P|SQfQuK)1Rxa*)zH=*hm?sR&B3yiRF6!*>n++FF z4b+5i@q>sb7xnjotXA6kxOf0uoPy2gUD9)OdX7f-^BUonb-jrrLgv@eR$p7WXwON_ zx!CbTQqj=;d6(k-;*@TDZuPd6i+k{Zcm(zu<2}tX2^Z76OEDi^aB-b(eB~D|ei|~? z;Z_y527cQ5xVT~lJNhIpqRyMnKj|j+IxSbKghhAE4e5>L@x@V(mRr4T<>K9V&^v$Q zFc;Ij%ODpw=*Cxm;o@&YMlNz*TFja7(ALMrb>QN?iHoRn%NuEvrpql?s)VJiF*l?) zmd6)IJz8${wv~$q@Z#)7?96S)i)r3vkc)agMfU^YV(i?j`nY%$elfjY z)O}U^Ex#nJ)0FWupH3%w#BD1V?YUR-9G&J}2DupeKOtOVp3P{}crlF^Rd*clT7F4* zAW?|`^XX)wM_l&xHm>Wo`*q8BG0nRa&(Q@Jxi5~-2p6A3B)NFIN+kP?SuWxe>F7RV z)z|5~n}nf6`6tby}`e z35)KS8`2xgfMO{X3{u+JD5zxa%BF}5$Q9WRdBm$ot&XYT?R zkAh9(Mavs$yQa%6SE_`itT8vFHqW_9$y^wXt~wfRxS?h zOMA=CUAxl0wC>&5H{!&t*Y@|Nvkf@8&eU)p&WzO*kbTA=y7v|OnY?iF;zPe|{GY(vr1qlH#)TeP|ty~=1m$n!$ zc72`BjfRT|dW~?A-?@;BSSH^$$HPZk9~aL97r6&x;$qYJC!NGzr{zkOu;`AtA-%CY zzBua9a;vwkTwH|#&AW=ts97c%FTPqAwuAng3>RM%r~~05*K?DL`u)Sn2-DWbMcFqZ zanbSy&CoMVms_q>2}@aHZb)w|k1vjTwA|`#D;KBnfOy|2dC6EN;o@s_VLRymy=BF` zOYwejoc+4%bd?%j1iq9xb4liY(Fl*t`*2l%am~n19tjltnxG482>Z50x!oSe<$n}onitd;j(jUv? zi=!Sbw|aShv~k~v?JsfeLoXlZqJB@N%iR^fU8jSi9=t}zi}xdzT)aZ1B1>uO1bg#d4@=a=G4dTq#q`4e5{N@x@V( zmRr4TvKrgb`lTzsW&eB~D|ejPH_ z;X73vUQamM`nY%*xcHyI#o4T|o8@xSyh~mamP1lMO_5u!R0&I&Vs1!pERQdadbHf? zZ7UZytaa|g=MQr+tN z340Sqgv_U-MUS{`<>G@l7yhgn#}(Z%H>5w7#}`LET5k2Wm5W?QcQn2n4e@Zu-$1Mg(Vl?#Xw>Bj+VAQF8(_(aZTbP>b&XvE4s+gby}`e35)KS8`2xg z~`lUdjO zhiJ*y!Oms5P2)wmPf_JP({x_S^^W68Sz~TUe=LtLj(W7*>TN3*ht31+eeZJabm+NJ z*TGWu_xIB&xX82pd`7tVJw%d=H>*VF!B1|+eBeaQ&a-X6;dM0r(uLr3Y>lW2i+F^d3*y?L57q?*{$<1#X=3?l5 zny!PT?CTkG^H1&_d!3dmRl=e>=7#jf z^7!JYN6W3=wsLXkoYdkuI<3P1A8@YFzF1K8% z5|*;Y+>qW_9$y^wXt~w9)VLU$XV7)9l>Pnvbc*rf=0IVW7xLISsg{dJBhN&*=-vu0 z{#oK8>bL3qlkQ}%({iOsSaiqSklt7xUmW#lxz)S0xR}mKeR|p91Lt1xg`Lj`7h~t7 zS}u+{C$;i(^z3`KIQRE`F8=8wclB|ezIVx6&vHoGv?+4Sl`3H=Q_KzNjpgyhQID2e zy=~><&^f8S=je1!>iIY)Ri6iViEe!57cR!mNwr)Ybxvw!F7Epz#*3@L#(dr-aWS2H zrMl{X*YZok1Bprmm`^7YJ>s^Ni}swhD!LCv{(@zl+|q>4E-u@x!;`kHYY8gt?3y7ag>m6PwN z;V#jW2p2C!i0f~TSLrzKOl!HwBpgH9J|yAlT%611xj4HyadEzmS?4rO=d1LAaooJ5 z@!ydCc&_1C>d{iGx2;?}fbq+tI4hNgWh%JX^<~}eWW&W{^C}wp6)s+l7;^E&Dh20P zXzSx5pP%<-`MSl#MK*=pr}Wb#F6Q+h^(o|XTe)b@k1n{_^<~}eg@%i( zbmJ?(aPb<*$i*oYN0!po$Hi6P;-M^YvHARyZelrYxl$!8x?^rgZ!C{5j(W7*>TN3* zH()^XbaB(OOa&LazO37=He5VWH@@-<7vBvTxroor`vylXI@y&dn?sm9XfJxgou=Jia*U(Q>P| ztz6uVvEonR>?<0Uso-MQmvy@r8!i?{Z08lFeuay7LPjofp9nEf;b`mQ;vO(DOI$>q zTi!^UG+l1FQY9>9jkzJcu{^#w>d|tmx2;^TN3*_v0D*q4jymSf(Bq)A7;s>lcf4I%{>~E5C5@UdYHrz5e?QglX&J;(joZY)tPL zEpN~aJ=1i#LC#J|yOx%~ah&pdN|D>DP>$F^{5*FPtH>5X~#}`LET5k2Wm5Wn& zarXEthPas4FB&eMr5j)Qg^Qnuj9h$+io+2Rj9 zjkzJcu{^#w>d|tmx2;^f?KJ1UhS4GKX_l!NFQ)a2hKn0@<14>#@d3zKhuc*ghT*;Q zqwC}1iW%%OoVbX3Z#w^^o7n5LT&WTk-7z<$Hv|JMgv_s_tv=o#SA6{T&(eMEKmX;Q(;a0b5BKn69@)z;me2lONn7^$fcbg< zis3pseSUP0i|P32p>;Z;0kpL9w^5<2*Bhi_;qqk!ZGBwaJ>%RKSeMZzE+#IbA9#)B zh=jd~BSPlW(V|CO-XCq`;%-c|{&36uxmN`jLywKR3YN6Lzt5Os%MO0Wq6?nKI`>@& z$;CY?l7ntq%SGmy%)0K`8O;2^x{Nk)F>w+7z-xqC*7YWi2$^3;TYc>7ZRFx}m^A(9 z8;7_UdTi8Hu%!L{eZ~qd^1M@@VY}0OAC_Fag@MAn4lb?b;tI$n!^OM6#2a9h3Yb?Jc>`fdIGM|nXJ>v5IXd@T*VgbtfONY3a*6GOm#e$0$=*CxmwmZ!aV9CYX z7$^+SoTjy05w7 z#}`LET5k37{%9i?S7S~0!}v&p_bSU&JV&Q>I);m(^P}1BG*7~ki?=gS7_yYsa&go- zsnxmoWias*uvwP4n7CMUL$71`C1G#kh>-bowCE9+_eUGKXwQ!>xEPvd&{eRc{r!E$ z99wp9KL}m$JQjOcLP##&p&~u3;z8KiEO9Z77o{Ki zT+1&B`_jf_%%|f;kGQ-)mJAou@zL(s(+(dv4-g;Mc@5j0CU$jIa|AXlJvUM4|A{nwJpEB5a&nVz3eADKl(nL9sSix z=SR5b*_#pyo7 zc&oRqT(sv$4{@=hE4()e7pL+OA;)+=lgB!DB_jELakWasCplWnMJ9=zA6=b`4v+g} zW4>=h;^O>$$~vcMI`1u4s)X~B#(zV4f_?z`7ViziHoW`4tRxI)*VPxBEbAQnbp@;F4}Xi z3>Q0l(o6sSV(}b3r5j)Qg^M49j9koA9Jc&*v_3Azz5}fO9Njy^0At4V9NqNiW$7mN zIxSbKghhAE4e5>L@x@V(mRr4T<>Hu{?|v<80K`nY%yOyt>DiHnvu(kxAvTdq_IOIc%XNN+5UFOGV&-0E#B7w>+tbLVf2 za52rh^qL+2I=n`>ct2vv#Vb^*_3+cy$HiyC#JR*p)OpkSC*8zer{zkOu;`AtA-%CY zzBua9a;vwkTzm>I&d$K5(!8fxrlIlTxjS{SJL9+W(Ju>>T)21u@vOtERl2j_r>&2R zC(bxWHm32S<&88;)8&>cRl-u%m>bd?%j1iq9xb)JnC7E<%|6cg zF7f`;<#_yx;IR=J{ojuXO&b#RK zH@Y9N-D$oH%Q3fazwY|D_!%(qmtnJvHgPd=5na-2EWae|O&k$2pN# z`+6I>X!l&91p;bLt6Ma#ue z`!7}>FP;o8{!8K_+Q;%nnyl$^%atl&DQnCP>5b*_#ZixzTfIw^i=Ewx@tIQ(AJ|U^ zi(kA(xER}i(Q_DUys7>deu*6=cUw$>i*JHU-B`msQZb)w|k1vjTwA|`#D;Ia*HOyyLeCc@+))3KwS)LoVtAX8BA_TOSwi0T<`8#Kqxp z7@DDH5*PD&5N=twsHV~m^XtS`Ut762hXKubr_a~bFc){~Vt2-GxmZ-uQ2B+6cOiyc z)ax8iMVQvd#mVfy_+@aBXBo&?F+E4ieTsVNnZ(7s9;9BZTU1kNhxv74tFNtG+<&rj z53QfCE5pUk?n~RBcPZX4hW1|+E|%GUQNLfD3>W_iT$}Sz$NJwInX)HIcZO*Mo4&y3$|D zy3DWBT77Nh;*K@WUGTaH7t_2;uh~QY9)yc!_8FV}bM$Y4i`Xk$mNAx%_O+eWmp8bn1=Xb_~Ef@oExAp#PG9}-qmq5RQ`-%?cs zG7_{wDw07+q<>I2-#hQSdwh0g_U?WAp5MHgk>}0KnVGZq&dmLI?##XC${RJksybgg zU*?OvKG`RQi>@WuE;eL4wGB~Um$mvZ)+f!*Si{B84Ww?235+j2*WKr$e*Q+EF1gso z&KS8kG&^Gp?-ee7QMia_b@;rFJK8c|bnQ^M=-R>Zi)okJ{ulLhY3gA(v0Ti3eX-BQ zy}I*NoLu~#$S`00xXKI77l&qNY~h!Li{}a#r4PoPe;g+EILVViLh6o%A^ovBzC7sB za;tYjxtOh;u`6b$FR~kf37F53i*4+TalSY_J7Z^si?B<3zJ~wiHy&TYd6_S|-m@HH zpN@;%a-~a}=M)P=dSi8bdC;TfR&T0YjM*8J`{-=#jP=CMn6{@AvNJ|5{@awBFXFuy zI@E!;&*{8YWCvebwy|%=QfE73=UxylUbVk)vCJ1a21B78b4-WIhvcZI^Qebms$8^o z#_pJ(Ju!cHPsSF;TrXey_37&AjW0es)4z|#J+jZC-{G+Sh%$o5C5Jft%~A-@@yu;- z9^=7GDt|>u`r}RR>zkIJz8${rpiTJ zukYz!%s3~-#Y}giT`#}yFZ*1aapc3jug|$$ng2Drh!CNju&v3YSzOI^Q7qJh$ zu(xn=c}|Wthbvrk?O^%Ew99S(i+Z{=^)O78i?wWy9>+$2IGl^(Vx~LMt}PB3F22r* zSNxKTM3cSQyeDtK-Xq9xbnmD<5MpBlGTSW#xIxZd*E`p7Pi(e#6CWfd(KKAC-K| z#W#rzeso;KcMR&nMQQVK=bs#6~E%hht~#v%5}HT#=?-^SRG#;^k})&n<^I{lpDm$#TXW@X`GYdV%c}WesrIUH|fq-adMIN z7pGL-c8SA}j*HI;6T!xEA3g5;<1n$uX}QuRP2I6Dq&HT_mj^vsZuO?hMQeXiak1>X zC@${Qov-5L;+I5b=ZiOstnpF^`~G}R2i1o&U;LIZ5o|16w7fx^!;QP#a-~b!ooW0x zq&Hq`WiIq+snwe*7oQVD`zQB!=Zj_EMR74?f010I{lzIYNML&resuH2Ej?#vtZ;GM z`Nv^mkJECcOPac4VMuSRjxP^-wA|`Vm5bK?qM9$3eHX>W(Bzq1#C*`s7qJilKRPZR z5H9W%U)AvC`Ni`5qKpHtv;1P(TR0*_J)KQG3~_y=Xivx5UtHp1ww4!NFWY^Wx9QGT zar8Uf-;1|g#J2(AN5{nng^6HeUBeeH7B0&0^Ez_NhTg&vA?oXFs}I*lid@{iOWt9V zmw4sz?u++belpiDySQFndf%l&&sNntop{Bs%dM(^k{ruLF@s*gTQ1_A>fx*}KHjUU zdGU2!xF{b+7su9-jtEg-XIp)#a?#ouQ|pUm-$ijzmKwZ{T%?^b%|+CK zw_F^Wow2GGCf-=MC~ZFO_sbki_Bbt9x}>Q)7KZf3>iF`YN6W3=RJrK4GbWZ7ckh;` zck*>t$a{caQ(VNoug{T-m`~dK=xLF`lZ&)V3w932o=%0s5QpbI|^;NQi?+dn5aUu?LT z_4_XOl8ZBre3;|;9JzQ%GA$Re!Ub=+2tC8$;z7kl*cmHa^LPgd zc`UIoq(4^2mj^vsZuO?h#Z4Ql>iNELL7bD~V%GaEA23|JQg^wTA>H(b10 zcfN{~i?~g-TztLA;77;ByM>DjwY!fl^F?X;rTaR>;R+XBJ6L`(?Q+}yqMj~IJq%Oj z;_)q2_1wTABFkFOf9G@c>&q}7{BAOL`bX+C|q2q;mdrn%ok<&d7b4K)84`nA?oRD>S35F7kA3S*;z4) z;NfD~cTrpnO`gfcHg?ANTsOwiaMl+;CS3foaB;DQFI+5K)XdUxa?6IgOq)3B>vC3K zs$BHj8I$L_Gq*El_g&V*&e-s|_`AYI*z7)E!xt_VE^21!xaAkqx=fom>gjUS!!T7Y z`t6K0TrB%8m@ii7*{ZrtcfN|dT%nN2?0qzBlfm2j=xLD+XTJD%!o{sUQ7>$)_7yG` zF3LFYI&#Z~-ogg#N)FI6rclm)QUKV$9bG+YebI_hSa*!a@>E`2Vphn+Fb7xAw3 zaO{k2xLx*L3Kyk)$9;c=7mhtn%atx^>W+mWy|FsJJm}GKt2b3H`t6K0TrB%8YQBgG zn9rf#;o8_4BNy@7<-wPh=Q4IIJ=L48o)=Gf^9S1eEc~)?@m%4ew3X!zn{V9Z?DIiF zo@*=&>5tX%~UJIbV*ZpEDY(5)$!#)kCt1#sdCZU89VghhtC|JJG>`%Lt~F!xV+lD>+;Q9 zU)-cSU&YBq0aCNRD6ds6IjlFr!*NS)8T)_?4lq#Lm)I<6_|b6@^TdXY!o!8Vg^SB;719ljD_nH#VEM&# zznNMGsHY2455rWsXzh#{E@r#;a`w85x%fKW`6`Znhx>C%vITIzrDeo8P4S*E@r&GXz!!@O{9lF6DJqHA}MgOr%GHe zad;mWW6yPW-*;IQCgT0*!bLj|W4DaEoIDvMsap*vs2$;H1A8Mt_-%DYkG@T246%fdvkv2bzR`Nv^mkJECcOPac4 zVMuSRjxP^-wA|`Vm5cX^LFrG+J1@AVaZZMd*{(0z`{+08&R21A@gGEnHhiDTgUv?x z(Q)xrVItUAxM+F9ZW(vEI&vx7U zXuY4J#{s!`L4;_-530-`lQ{h7xOh{qsy2zQYxuIhSk@QSaJ(pL`Ni}_g<2#~PZy&e zhPXab{EoqW+pFqb?+9}7R(;Mn#qE7`Xh8w}4!3>Ewc#|7}p3bBmhPXab%O&r?|b3mMOK@q2J-&(dXi6mu!B~c<`g+;unR9{3c+TFQOB8eIgE5))!qn zuw88Ea@+r+zAkO`rOL%~^5K$i9q@B8bnmF!VN&DvK6*7fW1sAE@e$P^?~*vYkBc!o zW8I(A`DfwcpNe0s%Y3oS7u8T)5w-kcdPTui1gNKrP!GdYxoGW->G|R<89%>h@1ytW z&R22tI~?tdebObHU$7M3$HkbPvF==ax7gCzC4QlXFYAkCzSs;z&kwm}Lr>AD2=#RV zt1ne9T03K!i`hP;BOU$7_KV+-UJpBC+MdpExcIOz@$SM!>A!KmUnWcJaayi)NmF+$ z4C#&4@#R5}mRr54axq|MObjsY-n~bkaAxsGg^Rn^U}x;7rG4<6j@(W!Ii%rlmcj9| zgtWhiGMGc!F~oHD`Ql7}TI=4A{^mCx-z$HramCJz%t33*PjFr+_L z$Cn2^T5k2G%Ef@4F~`M>@1s9sxVV~~u|qOAEEloD1wT42-dDKTzevZOfBnN;!DGvn zE@|qHg(1DMI=(#U(Q>OdRW1hXjFF4kZoNEixVV~~u_H1#EEj2KY;;`Q)^pEvm-%Ah zqNdf#xaAkqD@(>DsHaO%55rWs7_c)&E@r#LXz!y}vom%^28ZS1R*}Jvj*E8-7Z+;U z87ueE%WDs4L3h52 zqu=3vUA*Pu^&*4!ad9|y#-8c9?-&#=j{Ce&hDGD-agry4gw!1iL;7QNe0k8LU$pnpJ9Ou(IJx+g$SfCc6dC;JxcF`1VkLVog^QLq(k_h~ce&+Cmo(2c z7KZf3>iF`YN6W3=RJj~UJIbV*ZpEDY(5)$!#)kCt1#sd6!3 zXN+9T*3Ou{j}H9@K`#D{3=Ydh+8G-i7r!E0+|Voc(S?heRld087t_A7F&XOVeClDC zDi;HG#>mBN?Tp#`=+*3ueOm^HzkIJz8${rpm>Dow0_Cp?gQ&4wD+U_tC4_8T*bjgykabjQO}Y6gy+*t`tj}M}>=v zHGFw~u{^&Rx;`zxm=2W>$x%<|Q4hmZxfrlB=D3*g^NaRAS{CiR4*d@IU*atnX=lvG z#i7{Ksm}@*VS}-7aop#H&7hGVdz|FSAR%?f!jS%09bX>wXt~v!Di;HG#u_eW`;d-w z^sk!tqgS&tHZ`@9i>L!XGA=H@AY8ms?xpbzW3{i$7t4H6#(~#aelhJW91)_P&ZZuQ zsdCZU8Qb^Kxx;&4WNf!S+x+5R6$3gSe`czhnQ`YX*z-E{I~?|%F<)dFGSq>GO))sy zUqpO3cE+mOy&H|cP*uP6go!V#GZ)X6`C@bV4vS}G!=U;tSGuHm zEU_@8H&(}&2R&MD^-c;G?>O<1GxyBRK6vV6t}{i~%R9D+1%@Bo{OF~aFFq+u{DXDo zV!4lY{W>VO$bez#v0Ukr<}t>?klt7wUmo;mxz#%@Amqi@zyM{OUS$@za-hzW6^f|JK(KxB?sKypDKny()6JT;)9PK|;1=EDY(7)$!#) zkCt1#mzs-h#}kel`vX3QygTM+Pt4~%RcxB(+OJPnPj7tj+4bP!TK8R^5+**s&RksU ze6j6#;y5bhT}uqw4!8yfb?lQ^82THrI=(#U(Q>PIQn;wU2blAg^wRgEXI!t#bjRz^ z?{Kkwm$h=S`**LZdcF2t2ED$UMvwXt~upDO`Nd ziTjVAdDyKm%0rAFIX-*z)IF*@4oLc$oHe$UdK2WxKe(7 z+QD+AOWGYt{5PaGUTbA8^k}Kon*$et%m-#q&*^rU)Oey??8&<>g^MyMQ{}YfN|$t- zYciy_Oq0yOF24KZvANSHPw7^e+<2N?{Gf30LYXhhuq<4RUz?U+Ovh`j%tbvdr5=Wp!o?Nu zyJWh;_UaRv6RdVp(70HCnjHmhgv`UrhT;hoz{ebE${n#BlM{14m}h96B?5 z>{z}JFG@#$U)C3Q-E;g4TwnYV-T5j$-H)G@5YI2dMmHUvT|_;uFY4zP@m(E`9UGSC z7nj?HZJ8?P)_VMQEObfpZ^puq-dG)99`tCr)jRQA%x7t_>E=Ya*emOc?kY`{qn0aO z(wbADct~%kd`J#GI?w8zbS`GJwAgfWnp`aFi@Zh)7ugd2(DI9Ef9bFk^>i-vFr0KQ zX0)`}baR?qEbEKBMhh3&68@0fvZ23pSc>{O*Xo-TE-u*_%k;TL_VNG9`XcO%aeeVk z%rGI>7atKh))!$vg6<6xK|R=w!28i{pI_{5XKZ|*U$l0{z%8Ghu?^4o?TqCjw_NFx z=J<<+A-%CWzC7sBa;x`JbFuBX!ExjI^*QAExtQ7FqBKsTT{2XgB~rndM`B>+m0I?_nNtw+v1{hbeddT zzxBnowXt~vUskzv8+~BxlTr5v6 zx?cW)tS@doaAXtL7q8Quui{)^{FKPhuJ2TN*GL@ou)g?&g!=hK$m|$m`nSba_aAn$ z*S&u0i*3gfPq&nJEiq_2a10C*vQJ`RNPn!3FAsXO-0GcRF6OtmC>@^1S zsx61ct-R$*mo(2Q7KZf3>iF`YN6W3=N#SDudw`ig)m>Gu*}t*cyzBDKGnFIXCf)fe zPA=XqGVHr-QF%zibKiwr#6Il7m%{rl-M}NnDNlx zZ96VeUvp6(EAp1Pc=)a?H=@}fg^Nu~U`)WVS=x@XQhsgiR=CI!(=BwZz5GipZO1EW zw&Y@-8_{gg!o{W~IMUcGZO2(D?^>>HI}|RmrMiV2rwpm3?RZ7KmR!tpBbp6bxY)Er w*Kx*XY&$M